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)

x86
Windows 2000
defect
Not set
normal

Tracking

()

VERIFIED FIXED

People

(Reporter: dsirnapalli, Assigned: aaronlev)

Details

Attachments

(1 file)

<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.
seeking r=
Comment on attachment 89009 [details] [diff] [review] Easy change. Clear focusable state. r=jgaunt
Attachment #89009 - Flags: review+
Comment on attachment 89009 [details] [diff] [review] Easy change. Clear focusable state. sr=hewitt
Attachment #89009 - Flags: superreview+
fixed. checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
-- 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.

Attachment

General

Created:
Updated:
Size: