Bug 479801

Summary: DataGridTextBoxColumn: ReadOnly cells still implement Atk.EditableText
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: P4 - Low    
Version: Release 1.0   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.0   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description calen chen 2009-02-26 06:46:20 UTC
REPRO:

1. Run uia2atk/test/samples/datagrid.py
2. Run accerciser, expand TreeTable and select "Read0" TableCell
3. under 'interface viewer', expand Text, delete Read0, click Read0 in Gui 
4. enter some characters 'text print' in accerciser for ReadOnly cell, click ReadOnly cell in Gui

RESULT:

in step3: ReadOnly cells' text can be deleted till remain ')'

in step4: ReadOnly cells' Text can be changed to 'text print'

EXPECTED RESULT:

ReadOnly cell isn't editable
Comment 1 Brad Taylor 2009-03-04 15:48:35 UTC
I'm not sure if we can even work around this, given the way that Atk interfaces work.