Closed
Bug 1052498
Opened 10 years ago
Closed 1 years ago
Punctuation after new line breaks word offsets
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Jamie, Unassigned)
References
(Blocks 2 open bugs)
Details
Str:
1. Open this: data:text/html,a<br>*b
2. Get the document accessible.
3. Call IAccessibleText::textAtOffset(0, IA2_TEXT_BOUNDARY_WORD).
Expected: (0, 2, "a\n")
Actual: (2, 3, "*")
Possibly related to bug 1052478 and/or bug 872397.
Reporter | ||
Comment 2•10 years ago
|
||
Oops, fix typo in summary.
Summary: Punctuation after new line breaks embedded objects → Punctuation after new line breaks word offsets
Comment 3•4 years ago
|
||
This has morphed after bug 872397, but is still not correct. Offset 0 now returns (0, 3, 'a\n*'), and offsets 1 through 3 return (0, 0, None).
Reporter | ||
Comment 4•2 years ago
|
||
Fixed by TextLeafPoint, bug 1729407 (currently behind the CTW pref).
Depends on: 1782873
Updated•2 years ago
|
Severity: normal → S3
Reporter | ||
Comment 5•1 years ago
|
||
This is resolved by Cache the World, which is enabled by default in Firefox 113.
Status: NEW → RESOLVED
Closed: 1 years ago
status-firefox113:
--- → fixed
status-firefox114:
--- → fixed
status-firefox115:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•