Closed
Bug 1815913
Opened 2 years ago
Closed 2 years ago
Init nsImageMap more eagerly
Categories
(Core :: DOM: Core & HTML, task, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: sefeng, Assigned: sefeng)
References
(Regressed 2 open bugs)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
This is just to make landing patches inside bug 1444491 easier.
Assignee | ||
Comment 1•2 years ago
|
||
Since we are initializing nsImageMap lazily, it's possible for area elements
stays non-focusable when autofocus code tries to focus it. So to fix
this, we need to ensure nsImageMap is initialized early enough.
Updated•2 years ago
|
Assignee: nobody → sefeng
Status: NEW → ASSIGNED
Pushed by sefeng@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b7c94e151005
Init nsImageMap more eagerly r=emilio
Comment 3•2 years ago
|
||
Backed out changeset b7c94e151005 (Bug 1815913) for causing failures in test_HTMLSpec.html CLOSED TREE
Log: https://treeherder.mozilla.org/logviewer?job_id=405186690&repo=autoland&lineNumber=3065
Backout: https://hg.mozilla.org/integration/autoland/rev/cc8830788ebb856a9cba318675f3ce19eb52d157
Flags: needinfo?(sefeng)
Pushed by sefeng@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/77be3f101015
Init nsImageMap more eagerly r=emilio
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/253d401637c8
test_mousecapture_area no longer asserts.
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/77be3f101015
https://hg.mozilla.org/mozilla-central/rev/253d401637c8
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(sefeng)
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•