Bug 486721 - TreeView: TreeTable has wrong name implemented
Summary: TreeView: TreeTable has wrong name implemented
Status: VERIFIED FIXED
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.1
: P4 - Low : Normal
Target Milestone: ---
Assignee: Brad Taylor
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 457845
  Show dependency treegraph
 
Reported: 2009-03-19 08:00 UTC by calen chen
Modified: 2009-05-12 02:17 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
Screenshot of Accerciser inspecting the tree table (250.55 KB, image/png)
2009-05-11 15:27 UTC, Brad Taylor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description calen chen 2009-03-19 08:00:38 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
Comment 1 Brad Taylor 2009-05-01 19:55:38 UTC
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.
Comment 2 Andres Aragoneses 2009-05-07 15:41:17 UTC
Brad: the fix for this broke some bridge tests regarding the Name property. Should we revert this? Or modify the tests...?
Comment 3 Brad Taylor 2009-05-07 15:55:52 UTC
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?
Comment 4 Andres Aragoneses 2009-05-07 15:59:16 UTC
Because unless I work on a tree that has the patch for this bug reverted, I cannot test it conveniently.
Comment 5 Andres Aragoneses 2009-05-07 15:59:37 UTC
Test my fix for it, that is.
Comment 6 Brad Taylor 2009-05-07 21:10:49 UTC
Fixed in trunk r133747 and 1.0 r133748.
Comment 7 Feng Xia Mu 2009-05-08 09:19:23 UTC
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
Comment 8 Brad Taylor 2009-05-08 13:28:54 UTC
Felicia, as I mentioned in comment #1, the name should be "", not None.  What name are you seeing?
Comment 9 Feng Xia Mu 2009-05-11 02:47:39 UTC
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.
Comment 10 Brad Taylor 2009-05-11 15:27:20 UTC
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?
Comment 11 Feng Xia Mu 2009-05-12 02:17:41 UTC
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.