Bug 428792 - ToolStripTextBox: Implement ITextProvider and events
Summary: ToolStripTextBox: Implement ITextProvider and events
Status: RESOLVED FIXED
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - UIA (show other bugs)
Version: Release 0.9
Hardware: Other Other
: P2 - High : Enhancement
Target Milestone: Release 0.9
Assignee: Sanford Armstrong
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 428605 428618
  Show dependency treegraph
 
Reported: 2008-09-22 21:52 UTC by Brad Taylor
Modified: 2008-11-20 13:37 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brad Taylor 2008-09-22 21:52:35 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
Comment 1 Andres Aragoneses 2008-09-25 18:08:19 UTC
Mass change of QA contact. Sorry for bugspam. Update your watch-lists.
Comment 2 Brad Taylor 2008-09-25 22:12:26 UTC
Moving all of these to P4 to show that they have been triaged.  Will be reprioritizing these properly tomorrow.
Comment 3 Sanford Armstrong 2008-10-29 04:32:19 UTC
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.
Comment 4 Brad Taylor 2008-10-29 15:14:52 UTC
Somehow these didn't get added to release 0.9, but they're on the roadmap.
Comment 5 Sanford Armstrong 2008-11-12 11:20:35 UTC
Navigation should be fixed, but I need to finish the unit tests to confirm.
Comment 6 Andres Aragoneses 2008-11-14 23:14:49 UTC
I confirm this is not working (because of the tests in the bridge failing: ProviderFactory.GetProvider returns null yet). Raising priority.
Comment 7 Andres Aragoneses 2008-11-15 01:22:14 UTC
Sorry, comment#6 is incorrect. The error we get is: http://monoport.com/38241

We'll have to investigate it.
Comment 8 Sanford Armstrong 2008-11-15 04:36:48 UTC
I can tell you right now that navigation to the parent is broken, and I'm working on that.  It could be related.
Comment 9 Sanford Armstrong 2008-11-19 07:34:25 UTC
Updating hours.
Comment 10 Sanford Armstrong 2008-11-20 13:37:15 UTC
Navigation should be fixed as of r119353.