Closed
Bug 1653039
Opened 4 years ago
Closed 4 years ago
Support text word boundaries API in mac
Categories
(Core :: Disability Access APIs, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
Details
(Whiteboard: [mac2020_1])
Attachments
(1 file)
Support the following parameters:
- AXLeftWordTextMarkerRangeForTextMarker
- AXRightWordTextMarkerRangeForTextMarker
Assignee | ||
Comment 1•4 years ago
|
||
This patch adds several new parameters:
- AXLeftWordTextMarkerRangeForTextMarker
- AXRightWordTextMarkerRangeForTextMarker
- AXStartTextMarkerForTextMarkerRange
- AXEndTextMarkerForTextMarkerRange
- AXNextTextMarkerForTextMarker
- AXPreviousTextMarkerForTextMarker
Our word boundaries API is pretty buggy. Instead of trying to
resolve or triage each issue I found, I added todo tests
for them.
Updated•4 years ago
|
Assignee: nobody → eitan
Status: NEW → ASSIGNED
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8dc0120d47e6
Add word at marker APIs. r=morgan
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•