Clean up MaybeShowOnScreenKeyboard
Categories
(Core :: DOM: UI Events & Focus Handling, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
References
(Blocks 1 open bug)
Details
Attachments
(3 files, 1 obsolete file)
When I have landed bug 1618759, I split newer on screen keyboard code with new class. But old keyboard code (TabTip and VR) is into MayBeShowOnScreenKeyboard. I would like to clean up this for bug 1670539.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
For bug 1670539, I would like to move each on software keyboard code to
own class at first.
Actually, MaybeShowOnScreenKeyboard handels VR keyboard if VR mode. But
I would like to move VR code to ShowOnScreenKeyboard or own class.
Assignee | ||
Comment 2•4 years ago
|
||
TabTip's on screen keyboard is for old Windows 10. So I would like to
move this and related code to own class.
Depends on D109259
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D109260
Assignee | ||
Comment 4•4 years ago
|
||
nsDataObj.h uses nsWindowsHelpers.h, but it isn't included.
Depends on D109261
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/107bfcb77389
https://hg.mozilla.org/mozilla-central/rev/8d4c20682890
https://hg.mozilla.org/mozilla-central/rev/00883ff82b34
Description
•