Bugzilla – Bug 472729
ToolBar: items added by Controls are unaccessible
Last modified: 2009-03-09 13:09:48 UTC
PROBLEM STATEMENT: Example toolbar.py have 4 buttons added by toolbar.Buttons.Add, 1 label and 1 combobox added by toolbar.Controls.Add. the problem is label and combobox are unaccessible in accerciser REPRO: 1. Run uia2atk/test/samples/toolbar.py 2. Run accerciser, expand toolbar in left tree RESULTS: there are no label and combobox under toolbar in accerciser left tree EXPECTED RESULTS: items added by toolbar.Controls.Add should be accessible
test in rpm version 020409-5 uiaatkbridge-125772-499 uiautomationwinforms-125786-547
StatusBar also has this issue. StatusBarPanel and ToolBarButton is component. InitializeChildControlStructure() only handles controls automatially.
Do we have any examples of this happening in real life?
We could draw a custom progress bar in a status bar using Controls.Add, and could customize a tool bar as well.
I don't think we're going to have time to accomplish this in the current release. Moving to Release 1.1.