|
Bugzilla – Full Text Bug Listing |
| Summary: | ToolStripMenuItem: Implement actions | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | Brad Taylor <btaylor1> |
| Component: | Winforms - ATK | Assignee: | Andres Aragoneses <aaragoneses> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <mono-a11y-bugs> |
| Severity: | Enhancement | ||
| Priority: | P2 - High | ||
| Version: | Unspecified | ||
| Target Milestone: | Release 0.9 | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | 443971 | ||
| Bug Blocks: | |||
|
Description
Brad Taylor
2008-09-22 18:08:34 UTC
The implementation of a case of deprecation may be pretty fast due to the use of the same provider. Ignore comment#1 because in the spec we have stablished the inheritance in the inverse order, and hence it's the ToolStripMenuItem who has only a bug (when it should have one for each interface, and one for actions). New default assignee and QA (although we'll create a new dummy mailing list specifically for QA soon). Moving all of these to P4 to show that they have been triaged. Will be reprioritizing these properly tomorrow. I should have assigned this to myself earlier. We do non-deprecated items first. It seems there's a big difference here between the 2 toolkits: wrt a top parent menu item (File, not Open; Help, not About), I shouldn't get any FOCUS signal, but I get this from the provider: RaiseAutomationPropertyChangedEvent(AutomationElementIdentifiers.HasKeyboardFocusProperty), which I shouldn't get. Committed some work in r118564. Can't depend on something scheduled in next release. Almost finished but uncommitted. This needs to be completed and backported before Friday for our 0.9.1 release. Sorry for the delay. Fixed in r125009. |