Bugzilla – Bug 511166
TabPage:from Accerciser can't see the inactive "page tab"'s children
Last modified: 2009-06-09 10:17:01 UTC
SUMMARY run tabpage.py example,if "page tab" accessible is not the current active page, it's children can't be got from Accerciser, maybe it's Accerciser 's bug, I'm not sure and hope more advices. REPRO 1. run uia2atk/test/samples/tabpage.py, 2. run accerciser, expand the item with 'page tab list' role name from left pane of Accerciser 3. try to expand all the "page tab" 4. on sample GUI, click "Tab 1" to make it the current active tab. RESULTS step 3: only "Tab 0" can be expanded. step 4: "Tab 1" can be expanded, "Tab 0" can not be expanded EXPECTED RESUlt step 3: all the "Tab" with "page tab" role name should be expanded step 4: both "Tab 1" and "Tab 0" can be expanded
Created attachment 296887 [details] the output of step 3
from bug 464356, Comment #4 released by Brad, "This deviates from GAIL's behavior a bit, but we really had no choice. Only when a tab is selected are its children shown -- this needed to be done to reflect what Vista is doing on the provider side." I think this bug won't need to open.