Closed
Bug 1677474
Opened 4 years ago
Closed 4 years ago
window.onblur not invoked on framer when focus moves to OOP iframe
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
I noticed this while working on bug 1674702. I will attach a test script later.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
STR:
- enable fission
- load the test.html
Expected result:
Get blur event on top-level window.
Actual result:
No blur event on top-level window..
Updated•4 years ago
|
Severity: -- → S3
Updated•4 years ago
|
Blocks: fission-focus
Comment 3•4 years ago
|
||
Tracking for Fission Beta milestone (M7).
Fission Milestone: --- → M7
Priority: -- → P3
Updated•4 years ago
|
Assignee: nobody → echen
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•4 years ago
|
||
Assignee | ||
Comment 5•4 years ago
|
||
Assignee | ||
Comment 6•4 years ago
|
||
Assignee | ||
Comment 7•4 years ago
|
||
Assignee | ||
Comment 8•4 years ago
|
||
As we always pass aCheckPermission as false over IPC.
Assignee | ||
Comment 9•4 years ago
|
||
Depends on D105641
Updated•4 years ago
|
Attachment #9202051 -
Attachment description: Bug 1677474 - wpt test; → Bug 1677474 - Part 3: Trigger blur steps when window needs to adjust its focused element;
Assignee | ||
Comment 10•4 years ago
|
||
Comment 11•4 years ago
|
||
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1446b35f97db
Part 1: Remove aCheckPermission parameter from AdjustWindowFocus IPC; r=hsivonen
https://hg.mozilla.org/integration/autoland/rev/3e8fefbe38a4
Part 2: Refine AdjustWindowFocus IPC flow; r=hsivonen
https://hg.mozilla.org/integration/autoland/rev/20dc9a34ce45
Part 3: Trigger blur steps when window needs to adjust its focused element; r=hsivonen
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/27855 for changes under testing/web-platform/tests
Comment 13•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1446b35f97db
https://hg.mozilla.org/mozilla-central/rev/3e8fefbe38a4
https://hg.mozilla.org/mozilla-central/rev/20dc9a34ce45
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•