GNOME Bugzilla – Bug 752168
Properly honor IBus preedit label text attributes
Last modified: 2021-07-05 14:17:18 UTC
Reported in https://bugzilla.redhat.com/show_bug.cgi?id=1239200
Created attachment 307137 [details] [review] ibusCandidatePopup: Properly honor IBus preedit label text attributes Using text selection to emulate the background color attribute doesn't look exactly like IM engine authors expect and, in fact, doesn't even work since ClutterText only draws the selection if it's set to be editable. This patch adds support for all the text attributes that IBus supports. Note that PangoAttributes can't be instanced in JS, so we pass the attribute data to C in a plain array to avoid having to link to libibus.so at build time.
Created attachment 307138 [details] [review] st: Don't overwrite existing ClutterText attributes This allows programatically set attributes to take precedence over theme provided ones.
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org. As part of that, we are mass-closing older open tickets in bugzilla.gnome.org which have not seen updates for a longer time (resources are unfortunately quite limited so not every ticket can get handled). If you can still reproduce the situation described in this ticket in a recent and supported software version, then please follow https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines and create a new ticket at https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/ Thank you for your understanding and your help.