|
Bugzilla – Full Text Bug Listing |
| Summary: | UIA Support in StatusBarPanel control | ||
|---|---|---|---|
| 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 | CC: | mgorse |
| Version: | SVN | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | UIA | ||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 428698, 447851 | ||
| Attachments: |
patch uploaded.
Patch. Adds UIACollectionChanged to Remove () |
||
Can you make it UIATextChanged, and OnUIATextChanged so it matches the rest of the UIA additions? With that change, this is fine to commit. Changed *TextChanged* to *UIATextChanged*, and committed in r116143. closed fixed bug. We're missing an event in one case. I'll attach a patch. Created attachment 257891 [details]
Patch. Adds UIACollectionChanged to Remove ()
Committed in R121627. |
Created attachment 245912 [details] patch uploaded. Add an event to be invoked when StatusBarPanel.Text changed.