Bug 474863 - Need to modify a ListBox to act like a TreeView
Summary: Need to modify a ListBox to act like a TreeView
Status: VERIFIED FIXED
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Unspecified
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Michael Gorse
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 448499
  Show dependency treegraph
 
Reported: 2009-02-11 17:46 UTC by Michael Gorse
Modified: 2009-02-12 04:05 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Gorse 2009-02-11 17:46:30 UTC
ListBox currently acts like a Gtk.List (ie, uses the List/ListItem roles and does not implement Atk.Table), but GtList is deprecated.  We should use the TreeView code instead.
Comment 1 Michael Gorse 2009-02-12 04:04:37 UTC
Committed in UiaAtkBridge R126660.