[Wayland-bugs] [Bug 756780] wayland: Fix GtkTreeView's search window
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Sun Oct 18 07:47:00 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=756780
--- Comment #6 from Jonas Ã…dahl <jadahl at gmail.com> ---
Created attachment 313621
--> https://bugzilla.gnome.org/attachment.cgi?id=313621&action=edit
GtkTreeView: Rework the search window hack so it also works on Wayland
The search window of a tree view was implemented by showing without
making it visible by by positioning it outside the screen edge. This is
not possible on Wayland, so implement another method for being able to
enter text into a non-visible entry.
The new method is implemented by, before showing the window, pass the
key event directly to the IM context backing the entry. If the key
event triggered the context to commit new text or change the preedit
content, the search window is shown, and from that point the key events
are forwarded directly to the entry widget.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20151018/d061de16/attachment.html>
More information about the wayland-bugs
mailing list