Bugzilla – Bug 479801
DataGridTextBoxColumn: ReadOnly cells still implement Atk.EditableText
Last modified: 2009-03-04 15:48:35 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
I'm not sure if we can even work around this, given the way that Atk interfaces work.