Closed
Bug 1820029
Opened 2 years ago
Closed 2 years ago
Move relevant HyperTextAccessibleBase::TextBounds code to TextLeafPoint::CharBounds for LocalAccessible
Categories
(Core :: Disability Access APIs, defect, P2)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: morgan, Assigned: morgan)
References
(Blocks 1 open bug)
Details
(Whiteboard: [ctw-m7])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Right now we call into HyperTextAccessible::TextBounds, which in turn calls HyperTextAccessible::CharBounds -- we should move the relevant code from TextBounds into TextLeafPoint::CharBounds so we can centralise all Local/Remote text bounds computations there.
Assignee | ||
Updated•2 years ago
|
Blocks: a11y-ctw-text
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Severity: -- → S4
Priority: -- → P2
Pushed by mreschenberg@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4ce3709ae6ee
Inline HyperTextAccessible::TextBounds to TextLeafPoint::CharBounds r=Jamie
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•