|
Bugzilla – Full Text Bug Listing |
| Summary: | CheckedListBox, ListBox: Both treetable and tablecell[0] should has focused state | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | calen chen <cachen> |
| Component: | Winforms - General | Assignee: | E-mail List <mono-a11y-bugs> |
| Status: | NEW --- | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Normal | ||
| Priority: | P4 - Low | ||
| Version: | Release 1.0 | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | testscript.py | ||
|
Description
calen chen
2009-02-27 05:47:29 UTC
Created attachment 275892 [details]
testscript.py
Add Comments: use 'Focus Tracking' in Vista to navigate 'list' which always get 'HasKeyboardFocus = False", and focus on 'list item' This smells of a deeper issue. Adding extra hours to compensate. TreeTable in his example doesn't have "focused" states, I assume treetable and tablecell[0] should both have "focused" state just like gtk sample do. you could take uia2atk/test/sample/gtktreeview_noheader_nochildren.py as an example. |