Opened 18 years ago
Closed 17 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 18 years ago by
Reporter: | changed from Martin Kou to anonymous |
---|
comment:2 Changed 18 years ago by
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.
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 :
) 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