keyboard not shown when designMode on
Categories
(GeckoView :: IME, defect)
Tracking
(Not tracked)
People
(Reporter: danny0838, Assigned: m_kato)
References
(Depends on 2 open bugs)
Details
Attachments
(1 file)
866 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0
Steps to reproduce:
- Open the test file
- Check
designMode
- Click on "page content"
Actual results:
The cursor and virtual keyboard do not show. Switching to another tab and than back to the tab can make the cursor shown, but the virtual keyboard still not show.
Expected results:
The cursor and virtual keyboard should show.
In comparison, when checking contentEditable
instead, the cursor and virtual keyboard show normally.
Updated•9 months ago
|
Comment 1•8 months ago
|
||
The severity field is not set for this bug.
:boek, could you have a look please?
For more information, please visit BugBot documentation.
Comment 2•8 months ago
|
||
Is this valid behavior for mobile?
Updated•8 months ago
|
Assignee | ||
Comment 3•8 months ago
|
||
It should show software keyboard. Design mode doesn't set focus at some situation, so it means that GeckoViewEditableSupport cannot know whether we can open it.
I guess that it depends on IMEStateManager, but I will look this at first.
Assignee | ||
Updated•8 months ago
|
Assignee | ||
Comment 4•8 months ago
|
||
Since this sample isn't simple because this depends on shadow DOM's focus handling, I will split with some bugs.
Assignee | ||
Updated•8 months ago
|
Assignee | ||
Updated•8 months ago
|
Description
•