Closed
Bug 411581
Opened 17 years ago
Closed 17 years ago
text line boundary not working correctly for list items
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jdiggs, Assigned: aaronlev)
References
(Blocks 1 open bug)
Details
(Keywords: access, Whiteboard: orca:high)
Attachments
(2 files)
497 bytes,
text/html
|
Details | |
1.46 KB,
patch
|
surkov
:
review+
mtschrep
:
approval1.9+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Load the test case.
2. In Accerciser, select the second list item.
3. Use the iPython Console and type:
text=acc.queryText()
text.getTextAtOffset(0, TEXT_BOUNDARY_LINE_START)
Expected results: Only the text on the line would be returned.
Actual results: The entire list item is returned.
Reporter | ||
Updated•17 years ago
|
Whiteboard: orca:high
Assignee | ||
Comment 1•17 years ago
|
||
Hi Surkov, do you have time to look at this?
Assignee: aaronleventhal → surkov.alexander
Assignee | ||
Comment 2•17 years ago
|
||
Attachment #297780 -
Flags: review?(surkov.alexander)
Assignee | ||
Updated•17 years ago
|
Assignee: surkov.alexander → aaronleventhal
Comment 3•17 years ago
|
||
Comment on attachment 297780 [details] [diff] [review]
Do not calculate relative offset from within static text
looks, ok please fix misspelling "thestatic"
Attachment #297780 -
Flags: review?(surkov.alexander) → review+
Comment 4•17 years ago
|
||
No missing content or other weirdies as far as I can see. Looks good to me as well.
Assignee | ||
Updated•17 years ago
|
Attachment #297780 -
Flags: approval1.9?
Updated•17 years ago
|
Attachment #297780 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•