|
Bugzilla – Full Text Bug Listing |
| Summary: | FragmentControlProvider::SetFocus () doesn't work for ToolStripMenuItems | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | Andres Aragoneses <aaragoneses> |
| Component: | Winforms - UIA | Assignee: | E-mail List <mono-a11y-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Minor | ||
| Priority: | P5 - None | ||
| Version: | Release 1.0 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 479397 | ||
|
Description
Andres Aragoneses
2009-04-16 17:53:03 UTC
I've tried to use ((System.Windows.Forms.ToolStripItem)Component).Select (); but it's throwing an NRE inside SWF. (In reply to comment #1) > I've tried to use ((System.Windows.Forms.ToolStripItem)Component).Select (); > but it's throwing an NRE inside SWF. Seems like this NRE happens on some particular case that I have not hunted yet. I'll open a bug for it once I find it. But for now, this bug is fixed in r132912. |