Bug 519139

Summary: PropertyGrid: table cell is missing 'focused' state when clicked
Product: [Mono] UI Automation Reporter: calen chen <cachen>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P2 - High    
Version: Release 1.0   
Target Milestone: Release 1.1   
Hardware: x86   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description calen chen 2009-07-03 10:30:41 UTC
PROBLEM STATEMENT:

click or navigate action doesn't raise 'focused' state for table cell

REPRO:

1. run uia2atk/test/samples/propertygrid.py
2. run accerciser, expand 'tree table' under 'Property Grid' panel on the left treeview, browse to one table cell (e.g 'AccessibleDescript')
3. on GUI, mouse click or press Up/Down to 'AccessibleDescript' table cell
4. on accerciser, see 'AccessibleDescript' table cell states under interface viewer

RESULT:

table cell doesn't raise 'focused' state

EXPECTED RESULTS:

'AccessibleDescript' table cell should raise 'focused' state

COMMENTS:

table cells also should have 'focusable' state because it can be focused by key(see bug516376)
Comment 1 Brad Taylor 2009-07-14 16:08:41 UTC
Move all P1 and P2 bugs into Release 1.1 milestone.