Closed
Bug 1816536
Opened 2 years ago
Closed 2 years ago
TextLeafPoint::FindBoundary misses document edges
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
Details
(Whiteboard: [ctw-m7])
Attachments
(1 file)
There are 4 related issues with FindBoundary and document edges:
- The start of a document is erroneously considered a word end.
- The last point in the document is erroneously not considered a word end.
- The start of a document is erroneously considered a line end.
- The last point in the document is erroneously not considered a line end.
- The first point in a document is erroneously not considered a paragraph boundary.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/64887cd4b3b1
Fix document edge issues in FindBounary. 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
•