Bug 631348 - ComcoBox: Contents in ListItem Aren't Accessible
Summary: ComcoBox: Contents in ListItem Aren't Accessible
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Moonlight - General (show other bugs)
Version: Release 2.0
Hardware: x86 openSUSE 11.2
: P3 - Medium : Major
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-16 04:24 UTC by Neville Gao
Modified: 2010-08-16 04:26 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
pyatspi script. (656 bytes, text/x-python)
2010-08-16 04:24 UTC, Neville Gao
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Neville Gao 2010-08-16 04:24:02 UTC
Created attachment 383057 [details]
pyatspi script.

REPRO:
1. Make uia2atk/test/samples/moonlight/ComboBox.
2. Open uia2atk/test/samples/moonlight/ComboBox/ComboBoxSample.html in Firefox.
3. Run attached script.

RESULTS:
CheckBoxItem: 0
ImageItem: 0

EXPECTED RESULTS:
CheckBoxItem: 1
ImageItem: 2