|
Bugzilla – Full Text Bug Listing |
| Summary: | PrintPreviewDialog: All zoom menu items have the "checked" state | ||
|---|---|---|---|
| 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: | P3 - Medium | CC: | cachen, mgorse |
| Version: | Release 1.0 | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | openSUSE 11.1 | ||
| Whiteboard: | |||
| Found By: | Integration Test | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | pyatspi script referenced in REPRO steps | ||
|
Description
Brian Merrell
2009-06-02 20:54:43 UTC
Created attachment 295847 [details]
pyatspi script referenced in REPRO steps
I think that this is caused by the MenuItem SelectionItem behavior always returning true for IsSelected. I'm curious if there's a reason for this behavior. (In reply to comment #2) > I think that this is caused by the MenuItem SelectionItem behavior always > returning true for IsSelected. I'm curious if there's a reason for this > behavior. The reason is that I mistakenly thought that setting RadioCheck=True alone would cause the checked RadioButton to appear, but it turns out you must also set Checked=True as well. I just tested on Vista, and if you set RadioCheck=True and Checked=False, the item *should* implement SelectionItem and IsSelected should False. So Mike's right, and IsSelected should return item.Checked. Sorry for the confusion! Waiting for review. Fixed in UIAutomationWinforms R138843 (trunk) and 138844 (1.0 branch). test on: mono-core-138178-1486.src.rpm mono-uia-132785-276.src.rpm uiaatkbridge-138148-675.src.rpm uiautomationwinforms-138872-683.src.rpm Revision: 138918 |