|
Bugzilla – Full Text Bug Listing |
| Summary: | Orca remains eerily silent when opening a drop-down | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | Brian Merrell <bgmerrell> |
| Component: | Winforms - General | Assignee: | Michael Gorse <mgorse> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Normal | ||
| Priority: | P2 - High | CC: | mgorse |
| Version: | Release 1.0 | ||
| Target Milestone: | Release 1.1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | Integration Test | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | 493094 | ||
| Bug Blocks: | |||
|
Description
Brian Merrell
2009-03-24 19:03:39 UTC
Possibly related to Bug 488394. Fixed in UiaAtkBridge R133026/133027. Updating hours. Fixed in UiaAtkBridge R140310 (trunk) and R140311 (branch). lanuch the application:
BRAILLE LINE: 'ipy Application ComboBox control Frame'
VISIBLE: 'ComboBox control Frame', cursor=1
SPEECH OUTPUT: 'ComboBox control frame'
BRAILLE LINE: 'ipy Application ComboBox control Frame 1 $l'
VISIBLE: '1 $l', cursor=2
SPEECH OUTPUT: ''
SPEECH OUTPUT: 'text 1 selected'
drop down and selcet the next drop down item:
SPEECH OUTPUT: 'window grayed'
BRAILLE LINE: 'ipy Application ComboBox control Frame Combo2 2'
VISIBLE: '2', cursor=1
SPEECH OUTPUT: ''
SPEECH OUTPUT: '2'
BRAILLE LINE: 'ipy Application ComboBox control Frame'
VISIBLE: 'ComboBox control Frame', cursor=1
SPEECH OUTPUT: ''
SPEECH OUTPUT: 'ComboBox control frame'
BRAILLE LINE: 'ipy Application ComboBox control Frame Combo2 2'
VISIBLE: '2', cursor=1
SPEECH OUTPUT: ''
SPEECH OUTPUT: '2'
when select "2", orca can read the following string:
"window grayed"
"ComboBox control Frame"
"2"
I think it is acceptable.
verify on:
mono-core-140292-1775.src.rpm
mono-uia-140277-306.src.rpm
uiaatkbridge-139519-678.src.rpm
uiautomationwinforms-139443-684.src.rpm
Revision: 140311
|