Bug 479801 - DataGridTextBoxColumn: ReadOnly cells still implement Atk.EditableText
Summary: DataGridTextBoxColumn: ReadOnly cells still implement Atk.EditableText
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.0
: P4 - Low : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-26 06:46 UTC by calen chen
Modified: 2009-03-04 15:48 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 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.