Update and correction for the visual HTML editor
------------------------------------------------
Key: OFBIZ-3317
URL: https://issues.apache.org/jira/browse/OFBIZ-3317
Project: OFBiz
Issue Type: Improvement
Components: content
Affects Versions: SVN trunk
Reporter: Erwan de FERRIERES
Fix For: SVN trunk
Attachments: OFBIZ-3317.diff, WhizzywigToolbar.png
the visual editor is using this line to fix a minimum height for the textarea
box.
if (!o(idTa).rows < 5) o(idTa).rows='15';//IE won't use % from style
No matter the size we give it, it stays at 15. So I commented the line in the
.js file. While I was at it, I updated whizzywig.js to the last version (55i
->59) and put the new toolbar icons system
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.