GNOME Bugzilla – Bug 727579
The Input Method candidates window will obscure the current text
Last modified: 2014-04-14 04:29:53 UTC
In gnome shell 3.12, the Input Method candidates window will cover the underlying inputting text, which will interfere with the user inputting behavior. Please move the candidates window lower, then the user can see the current inputting text. I used Fedora 20 + Gnome 3.12 Fedora Copr. Version: gnome-shell-3.12.0-1.fc20.x86_64 ibus-1.5.6-1.fc20.x86_64
Created attachment 273563 [details] gedit 3.12 screenshot
Created attachment 273564 [details] gedit 3.10 screenshot
Created attachment 274109 [details] [review] layout: Change setDummyCursorPosition to also set the size If we are being used to follow a text entry cursor we also need to set the size so that the popup menu avoids covering it. -- This breaks the API but I doubt any extension is using it already since it's new in 3.12 . I'd like to get this in 3.12.1
Review of attachment 274109 [details] [review]: Not particularly fond of the "setDummyCursor" name, otherwise looks good to me. ::: js/ui/layout.js @@ +730,3 @@ }, + // setDummyCursor: Maybe "setDummyCursorGeometry"?
Pushed with Geometry appended to both master and 3.12. Bonus points for strlen("Geometry") == strlen("Position") . Attachment 274109 [details] pushed as e2ccbe5 - layout: Change setDummyCursorPosition to also set the size
Thanks for the patch!