Closed
Bug 1593892
Opened 6 years ago
Closed 6 years ago
Fission a11y: Reorder event not fired on iframe accessible after OOP iframe is loaded on platforms other than Windows
Categories
(Core :: Disability Access APIs, defect, P2)
Core
Disability Access APIs
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: Jamie, Assigned: Jamie)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
In bug 1564299, I added code to fire a reorder event when Fission documents are added to the tree in the parent process. Unfortunately, I unintentionally restricted this code to Windows, since I put it inside an existing ifdef block. This needs to happen on all platforms.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jteh
Fission Milestone: --- → M4
| Assignee | ||
Comment 1•6 years ago
|
||
Previously, this code was unintentionally inside a Windows ifdef.
Pushed by jteh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c35912afabe4
Fire OOP iframe reorder events on all platforms, not just Windows. r=yzen
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Updated•3 years ago
|
Has Regression Range: --- → yes
Updated•3 years ago
|
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•