Bugzilla – Bug 602751
push button + toggle button combo doesn't mapped as Split Button
Last modified: 2010-05-05 10:07:57 UTC
PROBLEM STATEMENT: a button with click and toggle action can be regarded as a split button in winforms environment. REPRODUCE: 1. Run gedit and uia-explorer 2. notice that "open" button on the toolbar of gedit is combined with a "push button" and a "toggle button", I can check it in accerciser, but it is mapped with two "button" in a "group" control from UIA-Explorer, RESULTS: push button + toggle button is mapped invalid, and toggle button is also mapped a b simply button, I guess it might lose some features of it. EXPECTED RESULTS: push button + toggle button might be mapped as a split button in managed client AT.