|
Bugzilla – Full Text Bug Listing |
| Summary: | ToolBarButton: the "new" toggle button is identified as check box | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | Feng Xia Mu <fxmu> |
| Component: | Winforms - General | Assignee: | E-mail List <mono-a11y-bugs> |
| Status: | CONFIRMED --- | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | mgorse |
| Version: | Release 1.0 | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | openSUSE 11.1 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Feng Xia Mu
2009-06-18 09:37:27 UTC
The ToolStripButton in the sample shows up as a Button in Windows, not a CheckBox, so the ControlType change made in 478832 is incorrect at least in some cases. Additionally, the bridge does not handle buttons that gain or lose a ToggleButton behavior at runtime, so I've done some refactoring. May be done; need to review/discuss. #348. |