Closed
Bug 1163002
Opened 10 years ago
Closed 10 years ago
[e10s] Focus ring not drawn for document
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: enndeakin, Unassigned)
References
Details
1. Open a new window.
2. Focus the urlbar with the mouse.
3. Press Tab until the document of the content area is focused.
Expected results:
- a focus ring should be drawn just inside the content area
Actual results:
- nothing is drawn and it is unclear when focus is
It gets drawn correctly after Tab/ShiftTab is pressed to focus the document root while the child is focused.
I'm pretty sure that focus is correct here and only the drawn indicator is wrong. Presumably, the nsGlobalWindow::mFocusByKeyOccurred flag is not being updated in the child process in the case when we first navigate across the process boundary.
Updated•10 years ago
|
Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•