Closed
Bug 1731931
Opened 4 years ago
Closed 4 years ago
Add more test cases such as <input type=date> to test_imestate.html
Categories
(Core :: DOM: UI Events & Focus Handling, task)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
94 Branch
| Tracking | Status | |
|---|---|---|
| firefox94 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
Details
Attachments
(3 files)
When I discuss https://phabricator.services.mozilla.com/D126171's comment, I find that test_imestate.html has no tests for some form controls.
Updated•4 years ago
|
Type: defect → task
| Assignee | ||
Comment 1•4 years ago
|
||
Add date, time and datetime-local that Gecko supports now.
| Assignee | ||
Comment 2•4 years ago
|
||
Depends on D126574
| Assignee | ||
Comment 3•4 years ago
|
||
Actually, date, datetime-local and time won't set correct mHTMLInputType
in InputContext since focused aContent isn't input element on UAWidget.
Another attribute (inputmode) is still correct value since IMEState isn't
editable, even if this isn't fixed.
Depends on D126575
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/962f1604a741
Add some form control test cases to test_imestate.html etc. r=masayuki
https://hg.mozilla.org/integration/autoland/rev/a2520d41aa6c
More clean up IMEStateManager::SetIMEState. r=masayuki
https://hg.mozilla.org/integration/autoland/rev/dfe8e3340e8c
Set correct input type for <input type=date>. r=masayuki
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/962f1604a741
https://hg.mozilla.org/mozilla-central/rev/a2520d41aa6c
https://hg.mozilla.org/mozilla-central/rev/dfe8e3340e8c
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•