Opened 18 years ago
Closed 18 years ago
#155 closed Bug (invalid)
FCKListHandler should make use of FCKConfig.EnterMode
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.4 |
Keywords: | Cc: |
Description
this is a simple change already noted as a TODO in the code. basically change
oDocument.createElement( 'p' )
to
oDocument.createElement( FCKConfig.EnterMode )
Attachments (1)
Change History (2)
Changed 18 years ago by
Attachment: | fck.entermode.lihandler.patch added |
---|
comment:1 Changed 18 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Summary: | [PATCH] fcklisthandler should make use of FCKConfig.EnterMode → FCKListHandler should make use of FCKConfig.EnterMode |
The problem here is when EnterMode=br. In that case the approach must be different, not creating a block element, but simply moving the contents after the ul/ol.
It impacts also in the FCKEnterKey. A more extensive change is needed.
I've opened #165 for it.