Support ShadowRootInit.delegatesFocus
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox94 | --- | fixed |
People
(Reporter: ben.tian, Assigned: sefeng)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(8 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Reporter | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Comment 3•5 years ago
|
||
It's fixed in Webkit now...
Comment 4•3 years ago
|
||
Note that there's a typo which makes it hard to find this bug. It's delegatesFocus, not delegateFocus. (Maybe it was renamed after this bug was filed.)
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 5•3 years ago
|
||
Assignee | ||
Comment 6•3 years ago
|
||
Depends on D123858
Assignee | ||
Comment 7•3 years ago
|
||
Depends on D123859
Assignee | ||
Comment 8•3 years ago
|
||
The autofocus attribute could run scripts while it's autofocusing
which may run the promise_tests, so that the focus() usage
in the tests could become nested focusing steps.
Depends on D123860
Assignee | ||
Comment 9•3 years ago
|
||
Depends on D123861
Assignee | ||
Comment 10•3 years ago
|
||
When none of the elements inside the shadow dom is focused, :focus
should be removed from the hosts.
Depends on D123862
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 11•3 years ago
|
||
Depends on D123863
Assignee | ||
Comment 12•3 years ago
|
||
When the FAIL
text goes away, there could be some antialiased fringe left which
caused the test to fail. Use Ahem font to reduce likelihood of this
happening again.
Comment 13•3 years ago
|
||
Comment 16•3 years ago
|
||
Comment 17•3 years ago
|
||
Backed out delegatesFocus related wpt failures.
Failure log: https://treeherder.mozilla.org/logviewer?job_id=350471237&repo=autoland
Backout link: https://hg.mozilla.org/integration/autoland/rev/9f7169baa181e2d8713c6d6bc66cfe6c7cc76891
Comment 18•3 years ago
|
||
Comment 19•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d9e72029c94e
https://hg.mozilla.org/mozilla-central/rev/2bb1aaa2f920
https://hg.mozilla.org/mozilla-central/rev/8f4e174e2f35
https://hg.mozilla.org/mozilla-central/rev/dfaef6859ed1
https://hg.mozilla.org/mozilla-central/rev/942744e138f2
https://hg.mozilla.org/mozilla-central/rev/60e18b225b15
https://hg.mozilla.org/mozilla-central/rev/767cfea23c71
https://hg.mozilla.org/mozilla-central/rev/4ed1222e4288
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 23•3 years ago
|
||
FF94 docs work for this can be tracked in https://github.com/mdn/content/issues/9364#issuecomment-941607490. This is essentially a release note and an update to BCD.
Description
•