You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening command palette by cmd+shift+p, the cursor is to the left of ">" sign.
It should be to the right.
Reproduction Steps
git clone latest Theia.
Follow the instructions to run Theia in a browser.
Open localhost:3000 in Safari.
Press cmd + shift + p.
Observe that cursor is to the left of ">".
OS and Theia version:
Mac OS 10.14.6
Pulled from master, latest commit f46ebf4
The text was updated successfully, but these errors were encountered:
Fixes#6011
Fixes incorrect command palette cursor position especially on Safari browser.
Added additional handling to verify that if no selection is currently present,
force the cursor at the end of the input. Inspired by a similar implementation
in VS Code.
Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
Fixes#6011
Fixes incorrect command palette cursor position especially on Safari browser.
Added additional handling to verify that if no selection is currently present,
force the cursor at the end of the input. Inspired by a similar implementation
in VS Code.
Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
akosyakov
pushed a commit
to akosyakov/theia
that referenced
this issue
Feb 24, 2020
Fixeseclipse-theia#6011
Fixes incorrect command palette cursor position especially on Safari browser.
Added additional handling to verify that if no selection is currently present,
force the cursor at the end of the input. Inspired by a similar implementation
in VS Code.
Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
Description
When opening command palette by cmd+shift+p, the cursor is to the left of ">" sign.
It should be to the right.
Reproduction Steps
git clone latest Theia.
Follow the instructions to run Theia in a browser.
Open localhost:3000 in Safari.
Press cmd + shift + p.
Observe that cursor is to the left of ">".
OS and Theia version:
Mac OS 10.14.6
Pulled from master, latest commit f46ebf4
The text was updated successfully, but these errors were encountered: