Bugzilla – Bug 609377
[uiaclient-GTKs]:The Calendar' children can't be found by UIA Client
Last modified: 2010-08-25 09:07:44 UTC
COMMENTS From the uia-explore, we can only see the calendar control itself, its descendants is not shown . EPRO 1. Launch uia2atk/test/samples/gtk/gtkcalendar.py 2. Launch UIA Explore. 3. Expand the "Calendar" Window on the left of UIA Explore, select the calendar control. 4. In Ipy Script shell, input the following command: c = PropertyCondition(AutomationElement.IsEnabledProperty, True) q = acc.FindAll(TreeScope.Children, c) q.Count RESULTS 0. EXPECTED RESULTS the number should be greater than zero.
*** Bug 619993 has been marked as a duplicate of this bug. ***