Closed
Bug 1614079
Opened 1 year ago
Closed 1 year ago
Hit testing does not cross process boundaries in e10s
Categories
(Core :: Disability Access APIs, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
Details
(Whiteboard: [mac2020_1])
Attachments
(1 file, 2 obsolete files)
accessibilityHitTest
only gets the deepest child within its own process and does not query the remote doc for proxy accessibles at that point.
This can be reproduced by running Accessibility Inspector, pressing the crosshair button and examining the accessibles under the pointer. With e10s i only goes as far as the browser's scroll area.
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → eitan
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•1 year ago
|
||
Assignee | ||
Comment 3•1 year ago
|
||
Updated•1 year ago
|
Whiteboard: [mac2020_1]
Updated•1 year ago
|
Attachment #9125591 -
Attachment is obsolete: true
Updated•1 year ago
|
Attachment #9125592 -
Attachment is obsolete: true
Assignee | ||
Updated•1 year ago
|
Priority: -- → P3
Pushed by eisaacson@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/152b5a17fd00 Pass accessibilityHitTest to content process. r=morgan
Comment 5•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•