Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
813 stars 105 forks source link

Allow asking the soft keyboard from outside the window widget #1278

Closed mshin-wolvic closed 8 months ago

mshin-wolvic commented 8 months ago

This patch fixes the issue that Chromium doesn't type nothing in the form. The problem was that the focused view notified from the system is not involved in the window widget which the keyboard widget is attached to. Since Chromium has a content view outside of the windows widget's layer, the focus view could be different with the window widget.

This patch allows asking the soft keyboard from the out side of the window widget.