DescriptionRemove bus_input_context_register_properties(props_empty) call from the focus out handler.
- On Chrome OS, the call is unnecessary since an ibus engine is always active on the OS. i.e. We use the xkb:us::eng engine even for ASCII input.
- Unlike the standard Gtk+ language bar, the UI for Chrome OS _does_ grab keyboard focus. This means when the UI is used, focus-out signal is sent to ibus-daemon. Clearing a properties inside focus out handler sometimes confuses the UI (see http://crosbug.com/7702).
BUG=chromium-os:7702
TEST=see the bug.
Patch Set 1 #
MessagesTotal messages: 3
|
|||||||||||||||||||