Bugzilla – Bug 609361
[uiaclient-GTKs]:The Calendar control does not support any pattern
Last modified: 2010-08-25 09:07:35 UTC
COMMENTS The UIA Client of gtk calendar is not implemented yet. 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: patterns = acc.GetSupportedPatterns() for pattern in patterns: Automation.PatternName(pattern) RESULTS You got nothing pattern. EXPECTED RESULTS The calendar control always supports the 'Grid', 'Selection', 'Table' patterns.