|
Bugzilla – Full Text Bug Listing |
| Summary: | ComboBox_DropDown: combo box and text role with wrong states | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | calen chen <cachen> |
| Component: | Winforms - General | Assignee: | E-mail List <mono-a11y-bugs> |
| Status: | REOPENED --- | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | ||
| Version: | Unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
calen chen
2008-12-04 06:37:22 UTC
this test due 12/10, I give it P1 priority MODIFY: in step 5: SWF "text" role get states [EDITABLE, ENABLED, FOCUSABLE, SELECTABLE, SELECTED, SENSITIVE, SHOWING, SINGLE_LINE, VISIBLE] GTK "text" role get states [EDITABLE, ENABLED, FOCUSABLE, +-FOCUSED(you can press Tab move focused from text to dropdown button), selecteable, +-SELECTED(when you selecte text from Selection box for combobox role), SENSITIVE, SHOWING, SINGLE_LINE, VISIBLE] Sorry, I didn't know you had assigned this earlier. Fixed in r121438. Backported to 0.9 branch in 121440. Closed in trunk r121505 In trunk, I still don't think our SWF behavior matches Gtk behavior. For example, compare the following: Gtk 1. Open accericer, click on the interface viewer tab and expand the "Accessible" expander. 2. Run uia2atk/test/samples/gtkcomboboxentry.py 3. Browse to and select accessible with the "combo box" role that is a child of the gtkcomboboxentry.py sample application above. 4. Observe that Accerciser's interface viewer tab shows that the combo box accessible does not have the "focused" state. 4. Browse to and select accessible with the "text" role that is a child of the gtkcomboboxentry.py sample application above. 5. Observe that Accerciser's interface viewer tab shows that the text accessible has the "focused" state and the cursor is blinking in the Gtk.Entry widget on the gtkcomboboxentry.py sample application. 6. In the gtkcomboboxentry.py app, click on the drop down button 7. Observe that Accerciser's interface viewer tab shows that the text accessible no longer has the "focused" role 8. Select the accessible with the "combo box" role in Accerciser's left pane 9. Observe that it has the "focused" role (it did not previously) WinForms 1. Open accericer, click on the interface viewer tab and expand the "Accessible" expander. 2. Run uia2atk/test/samples/combobox_dropdown.py 3. Browse to and select accessible with the "combo box" role that is a child of the combobox_dropdown.py sample application above. 4. Observe that Accerciser's interface viewer tab shows that the combo box accessible does have the "focused" state (whereas gtk does not at this point) 3. Browse to and select accessible with the "text" role that is a child of the combobox_dropdown ipy sample application above. 4. Observe that Accerciser's interface viewer tab shows that the text accessible *does not* have the "focused" state and the cursor is blinking in the text entry control on the combobox_dropdown sample application (whereas gtk *does* have the focus state at this point) 5. Observer that the "combo box" accessible appears to always have the focused state. I never see a case where the text accessible has the focused state in WinForms in trunk. However, the text accessible does get the "focused" state in the 0.9 branch :( so I think part of this bug is back in trunk. Ugh! Anyway, I am reopening this. Calen, could you please make sure we are testing for the expected behavior (regarding this bug) in your ComboBox DropDown test if you haven't already? Hi Brian, I tried in trunk r121827 but I couldn't reproduced the issue you said in Comment #7. here is combobox and text default states I got it by pyatspi, you need make the application window in active(click the frame window) then you can see "focused" appear in interface viewer tab. combobox default states:[STATE_ENABLED, STATE_SENSITIVE, STATE_SHOWING, STATE_VISIBLE] text default states:[STATE_EDITABLE, STATE_ENABLED, STATE_FOCUSABLE, STATE_FOCUSED, STATE_SELECTABLE, STATE_SELECTED, STATE_SENSITIVE, STATE_SHOWING, STATE_SINGLE_LINE, STATE_VISIBLE] but there is one problem I have no idea that text role and MenuItem have focused in duplicated after selected one MenuItem by keyUp/Down or click(please see bug456343 Comment #8) Sigh.. I was testing using RPMs built from trunk and I didn't realize the newest ones were from Dec 11th and this bug was fixed on Dec 12th. My comments are irrelevant; I'm closing this bug again. Closed again in trunk r121848 I would like to reopen this one because BUG577363. This shouldn't be assigned to me. |