Closed
Bug 346730
Opened 18 years ago
Closed 18 years ago
List bullets not exposed
Categories
(Firefox :: Disability Access, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
References
Details
(Keywords: access, regression)
Attachments
(1 file)
(deleted),
patch
|
ginnchen+exoracle
:
review+
|
Details | Diff | Splinter Review |
The objects for nsHTMLListBulletAccessible's are no longer exposed.
Assignee | ||
Updated•18 years ago
|
Summary: List bullets not exposed in MSAA → List bullets not exposed
Assignee | ||
Comment 1•18 years ago
|
||
Eventually list bullets and :before/:after text will get a text attribute "static:true". That's bug 340670.
In addition, we need to deal with all of the GetText[At|Before|After]Offset implications when static text is part of a paragraph.
Assignee: nobody → aaronleventhal
Status: NEW → ASSIGNED
Attachment #234072 -
Flags: review?(ginn.chen)
Assignee | ||
Comment 2•18 years ago
|
||
File bug 348907 on nsHyperTextAccessible issues that will need to be resolved after this patch (caret, text getters, etc.)
Attachment #234072 -
Flags: review?(ginn.chen) → review+
Assignee | ||
Updated•18 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 3•18 years ago
|
||
There are some crashes @ nsAccessible::TextLength.
Not sure what can be wrong.
Assignee | ||
Comment 4•18 years ago
|
||
(In reply to comment #3)
> There are some crashes @ nsAccessible::TextLength.
> Not sure what can be wrong.
Please file a separate bug and include a test case.
Comment 5•18 years ago
|
||
Well, I noticed the crashes when I was looking at http://talkback-public.mozilla.org/reports/firefox/FFTrunk/FFTrunk-topcrashers.html
So atm I have no idea what the testcase should look like. I just know that the method is causing some crashes.
You need to log in
before you can comment on or make changes to this bug.
Description
•