Ticket #262 (closed Bug: duplicate)

Opened 3 years ago

Last modified 3 years ago

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

IESource.txt Download (234 bytes) - added by pharcyde 3 years ago.
Internet Explorer Generated Source
screenshot.gif Download (11.9 KB) - added by pharcyde 3 years ago.
IE and Firefox screenshots
FCKEditor.css Download (252 bytes) - added by pharcyde 3 years ago.
Custom CSS File Used
CustomConfig.js Download (2.7 KB) - added by pharcyde 3 years ago.
Custom Config Settings Used in the Example

Change History

Changed 3 years ago by pharcyde

Internet Explorer Generated Source

Changed 3 years ago by pharcyde

IE and Firefox screenshots

  Changed 3 years ago by pharcyde

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 3 years ago by pharcyde

Custom CSS File Used

Changed 3 years ago by pharcyde

Custom Config Settings Used in the Example

in reply to: ↑ description   Changed 3 years ago by arunpulikkan

hi,

just check it

in fckconfig.js,add following code

FCKConfig.UseBROnCarriageReturn = true ;

Cheers,

  Changed 3 years ago by fredck

  • keywords entermode removed
  • priority changed from High to Normal
  • status changed from new to closed
  • resolution set to duplicate

DUP of #67

Note: See TracTickets for help on using tickets.