Closed
Bug 154019
Opened 24 years ago
Closed 24 years ago
nsIAccessible's accState returns wrong value for XUL Tabbox's Tabpanel Node
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dsirnapalli, Assigned: aaronlev)
Details
Attachments
(1 file)
|
565 bytes,
patch
|
mozilla
:
review+
hewitt
:
superreview+
|
Details | Diff | Splinter Review |
<box orient="vertical" flex="1">
<description>
<html:b> Testing XUL Tabbox Tab for Accessibility.. </html:b>
</description>
<box oreint="horizontal">
<tabbox>
<tabs>
<tab label="Mail"/>
<tab label="News"/> </tabs>
<tabpanels>
<tabpanel id="mailtab">
<checkbox label="Automatically check for mail"/>
</tabpanel>
<tabpanel id="newstab">
<button label="Clear News Buffer"/>
</tabpanel> </tabpanels>
</tabbox> <spacer flex="1"/>
</box>
</box>
Enter the above code in a xul file and open it in mozilla. Open Inspect tool and
click on "Show highlight rectangle" button. then move the mouse over the
"Automatically check for mail" checkbox. In Inspect tool click on "Navigate to
Parent".
Check the Inspect tool.
role shows property page.
state shows "focusable".
I think the state should show "normal".
This bug is similar to bug# 152425.
| Assignee | ||
Comment 1•24 years ago
|
||
seeking r=
Comment 2•24 years ago
|
||
Comment on attachment 89009 [details] [diff] [review]
Easy change. Clear focusable state.
r=jgaunt
Attachment #89009 -
Flags: review+
Comment 3•24 years ago
|
||
Comment on attachment 89009 [details] [diff] [review]
Easy change. Clear focusable state.
sr=hewitt
Attachment #89009 -
Flags: superreview+
| Assignee | ||
Comment 4•24 years ago
|
||
fixed. checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•24 years ago
|
||
-- Verified in todays trunk build. Works fine. Marking the bug as verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•