|
Bugzilla – Full Text Bug Listing |
| Summary: | ListView list style: table cell's states are missing when perform actions | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | Ray Wang <rawang> |
| Component: | Winforms - ATK | Assignee: | E-mail List <mono-a11y-bugs> |
| Status: | NEW --- | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | cachen |
| Version: | Release 0.9.1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Ray Wang
2009-03-20 09:35:28 UTC
in this test, seems Click action implementation just for selecting items, it doesn't same as mouse click. I have tried gtktreeview that doesn't provide AtkAction implementation, also doing AtkSelction doesn't comes 'focused' state for tablecells. so I think this bug is invalid. so sorry I made a mistake in Commnet#1. I need change my thought: 1. I still think doing AtkSelection will comes 'focused' is invalid. 2. doing Click action for tablecell from accerciser should rise 'focused' and send event to change label's text same as mouse click table cell, because treetable use 'Click' event to change label in this example |