#543 closed enhancement (wontfix)
XHTML comliant code in the Text Editor Widget
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hey. Wonderful tool - you people are stars!!! However, I noticed a couple of things that I think would help.
When inserting new line breaks, the WYSIWYG text editor enters the <br> tag instead of the <br /> tag. Also, When using the text align button, the editor inserts <div align="right"> instead of <div dir="rtl">
The latter is important for developers like myself who work with right-to-left languages (Hebrew in my case)
In addition, would be great if the editor would pick up double new-line strokes and convert them into a new paragraph (although this can be done in the submission stage with regular expression)
Change History (3)
comment:1 Changed 16 years ago by
Milestone: | 0.2.2release → 0.3release |
---|
comment:2 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Won't fix for right now. Please reopen if you have any ideas.
We don't modify the DOM as it's created because it's brittle and breaks the undo stack on IE. If you can figure out a way for us to handle these issues at submission time, that would be much preferable.
Regards