[ 
https://issues.apache.org/jira/browse/DRILL-6867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16703754#comment-16703754
 ] 

ASF GitHub Bot commented on DRILL-6867:
---------------------------------------

asfgit closed pull request #1551: DRILL-6867: WebUI Query editor cursor position
URL: https://github.com/apache/drill/pull/1551
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/exec/java-exec/src/main/resources/rest/query/query.ftl 
b/exec/java-exec/src/main/resources/rest/query/query.ftl
index 00fdd9e6fe4..fd3e8bd6dd3 100644
--- a/exec/java-exec/src/main/resources/rest/query/query.ftl
+++ b/exec/java-exec/src/main/resources/rest/query/query.ftl
@@ -103,7 +103,7 @@
     editor.$blockScrolling = "Infinity";
     //CSS Formatting
     document.getElementById('query-editor-format').style.fontSize='13px';
-    document.getElementById('query-editor-format').style.fontFamily='courier';
+    
document.getElementById('query-editor-format').style.fontFamily='courier,monospace';
     document.getElementById('query-editor-format').style.lineHeight='1.5';
     document.getElementById('query-editor-format').style.width='98%';
     document.getElementById('query-editor-format').style.margin='auto';


 

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


> WebUI Query editor cursor position
> ----------------------------------
>
>                 Key: DRILL-6867
>                 URL: https://issues.apache.org/jira/browse/DRILL-6867
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.14.0
>            Reporter: Oleg Zinoviev
>            Assignee: Oleg Zinoviev
>            Priority: Minor
>              Labels: ready-to-commit
>             Fix For: 1.15.0
>
>         Attachments: query.png
>
>
> In Firefox (at least on Ununtu 18.10), the position of the cursor does not 
> match the text when editing the SQL-query
>  !query.png! 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to