Closed
Bug 1798037
Opened 11 months ago
Closed 11 months ago
Document bounds changes are not notified
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
108 Branch
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
(Blocks 1 open bug)
Details
(Whiteboard: [ctw-m3])
Attachments
(1 file)
This causes a rare case where the document will have a zero size because its single child has an initial zero size as well.
Assignee | ||
Comment 1•11 months ago
|
||
DocAccessible::GetAccessible() won't return the document if a root element
like body is passed. We need to check for that in NotifyOfPossibleBoundsChange
and use the document accessible in that case.
We can't modify GetAccessible() because that is not that method is used
extensively and that is not the expected behavior.
Updated•11 months ago
|
Assignee: nobody → eitan
Status: NEW → ASSIGNED
Updated•11 months ago
|
Severity: -- → S3
Pushed by eisaacson@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/fb8360cb5312 Notify of bounds change if root doc element is given. r=morgan
Comment 3•11 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•