Closed
Bug 1710756
Opened 4 years ago
Closed 4 years ago
Expose preventFocusRing to error pages.
Categories
(Firefox :: Keyboard Navigation, task, P3)
Firefox
Keyboard Navigation
Tracking
()
RESOLVED
FIXED
90 Branch
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
(Whiteboard: [proton-cleanup])
Attachments
(2 files)
No description provided.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2f66ab2d9d10
Expose FocusOptions.preventsFocusRing to error pages. r=edgar
Updated•4 years ago
|
See Also: → https://jira.mozilla.com/browse/FIDEFE-1710
Whiteboard: [proton-cleanup]
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Comment 4•4 years ago
|
||
Hey emilio, I'm not having much luck getting this to work on server-not-found about:neterror pages. It looks like when browsing to a non-existent domain, we return false for IsCallerChromeOrErrorPage right here: https://hg.mozilla.org/integration/autoland/file/eb2e067f5266428059803f6d8ba7239ff66275ce/dom/base/nsContentUtils.cpp#l2138. Any idea why?
Flags: needinfo?(emilio)
| Assignee | ||
Comment 5•4 years ago
|
||
Silly mistake.
Status: RESOLVED → REOPENED
Flags: needinfo?(emilio)
Resolution: FIXED → ---
| Assignee | ||
Comment 6•4 years ago
|
||
WindowOrNull only works if the object is a window (or document,
apparently), but won't work more generally. Use the global of the
object instead so that it works for properties exposed on Element.
Updated•4 years ago
|
Attachment #9221699 -
Attachment description: WIP: Bug 1710756 - Use WindowGlobalOrNull rather than WindowOrNull in IsCallerChromeOrErrorPage. → Bug 1710756 - Use WindowGlobalOrNull rather than WindowOrNull in IsCallerChromeOrErrorPage. r=nika,smaug
Updated•4 years ago
|
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cc1458da3e8f
Use WindowGlobalOrNull rather than WindowOrNull in IsCallerChromeOrErrorPage. r=mccr8
Updated•4 years ago
|
Priority: -- → P3
Comment 8•4 years ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 4 years ago → 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•