Ticket #142 (closed Bug: fixed)

Opened 21 months ago

Last modified 21 months ago

EnterMode = br produces <p> when switching back from source

Reported by: fbunget@… Owned by:
Priority: Normal Milestone: FCKeditor 2.4.1
Component: UI : Enter Key Version: FCKeditor 2.4
Keywords: SF IE Cc:

Description

FCKConfig.EnterMode = 'br'

so when hitting ENTER, a <BR/> is used.

Add some text and use ENTER to go to a new line. then switch to "source code"; the source code should look like this:

<p>line1 aaa<br />
line2 bbb<br />
line3 ccc</p>

now exit from "source code" mode and hit ENTER. a new paragraph is created (<P>); this mode remains active.

this doesn't happen if after exiting from "source code" mode, you move the cursor somewhere inside the existing text.


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1648765&group_id=75348&atid=543653

Change History

Changed 21 months ago by fredck

  • keywords IE added
  • component changed from General to UI : Enter Key
  • milestone set to FCKeditor 2.4

I confirm this behavior in IE only. With Firefox, everything seams to be ok.

Changed 21 months ago by fredck

  • reporter changed from fredck to fbunget@…

Changed 21 months ago by fredck

  • milestone changed from FCKeditor 2.4 to FCKeditor 2.4.1

Changed 21 months ago by fredck

  • status changed from new to closed
  • resolution set to fixed

Fixed with [205].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.