Opened 18 years ago
Closed 17 years ago
#646 closed Bug (fixed)
Bullet-Function breaks when swapping <BR> <P>
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
Component: | Core : Lists | Version: | |
Keywords: | SF | Cc: | aemi@… |
Description
When swapping BR and P so that IE creates <BR> on <ENTER>-Key, the bullet function (at least that one) seems to be broken, as it indents the whole text. Only when inserting a <P> somewhere, the bullet function stops where the paragraph tag was inserted.
Logical, but this way, the <BR> / <P> swap is difficult to use efficiently.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1103883&group_id=75348&atid=543653
Change History (2)
comment:1 Changed 18 years ago by
Cc: | aemi@… added |
---|---|
Reporter: | changed from Martin Kou to anonymous |
comment:2 Changed 17 years ago by
Component: | General → Core : Lists |
---|---|
Milestone: | → FCKeditor 2.5 |
Resolution: | → fixed |
Status: | new → closed |
Fixed with [869]. Click here for more info about our SVN system.
This is just one reason why it is bad practice to use <br/> instead of <p> when hitting carriage return.
Why would you want to replace <p> by <br/>?
applied to <p>.
the other way around and have an option UsePOnCarriageReturn to overwrite Firefox's standard behavior.
Moved from SF. Original poster: aemi
I'm having the same problem but would still like to use the <br> functionality. Could a patch be made please that would surround the highlighted text you intend to bullet/number with a <p> and </p> pair before it applies the bullet?
Moved from SF. Original poster: Anonymous