Opened 17 years ago

Closed 16 years ago

#657 closed Bug (duplicate)

[EK] UseBROnCarriageReturn: Bulleted and Numbered Lists (IE)

Reported by: anonymous Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: SF Cc: Frederico Caldeira Knabben, kiki92cm@…, beltofte@…, bngobngo@…

Description

Hi, i use the IE.

i set the value of "UseBROnCarriageReturn" to true. if i wrote some lines an try to insert a bulleted or numered list after that lines, all lines are includet to the first point of the list...

in FireFox it works without a problem...


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

Change History (3)

comment:1 Changed 17 years ago by Martin Kou

Reporter: changed from Martin Kou to anonymous

Marking it as [EK] (Enter Key).


Moved from SF. Original poster: fredck

No way to insert any list in another list in IE 6. (example : i'd like to have something like this :

<ul>
 <li>1</li>
 <li>2</li>
 <ul>
  <li>2.1</li>
  <li>2.2</li>
 </ul>
 <li>3</li>
</ul>

) Works perfectly in FF.

Any solution?

Using FCK 2.2


Moved from SF. Original poster: kiki92cm

The problem also exists when "UseBROnCarriageReturn" is set to false.


Moved from SF. Original poster: beltofte

I would like this to be fixed to.

This works great in Firefox.

Does not work much in IE. Experience same problem as initial post.

Using FCKeditor version 2.0


Moved from SF. Original poster: bngobngo

comment:2 Changed 17 years ago by hoffmandirt

I am experiencing the same problem. Whenever the enter mode property is set to "br", IE has an issue trying to make a list out of br separated items. For example, I set the enter mode property like so:

FCKConfig.EnterMode = "br";

Then type the following into the editor, select the text, and click the list button:

item1 item2 item3

Which gets transformed to:

<ul>

<li>item1<br /> item2<br /> item3</li>

</ul>

This is not an issue in Firefox.

comment:3 Changed 16 years ago by Frederico Caldeira Knabben

Resolution: duplicate
Status: newclosed

DUP of #67

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy