Closed
Bug 1660290
Opened 3 years ago
Closed 3 years ago
AXPreviousTextMarkerForTextMarker does not work consistently
Categories
(Core :: Disability Access APIs, defect, P1)
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
Details
(Whiteboard: [mac2020_2])
Attachments
(1 file)
Iterating backwards, linked list style, using AXPreviousTextMarkerForTextMarker
. Gives inconsistent results with forward iterating with AXNextTextMarkerForTextMarker
. This is mostly caused by the way we normalize the offset to point to the first character in the deepest hyperlink, or the end offset outside of a link if it was on the last character there.
This causes us to skip hyperlink elements when iterating backwards.
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → eitan
Priority: P2 → P1
Whiteboard: [mac2020_1] → [mac2020_2]
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by eisaacson@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/486321748d93 Robustify text marker reverse iteration. r=Jamie
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•