Closed
Bug 1825054
Opened 2 years ago
Closed 2 years ago
Getting text bounds of last character in document causes an infinite loop
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
113 Branch
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
(Blocks 1 open bug)
Details
(Whiteboard: [ctw-m7])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
When navigating my text in mac the browser hangs when the cursor gets to the end of the doc. This is caused by a boundary search for BOUNDARY_LINE_START that returns the end of the doc which is also the end of the range.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Whiteboard: [ctw-m7]
Updated•2 years ago
|
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6ed039c4d88a
Don't get stuck in endless loop when getting bounds. r=morgan
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•