Opened 16 years ago
Closed 16 years ago
#2503 closed New Feature (fixed)
Dl aren't being formatted
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.6.4 |
Component: | Core : Output Data | Version: | FCKeditor 2.6.3 |
Keywords: | Review+ | Cc: |
Description
go to source mode and insert
<dl> <dt>Ticket created </dt> <dd >The Globalization support has been introduced into the CKEditor prototype </dd> </dd> </dl>
Now switch twice and the source won't be properly aligned.
For reference, I just copied some text to test for #2407 (I copied from the timeline page that turns out to be a big <dl>) and when I tried to create a list I got an error:
contentBlock.parentNode is null http://localhost/fckdev/editor/_source/commandclasses/fcklistcommands.js Line 322
But now it seems to work fine. Just in case anyone wants to try again.
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | 2503.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:3 Changed 16 years ago by
Milestone: | → FCKeditor 2.6.4 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Fixed with [2569]
Proposed patch