Bug 455950 - UIA Support in Splitter, SplitContainer and ToolBar
Summary: UIA Support in Splitter, SplitContainer and ToolBar
Status: VERIFIED FIXED
Alias: None
Product: Mono: Class Libraries
Classification: Mono
Component: Windows.Forms (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Enhancement
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 428759 447851
  Show dependency treegraph
 
Reported: 2008-12-03 10:48 UTC by Neville Gao
Modified: 2009-01-21 15:57 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
patch uploaded. (5.56 KB, patch)
2008-12-03 10:48 UTC, Neville Gao
Details | Diff
Updated patch. (3.98 KB, patch)
2008-12-19 08:51 UTC, Neville Gao
Details | Diff
Updated Patch. (2.64 KB, patch)
2009-01-21 15:27 UTC, Neville Gao
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Neville Gao 2008-12-03 10:48:48 UTC
Created attachment 257647 [details]
patch uploaded.

Added event for ToolBar navigation.
Added event for Splitter CanResize.
Added event for SplitContainer CanResize & CanMove.
Comment 1 Neville Gao 2008-12-19 08:51:47 UTC
Created attachment 261118 [details]
Updated patch.

Changes:

* No UIA support for Splitter.
* SplitContainer only supports CanResize event.
Comment 2 Jonathan Pobst 2008-12-19 18:09:32 UTC
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.
Comment 3 Neville Gao 2008-12-23 08:24:13 UTC
SplitContainer committed in r122032.

Sorry, I'm not sure about ToolBarButtonCollection issue, could you explain it a bit, thanks.
Comment 4 Neville Gao 2009-01-21 15:27:48 UTC
Created attachment 266544 [details]
Updated Patch.
Comment 5 Neville Gao 2009-01-21 15:56:34 UTC
Committed in r124045.