You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/06/17 17:46:22 UTC

[Bug 120065] Enabled property should be work on grid control model

https://issues.apache.org/ooo/show_bug.cgi?id=120065

--- Comment #1 from hanya <ha...@gmail.com> ---
Created attachment 80875
  --> https://issues.apache.org/ooo/attachment.cgi?id=80875&action=edit
To verify this problem

The attached odt file contains dialog with grid control.
- Open the document and click "Grid" button placed on text body.
- dialog shown with the grid control, "Enable", "Disable" buttons and two more
controls.
-> Enabled property of the grid model has been set before the dialog is shown, 
   so it should be disabled. But you can click to choose a row in the grid.
- Push "Disable" button to set Enabled property to False.
-> Click on the grid, you can not select any rows in the grid. It is disabled.
- Push "Enable" button to set Enabled property to True.
- > You can select a row in the grid.

Now the problems are:
- text and graphic in the grid are not drawn in disabled color in disabled
state.
- changing Enabled property before the showing the grid control not working
well.

-- 
You are receiving this mail because:
You are the assignee for the bug.