|
Bugzilla – Full Text Bug Listing |
| Summary: | UIA Support in Splitter, SplitContainer and ToolBar | ||
|---|---|---|---|
| Product: | [Mono] Mono: Class Libraries | Reporter: | Neville Gao <ngao> |
| Component: | Windows.Forms | Assignee: | Mono Bugs <mono-bugs> |
| Status: | VERIFIED FIXED | QA Contact: | Mono Bugs <mono-bugs> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 428759, 447851 | ||
| Attachments: |
patch uploaded.
Updated patch. Updated Patch. |
||
Created attachment 261118 [details]
Updated patch.
Changes:
* No UIA support for Splitter.
* SplitContainer only supports CanResize event.
In SplitContainer, please remove the #Regions around calling OnUIACanResizeChanged (EventArgs.Empty); You can put a comment if you want. In ToolBarButtonCollection.this[index] setter, it looks like you need another tab to line things up correctly. Other than that, looks fine to commit. SplitContainer committed in r122032. Sorry, I'm not sure about ToolBarButtonCollection issue, could you explain it a bit, thanks. Created attachment 266544 [details]
Updated Patch.
Committed in r124045. |
Created attachment 257647 [details] patch uploaded. Added event for ToolBar navigation. Added event for Splitter CanResize. Added event for SplitContainer CanResize & CanMove.