Bug 428595 - TextBox: Implement AtkText
Summary: TextBox: Implement AtkText
Status: RESOLVED FIXED
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Unspecified
Hardware: Other Other
: P4 - Low : Enhancement
Target Milestone: Release 0.9
Assignee: Andres Aragoneses
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on: 428592 443885
Blocks:
  Show dependency treegraph
 
Reported: 2008-09-22 18:10 UTC by Brad Taylor
Modified: 2008-11-14 02:07 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 18:10:35 UTC
Implement the AtkText[1] interface and corresponding unit test for the WinForms control TextBox.

--
[1] http://library.gnome.org/devel/atk/stable/AtkText.html
Comment 1 Andres Aragoneses 2008-09-23 20:27:52 UTC
I have already worked on this a bit.
Comment 2 Andres Aragoneses 2008-09-24 20:44:52 UTC
New default assignee and QA (although we'll create a new dummy mailing list specifically for QA soon).
Comment 3 Brad Taylor 2008-09-25 22:11:57 UTC
Moving all of these to P4 to show that they have been triaged.  Will be reprioritizing these properly tomorrow.
Comment 4 Andres Aragoneses 2008-10-14 22:56:13 UTC
Forgot to mark expected milestone.
Comment 5 Andres Aragoneses 2008-10-15 02:28:52 UTC
I should have assigned this to myself earlier.
Comment 6 Andres Aragoneses 2008-10-15 03:09:05 UTC
Oops, I made a mistake, this one was not mentioned in the initial plan.
Comment 7 Andres Aragoneses 2008-10-15 04:51:59 UTC
Worked a bit on this one on behalf of bug 428592, but only unit tests for now.
Comment 8 Andres Aragoneses 2008-10-24 23:23:11 UTC
Almost done, waiting to test ValueChanged event introduced in r117009 by Mario.
Comment 9 Andres Aragoneses 2008-10-28 22:26:43 UTC
Ok, finally found the culprit of the issue in comment#8.

Brad: I added (in r117314) a provider test that is not working, can you look at it?

Raising also hours left because we need a new custom attribute for getting the position of the caret in the textbox :(
Comment 10 Andres Aragoneses 2008-11-12 00:08:31 UTC
Spent some time to discover bug 443885 and write a testcase for it.
Comment 11 Andres Aragoneses 2008-11-13 02:32:21 UTC
Some work done in r118695.
Comment 12 Andres Aragoneses 2008-11-14 02:07:13 UTC
Fixed in r118811.