Closed
Bug 1668958
Opened 4 years ago
Closed 4 years ago
AXRightWordTextMarkerRangeForTextMarker at end of input wraps to start
Categories
(Core :: Disability Access APIs, defect, P1)
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
Details
(Whiteboard: [mac2020_2])
Attachments
(1 file)
Given <input value="hello world">
, if the right word is queried for the marker at the last offset in the input, it will return "hello", when an empty string is expected.
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D92309
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/36d34ef369cf
Don't wrap to first word when getting right word at end of input. r=morgan
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•