If the form is in list view
and controller.readOnly=true
and I have a text_area/RTF_area/HTML_area
the scrollbars are unclickable.
The same in a record view form works perfectly.
Servoy 3.5.5 JDK 1.6.0_5
If the form is in list view
and controller.readOnly=true
and I have a text_area/RTF_area/HTML_area
the scrollbars are unclickable.
The same in a record view form works perfectly.
Servoy 3.5.5 JDK 1.6.0_5
I posted this bug in the Support System with ID 128015.
Any prediction date for a fix? The case is in NEW status from about 2 months…
The only trick I found is to display a tooltip but it’s very boring…
Servoy has the notion of editable and also readonly, what you are looking for is editable set to false, not readonly set to false
This issue report has not escaped our attention, but it could be very well happen this will be the answer to the issue report as well.
I solved.
You can close the bug.
Simply the controller must be readOnly = false
and the scrollable AREA elements must be readOnly = true