Bug 428618 - ToolStripTextBox: Begin implementation
Summary: ToolStripTextBox: Begin implementation
Status: RESOLVED FIXED
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Unspecified
Hardware: Other Other
: P2 - High : Enhancement
Target Milestone: Release 0.9
Assignee: Andres Aragoneses
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on: 428792 443885
Blocks:
  Show dependency treegraph
 
Reported: 2008-09-22 18:11 UTC by Brad Taylor
Modified: 2008-12-18 20:56 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:11:19 UTC
Implement AtkAccessible and AtkComponent for ToolStripTextBox and develop initial unit test.

Specification
==============

Acts As: Panel with TextBox child
(Inherits: TextBox)
Comment 1 Brad Taylor 2008-09-23 19:43:24 UTC
This should build upon TextBox.
Comment 2 Andres Aragoneses 2008-09-24 20:44:58 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:12:01 UTC
Moving all of these to P4 to show that they have been triaged.  Will be reprioritizing these properly tomorrow.
Comment 4 Brad Taylor 2008-10-29 20:25:52 UTC
Orig. Est is not the right place for estimates as they do not alter the Curr. Est. field.  Because of this, Bugzilla tells Berserk that Remaining Hours is 0.  Updating Remaining Hours is the right place for new estimates.  Sorry for the spam.
Comment 5 Andres Aragoneses 2008-11-03 04:50:07 UTC
Hours.
Comment 6 Andres Aragoneses 2008-11-10 20:41:12 UTC
We depend on the bridge here...
Comment 7 Andres Aragoneses 2008-11-14 16:13:04 UTC
s/bridge/provider
Comment 8 Brad Taylor 2008-12-08 14:41:54 UTC
Seems like the provider bugs that this depends on are closed.  Is there anything else you need from the provider folks to complete this?

I'm bumping this to a P2 because it needs to be in the 0.9.1 release.  Please take the opportunity to share some of this P2 work with Mike so that you're not swamped.
Comment 9 Andres Aragoneses 2008-12-18 20:56:59 UTC
Should be working by r121807. Long time to figure out some silly issues *and* to find out the additions of this tests actually are not responsible of the failing test (regression) I'm seeing in the bridge tests:

6) UiaAtkBridgeTest.BridgeTests.TextBoxView :   CaretOffset SL
  Expected: 24
  But was:  0


at UiaAtkBridgeTest.AtkTester.InterfaceTextAux (BasicWidgetType type, Boolean onlySingleLine, Atk.Object accessible, System.Object widget) [0x000e3] in /home/knocte/Documents/iDocs/Proyectos/mono/a11y/uia2atk2/UiaAtkBridge/Test/AtkTest/AtkTester.cs:889
at UiaAtkBridgeTest.AtkTester.InterfaceText (BasicWidgetType type, Boolean onlySingleLine) [0x00000] in /home/knocte/Documents/iDocs/Proyectos/mono/a11y/uia2atk2/UiaAtkBridge/Test/AtkTest/AtkTester.cs:841
at UiaAtkBridgeTest.AtkTests.TextBoxView (System.Object widget) [0x0000b] in /home/knocte/Documents/iDocs/Proyectos/mono/a11y/uia2atk2/UiaAtkBridge/Test/AtkTest/AtkTests.cs:489
at UiaAtkBridgeTest.AtkTests.TextBoxView () [0x00000] in /home/knocte/Documents/iDocs/Proyectos/mono/a11y/uia2atk2/UiaAtkBridge/Test/AtkTest/AtkTests.cs:480
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00057] in /home/knocte/Documents/iDocs/Proyectos/mono/trunk/mcs/class/corlib/System.Reflection/MonoMethod.cs:159