Bug 435988 - UIA Support in StatusBarPanel control
Summary: UIA Support in StatusBarPanel control
Status: VERIFIED FIXED
Alias: None
Product: Mono: Class Libraries
Classification: Mono
Component: Windows.Forms (show other bugs)
Version: SVN
Hardware: Other Other
: P5 - None : Enhancement
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard: UIA
Keywords:
Depends on:
Blocks: 428698 447851
  Show dependency treegraph
 
Reported: 2008-10-16 09:44 UTC by Neville Gao
Modified: 2008-12-16 20:17 UTC (History)
1 user (show)

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


Attachments
patch uploaded. (1000 bytes, patch)
2008-10-16 09:44 UTC, Neville Gao
Details | Diff
Patch. Adds UIACollectionChanged to Remove () (704 bytes, text/plain)
2008-12-04 00:12 UTC, Michael Gorse
Details

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

Add an event to be invoked when StatusBarPanel.Text changed.
Comment 1 Jonathan Pobst 2008-10-16 14:28:57 UTC
Can you make it UIATextChanged, and OnUIATextChanged so it matches the rest of the UIA additions?  With that change, this is fine to commit.
Comment 2 Neville Gao 2008-10-17 04:00:40 UTC
Changed *TextChanged* to *UIATextChanged*, and committed in r116143.
Comment 3 Neville Gao 2008-10-23 10:29:29 UTC
closed fixed bug.
Comment 4 Michael Gorse 2008-12-04 00:08:16 UTC
We're missing an event in one case.  I'll attach a patch.
Comment 5 Michael Gorse 2008-12-04 00:12:33 UTC
Created attachment 257891 [details]
Patch.  Adds UIACollectionChanged to Remove ()
Comment 6 Michael Gorse 2008-12-16 20:17:37 UTC
Committed in R121627.