Ticket #262 (closed Bug: duplicate)

Opened 21 months ago

Last modified 19 months 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 (234 bytes) - added by pharcyde 21 months ago.
Internet Explorer Generated Source
screenshot.gif (11.9 KB) - added by pharcyde 21 months ago.
IE and Firefox screenshots
FCKEditor.css (252 bytes) - added by pharcyde 21 months ago.
Custom CSS File Used
CustomConfig.js (2.7 KB) - added by pharcyde 21 months ago.
Custom Config Settings Used in the Example

Change History

Changed 21 months ago by pharcyde

Internet Explorer Generated Source

Changed 21 months ago by pharcyde

IE and Firefox screenshots

  Changed 21 months 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 21 months ago by pharcyde

Custom CSS File Used

Changed 21 months ago by pharcyde

Custom Config Settings Used in the Example

in reply to: ↑ description   Changed 19 months ago by arunpulikkan

hi,

just check it

in fckconfig.js,add following code

FCKConfig.UseBROnCarriageReturn = true ;

Cheers,

  Changed 19 months 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.