Bugzilla – Bug 428605
ToolStripComboBox: Begin implementation
Last modified: 2008-12-26 16:16:14 UTC
Implement AtkAccessible and AtkComponent for ToolStripComboBox and develop initial unit test. Specification ============== Acts As: Panel with Combo Box child Provides: AtkAccessible, AtkAction, AtkComponent, AtkSelection Default State: (Inherits: ComboBox)
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.
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.
Hours.
ToolstripComboBox provider navigation will be finished along with this provider bug I'm attaching on the dependencies.
Added tests.
The only thing lacking here is figure out why a test in the bridge is failing: missing states visible+showing. The rest is done.
If we comment the StatesComboBox function, a new failing test arises: 7) UiaAtkBridgeTest.BridgeTests.ToolStripComboBoxDropDown : Missing states: Visible, .. Expected: True But was: False at UiaAtkBridgeTest.AtkTester.States (Atk.Object accessible, Atk.StateType[] expected) [0x00173] in /home/knocte/Documents/iDocs/Proyectos/mono/a11y/uia2atk2/UiaAtkBridge/Test/AtkTest/AtkTester.cs:1505 at UiaAtkBridgeTest.AtkTests.ComboBoxDropDownEntry (System.Object widget) [0x000e7] in /home/knocte/Documents/iDocs/Proyectos/mono/a11y/uia2atk2/UiaAtkBridge/Test/AtkTest/AtkTests.cs:658 at UiaAtkBridgeTest.BridgeTests.ToolStripComboBoxDropDown () [0x00000] in /home/knocte/Documents/iDocs/Proyectos/mono/a11y/uia2atk2/UiaAtkBridge/Test/UiaAtkBridgeTest/BridgeTests.cs:264 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 Surprisingly this doesn't happen in the other comboboxes.
As of r122107, this is not a problem anymore. Wrt backporting, mgorse says it's possible that r122054 is the fix for this (in the provider side).