To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78522
User fs changed the following:
What |Old value |New value
================================================================================
Status|RESOLVED |UNCONFIRMED
--------------------------------------------------------------------------------
Issue type|DEFECT |ENHANCEMENT
--------------------------------------------------------------------------------
Resolution|WORKSFORME |
--------------------------------------------------------------------------------
Target milestone|--- |OOo Later
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Jun 17 19:56:37 +0000
2008 -------
Well, depends on the point of view ... :)
The problem here is that the forms runtime tries to put a lock onto the fields
which cannot be edited. For text input fields of all kinds, this is possible by
setting them to read-only. For all others, it's simply not possible by UNO API,
so the (ancient) code decides to set the control to "disabled".
While this is not really a big problem in itself (IMO), I think we can do better
than this.
fs->fs: need to
- introduce a UNO API which allows to set a control to read-only
- properly implement read-only-ness for VCL's list boxes, which currently
*also* decide to switch to "disabled" when they're read-only
(Don't we have an issue for this already?)
- implement read-only support for VCL's CheckBox class, which currently
doesn't have this.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]