Closed
Bug 1730566
Opened 3 years ago
Closed 3 years ago
delegatesFocus should also delegate blur() calls
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
94 Branch
Tracking | Status | |
---|---|---|
firefox94 | --- | fixed |
People
(Reporter: emilio, Assigned: sefeng)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
The two inputs here should behave the same when clicking "Focus, then blur"
Flags: needinfo?(sefeng)
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → sefeng
Attachment #9241027 -
Attachment description: WIP: Bug 1730566 - Make blur() works on shadow host with delegatesFocus → Bug 1730566 - Make blur() works on shadow host with delegatesFocus r=emilio
Status: NEW → ASSIGNED
Pushed by sefeng@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8fb7f5a7c654
Make blur() works on shadow host with delegatesFocus r=emilio
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(sefeng)
Reporter | ||
Comment 4•3 years ago
|
||
It seems the wpt sync bot didn't pick up this change?
Flags: needinfo?(james)
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/30875 for changes under testing/web-platform/tests
Comment 6•3 years ago
|
||
The problem appears to be "everything is broken" or, more specifically, "we're not correctly processing some/all events". I'm investigating, but in the meantime I encouraged it to sync all commits up to latest central.
Flags: needinfo?(james)
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•