Bugzilla – Bug 428595
TextBox: Implement AtkText
Last modified: 2008-11-14 02:07:13 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
I have already worked on this a bit.
New default assignee and QA (although we'll create a new dummy mailing list specifically for QA soon).
Moving all of these to P4 to show that they have been triaged. Will be reprioritizing these properly tomorrow.
Forgot to mark expected milestone.
I should have assigned this to myself earlier.
Oops, I made a mistake, this one was not mentioned in the initial plan.
Worked a bit on this one on behalf of bug 428592, but only unit tests for now.
Almost done, waiting to test ValueChanged event introduced in r117009 by Mario.
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 :(
Spent some time to discover bug 443885 and write a testcase for it.
Some work done in r118695.
Fixed in r118811.