[GTK] Set GtkInputPurpose via inputmode attribute
Categories
(Core :: DOM: UI Events & Focus Handling, enhancement, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
(Keywords: inputmethod)
Attachments
(2 files)
Actually, GtkInputPurpose is set by <input type=XXXX>. But we should reference inputmode attribute to set it.
| Assignee | ||
Comment 1•5 years ago
|
||
Since we cannot use HTMLInputElement.GetInputMode since we still support
mozAwesomebar, inputmode attribute isn't sanitized. Since I would like to reduce
comparing cost, it should be lower case except to mozAwesomebar.
| Assignee | ||
Comment 2•5 years ago
|
||
Let's use GtkInputPurpose and GtkInputHints by inputmode for software keyboard.
Depends on D67770
Updated•5 years ago
|
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Moving all open keyboard/IME handling bugs to DOM: UI Events & Focus Handling component.
Comment 5•5 years ago
|
||
Backed out 2 changesets (bug 1618763) for build bustage in checkouts/gecko/widget/gtk/IMContextWrapper.cpp. CLOSED TREE
Log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=294305983&repo=autoland&lineNumber=31908
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&group_state=expanded&revision=0b9d1afee47825d630fa463660db11bd1e9250c3
Backout:
https://hg.mozilla.org/integration/autoland/rev/e1d0765b0da66f939155527ffa44c5e5dbd40c03
| Assignee | ||
Comment 6•5 years ago
|
||
Ah, I have to update widget/gtk/compat-gtk3/gtk/gtkenums.h
Updated•5 years ago
|
Comment 8•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/32b70d050756
https://hg.mozilla.org/mozilla-central/rev/eef52683020b
| Assignee | ||
Updated•5 years ago
|
Description
•