Open
Bug 1817704
Opened 2 years ago
Updated 5 months ago
IME enabled state is not updated when `type` of `<input>` element is changed
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
ASSIGNED
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
(Keywords: inputmethod)
Attachments
(1 file)
Spinning off from bug 559728.
If type
of focused <input>
is changed, IME state should be updated, but it's not triggered yet even though caret visible issue was fixed.
Assignee | ||
Comment 1•9 months ago
|
||
Currently, nobody handles IME state at changing <input>.type
.
The simplest fix is, make HandleTypeChange
notify IMEStateManager
of the
change and IMEStateManager
update IME state and manage IMEContentObserver
.
Updated•9 months ago
|
Assignee: nobody → masayuki
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•