Opened 18 years ago
Closed 18 years ago
#262 closed Bug (duplicate)
EnterMode br doesn't work right with lists
Reported by: | mschering | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Enter Key | Version: | FCKeditor 2.4 |
Keywords: | Cc: |
Description
When you set EnterMOde to br then lists don't work. When you hit enter it inserts a list item before instead of after the last item. It's also impossible to finish the listview.
I tested this with FCKeditor 2.4 in Firefox 2.0.0.2
Attachments (4)
Change History (7)
Changed 18 years ago by
Attachment: | IESource.txt added |
---|
comment:1 Changed 18 years ago by
In addition when using BR as the EnterMode in IE, hitting the list button will, instead of creating a new list, indent all the text above it until it hits the end of an opening tag (i.e. a </p>, </div>, etc). It jumps ahead of any BR tags when attempting to determine where to place the <ul>. I've attached screen shots and the source being generated.
Changed 18 years ago by
Attachment: | CustomConfig.js added |
---|
Custom Config Settings Used in the Example
comment:2 Changed 18 years ago by
hi,
just check it
in fckconfig.js,add following code
FCKConfig.UseBROnCarriageReturn = true ;
Cheers,
comment:3 Changed 18 years ago by
Keywords: | entermode removed |
---|---|
Priority: | High → Normal |
Resolution: | → duplicate |
Status: | new → closed |
DUP of #67
Internet Explorer Generated Source