Bugzilla – Bug 486721
TreeView: TreeTable has wrong name implemented
Last modified: 2009-05-12 02:17:41 UTC
REPRO: 1. run uia2atk/test/samples/treeview.py 2. run accerciser, expand frame on the left treeview, see TreeTable's name RESULTS: TreeTable shows 'Parent1' as its name EXPECTED RESULTS: TreeTable's name should be None
Actually, GAIL has the name as "", not None, so I've duplicated this behavior. This is fixed in trunk r133287 and 1.0 branch r133288.
Brad: the fix for this broke some bridge tests regarding the Name property. Should we revert this? Or modify the tests...?
Andres, I'll take a look at the tests that broke. I see that you made this bug a blocker on #457845. How could a bug opened in 2008 be blocked by something introduced last week?
Because unless I work on a tree that has the patch for this bug reverted, I cannot test it conveniently.
Test my fix for it, that is.
Fixed in trunk r133747 and 1.0 r133748.
hi the problem still exists, TreeTable's name is not None. test on [ ] mono-core-133750-922.i586.rpm 08-May-2009 00:31 9.3M [ ] mono-winforms-133750-922.i586.rpm 08-May-2009 00:31 2.4M [ ] uiaatkbridge-133747-658.i586.rpm 08-May-2009 00:31 85K [ ] uiautomationwinforms-133740-662.i586.rpm 08-May-2009 00:31 213K r133758
Felicia, as I mentioned in comment #1, the name should be "", not None. What name are you seeing?
hi Brad I'm sorry that I didn't describe the question clearly. I am seeing is the TreeTable 's name still be 'Parent1' on the latest version.
Created attachment 291314 [details] Screenshot of Accerciser inspecting the tree table Using trunk r133899, and following the above steps, the TreeTable's name is blank. Please see the attached screenshot. Felicia, do you have different steps? Are you seeing what I'm seeing?
Hi Brad After test on truck r133936, what I'm seeing is your seeing, the bug is fixed. I'm sorry that I have no idea why the test yesterday is not the same, anyway, I will close the bug.