Bugzilla – Bug 459054
ListView_details: "tree table" has extraneous "table cell" child
Last modified: 2009-03-19 14:34:58 UTC
SUMMARY in samples/listview_details.py, there is one extraneous "table cell" child under "tree table" REPRO 1. run uia2atk/test/samples/listview_detail.py 2. expand "ipy", see children under "tree table" RESULTS there is one extraneous "table cell" EXPECTED RESUlt I think all children in listview_details.py under "tree table" are "table cell" like children in samples/gtkliststore.py, now we bridge them to "check box" and "text", so "Default Group" table cell is extraneous.
"Default Group" is the default group all items belong to, expanding "Accessible" will show "Default Group" in Relations for each TableCell and CheckBox. About gtklistore.py, yes this control used to be based on gtklistore.py but the specification was wrong and now we are using the valid widget: gtktreeview.py.
Hi Mario, I think I understand what you said, but still have one question that in gtktreeview.py 'Accessible' shows "TreeTable" in relations for each 'TableCell' that there is no 'Default Group', do they have any difference? it's not a big problem, don't worry I reopen it :) thanks your explanation!
Hello Calen, Well, I'm seeing that for each "child X of parent X" relations will show the "parent X" is that what you meant?