You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/02/24 08:08:20 UTC

[GitHub] [druid] aditya-r-m opened a new issue #9395: SQL UI autocomplete moves cursor inside the inserted word

aditya-r-m opened a new issue #9395: SQL UI autocomplete moves cursor inside the inserted word
URL: https://github.com/apache/druid/issues/9395
 
 
   ### Affected Version
   
   0.17 & older.
   
   ### Description
   
   When using auto-complete to finish function names while writing SQL, the cursor is not placed at the end of the inserted word.
   
   Steps to replicate:
   1) Open UI for writing Druid SQL.
   2) Partially type a function name "GRE".
   3) Select from the dropdown the full function name "GREATEST".
   
   Expected behavior: "GREATEST" is inserted into the query & cursor moves after it.
   (SELECT GREATEST<cursor>)
   
   Actual behavior: "GREATEST" is inserted into the query & cursor moves before the last character.
   (SELECT GREATES<cursor>T)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] vogievetsky closed issue #9395: SQL UI autocomplete moves cursor inside the inserted word

Posted by GitBox <gi...@apache.org>.
vogievetsky closed issue #9395: SQL UI autocomplete moves cursor inside the inserted word
URL: https://github.com/apache/druid/issues/9395
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org