Ticket #657 (closed Bug: duplicate)

Opened 17 months ago

Last modified 14 months ago

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

Reported by: anonymous Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: SF Cc: fredck, 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

Changed 17 months ago by martinkou

  • reporter changed from martinkou 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

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

Changed 14 months ago by fredck

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

DUP of #67

Note: See TracTickets for help on using tickets.