Bugzilla – Bug 428792
ToolStripTextBox: Implement ITextProvider and events
Last modified: 2008-11-20 13:37:15 UTC
For the control type Edit, implement the ITextProvider[1] interface (support: Required) and corresponding unit test. -- [1] http://msdn.microsoft.com/en-us/library/system.windows.automation.provider.itextprovider.aspx
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.
Using TextBoxProvider implementation. Committed to UIAutomationWinforms in r117350. Leaving this open as the tracker bug for finishing this provider. May include work on navigation and unit tests. Estimating 5 hours remaining.
Somehow these didn't get added to release 0.9, but they're on the roadmap.
Navigation should be fixed, but I need to finish the unit tests to confirm.
I confirm this is not working (because of the tests in the bridge failing: ProviderFactory.GetProvider returns null yet). Raising priority.
Sorry, comment#6 is incorrect. The error we get is: http://monoport.com/38241 We'll have to investigate it.
I can tell you right now that navigation to the parent is broken, and I'm working on that. It could be related.
Updating hours.
Navigation should be fixed as of r119353.