|
Bugzilla – Full Text Bug Listing |
| Summary: | ToolBar: Begin implementation | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | Brad Taylor <btaylor1> |
| Component: | Winforms - UIA | Assignee: | Neville Gao <ngao> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Enhancement | ||
| Priority: | P4 - Low | ||
| Version: | Unspecified | ||
| Target Milestone: | Release 1.0 | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | 455950 | ||
| Bug Blocks: | |||
| Attachments: |
patch uploaded.
Implemented Invoke(). Updated Invoke() event |
||
|
Description
Brad Taylor
2008-09-22 21:51:26 UTC
Mass change of QA contact. Sorry for bugspam. Update your watch-lists. Moving all of these to P4 to show that they have been triaged. Will be reprioritizing these properly tomorrow. Worked on ToolBar provider and behaviors. Created attachment 257630 [details]
patch uploaded.
Invoke() needs more work.
OK to commit. Committed in r120678 & r120679. Is this bug fixed now? If not, what are the outstanding issues? Created attachment 264052 [details]
Implemented Invoke().
a SWF patch blocks this.
(In reply to comment #8 from Neville Gao) > Created an attachment (id=264052) [details] > Implemented Invoke(). Can you update your Invoke() to use Control.BeginInvoke? otherwise weird stuff would happen because of threads. ToolBarButton is Provider.Component, seems there is no InvokeRequired & BeginInvoke methods. In this case seems that you will have to use SWF.ToolBar.BeginInvoke, of course this means you will need to use the ToolBar including the ToolBarButton. Created attachment 264690 [details]
Updated Invoke() event
(In reply to comment #12) > Created an attachment (id=264690) [details] > Updated Invoke() event OK to commit. Committed in r123297. Dependency Fixed. |