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)

defect
Not set
normal

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.
This is fixed by the patch in bug 1176239
Depends on: 1176239
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.