Closed Bug 617692 Opened 14 years ago Closed 13 years ago

JAWS - CK Editor - JAWS - Firefox does not export the bullet type to IA2

Categories

(Core :: Disability Access APIs, defect)

x86
Windows 7
defect
Not set
normal

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: dipalerm, Unassigned)

References

(Blocks 1 open bug, )

Details

User-Agent:       Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; MALC)
Build Identifier: Firefox 4 Beta

JAWS cannot properly read the bullet type.

Reproducible: Always

Steps to Reproduce:
1.Open the CK Editor.
2.Create several lines of a bulleted list.
3.Shift one of the lines to the next indent level.
4.Note that the shape of the bullet changes, but Firefox does not export the bullet shape to IA2 Attributes.  Therefore, JAWS cannot read the bullet type correctly.
Actual Results:  
JAWS announced the wrong bullet type.

Expected Results:  
The type of bullet should be exported to the IA2 attributes list correctly.

N/A
Frank, what kind of IA2 attributes are expected to expose bullet type? Firefox 4 exposes bullet text in accessible name, the name differs depending on bullet type (fixed in bug 557795).
(In reply to comment #1)
> Frank, what kind of IA2 attributes are expected to expose bullet type?

I see - http://www.linuxfoundation.org/collaborate/workgroups/accessibility/iaccessible2/objectattributes#List
Status: UNCONFIRMED → NEW
Ever confirmed: true
Should we export list attributes on list item accessible, not the bullet accessible?
(In reply to comment #3)
> Should we export list attributes on list item accessible, not the bullet
> accessible?

Interesting question: Some of these sound like they would best apply to the text, others sound like they belong to the list bullet accessible. For example the level can apply to both, but the type would strictly belong to the list bullet accessible.

Note that Symphony may not actually have list bullet accessibles, so they may expect everything to be on the list item accessible.
Blocks: jaws
Component: Disability Access → Disability Access APIs
Product: Firefox → Core
QA Contact: disability.access → accessibility-apis
From Frank on 12/9/20101:
Brett and I did some testing this morning with the following results:
1. Bullets at level 1 show a bullet character in the static text.
2. Bullets at level 2 show a question mark in the static text.
3. Bullets at level 3 also show a question mark in the static text.
Frank, what does 'show' mean here?
From Frank on 12/9/2010:
Show means that I see that character in the MSAA Name Property of the bullet object.
(In reply to comment #7)
> From Frank on 12/9/2010:
> Show means that I see that character in the MSAA Name Property of the bullet
> object.

Could it be a the way how your tool presents Unicode characters?
That could be true.  Do you believe that Firefox sends unique characters?  If so, what are the unique characters.
(In reply to comment #9)
> That could be true.  Do you believe that Firefox sends unique characters?  If
> so, what are the unique characters.

see http://hg.mozilla.org/mozilla-central/annotate/19b83d59edbf/layout/generic/nsBlockFrame.cpp#l102

static const PRUnichar kDiscCharacter = 0x2022;
static const PRUnichar kCircleCharacter = 0x25e6;
static const PRUnichar kSquareCharacter = 0x25aa;

(In reply to comment #1)
> Firefox
> 4 exposes bullet text in accessible name, the name differs depending on bullet
> type (fixed in bug 557795).

correct bug number is bug 604587
Frank, do we have anything to fix here?
Alex, on 12/3/2010, Brett wrote the following:
With the FF nightly trunk build from 12/3/2010, I do see a different bullet
type if I change the bullet using the right click on a list item and selecting
a differett bullet.  
I don't see a different bullet type for different list levels though, visually,
are these different bullets?
Has anything changed or is there still no change from level to level?
I see different bullets visually and in accessible name for nested lists. Mark as worksforme. Frank please reopen it if you can reproduce.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
From Frank on 3/15/2011:
Yes, thank you Alex.  I see and hear the bullet change now for different levels.
ok, great. thank you.
See comment #14.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.