#2206 closed defect (invalid)
Editor2: wrong HTML handling in text-alignment-functionality
Reported by: | guest | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Editor | Version: | 0.4.1 |
Keywords: | wrong html text align | Cc: | |
Blocked By: | Blocking: |
Description
If the right-align-button is pressed on the following code...
<DIV class=times12center>
<B>mit max. 12 Personen am 02. Februar 2007</B>
</DIV>
... this is the result.
<DIV class=times12center align=right>
<B>mit max. 12 Personen am 02. Februar 2007
</DIV>
</B>
the closing </B>-tag is placed after the </div> tag which is wrong.
(setup: IE6, dojo4.1 trunk)
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
can not confirm the issue
the other attributes issue is already fixed in trunk
Note: See
TracTickets for help on using
tickets.
this is problematic because saxparser doesn´t like invalid html. BTW: all these unquoted attributes in HTML-tags are also disliked by saxparser.