| Summary: |
ComboBox accessible name is initially blank when a ComboBox has a default selection |
| Product: |
[Mono] UI Automation
|
Reporter: |
Brian Merrell <bgmerrell> |
| Component: |
Winforms - General | Assignee: |
Andres Aragoneses <aaragoneses> |
| Status: |
VERIFIED
FIXED
|
QA Contact: |
E-mail List <mono-a11y-qa> |
| Severity: |
Normal
|
|
|
| Priority: |
P3 - Medium
|
CC: |
cachen
|
| Version: |
Release 1.0 | |
|
| Target Milestone: |
--- | |
|
| Hardware: |
x86 | |
|
| OS: |
openSUSE 11.1 | |
|
| Whiteboard: |
|
|
Found By:
|
Integration Test
|
Services Priority:
|
|
|
Business Priority:
|
|
Blocker:
|
---
|
|
Marketing QA Status:
|
---
|
IT Deployment:
|
---
|
PROBLEM STATEMENT A ComboBox accessible name is blank when the GUI loads with a ComboBox item already being selected. REPRO 1. Run Accerciser, and open the "API Browser" tab 2. Run uia2atk/test/samples/combobox_dropdown.py and notice that item "1" is already selected in the combo box 3. In Accerciser's left pane Browse to and select the "combo box" accessible of the combobox_dropdown.py "ipy" application RESULTS The combo box accessible has a blank name ("") EXPECTED RESULTS The combo box should have the name "1" COMMENTS The name of the combo box does change when another combo box item is selected, the problem only exists when the GUI loads with a selection already made in the combo box. I have verified the expected behavior in Windows and with a Gtk combo box example.