Opened 18 years ago
Closed 18 years ago
#67 closed Bug (duplicate)
Properly handle EnterMode=br and lists
Reported by: | Frederico Caldeira Knabben | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
Component: | UI : Enter Key | Version: | |
Keywords: | SD-COE | Cc: | pkdille, Jean-Marc Libs, Nyloth |
Description
When EnterMode='br', we must properly handle the creation of lists with IE.
Every line separated by a <br> must be transformed in a single <li>. Also, when removing the list, every <li> must be transformed in texts separated by <br>.
Today, every block is transformed to <li> and <p> is created when removing the list.
Change History (10)
comment:1 Changed 18 years ago by
Component: | General → UI : Enter Key |
---|
comment:2 follow-up: 3 Changed 18 years ago by
comment:3 Changed 18 years ago by
Replying to kwillems:
I was thinking about this behaviour of the ENTER-key.
To my opinion it should always be possible to put a single <br /> in a <li>.
See also my ticket # 90.Regards,
Koen Willems
Actually this ticket is related to the creation of lists over a content where each paragraph is separated by a <br> (EnterMode=br). When selecting more than one paragraph to transform them in a list, each one must result in a separated <li>. Also, when removing the list, each <li> must result in text plus a <br>.
The <br> creation inside <li> must be done with Shift+Enter, but this is another issue.
comment:6 Changed 18 years ago by
Cc: | Pascal.KUSTNER@… added |
---|---|
Keywords: | SD-COE added |
comment:7 Changed 18 years ago by
Cc: | jean-marc.libs@… patrice.weber@… added |
---|
comment:8 Changed 18 years ago by
Cc: | pkdille Jean-Marc Libs Nyloth added; Pascal.KUSTNER@… jean-marc.libs@… patrice.weber@… removed |
---|
comment:9 Changed 18 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
comment:10 Changed 18 years ago by
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
I've opened #1178 as a collection of list problems that are significant for v2.5.
I was thinking about this behaviour of the ENTER-key.
To my opinion it should always be possible to put a single <br /> in a <li>.
See also my ticket # 90.
Regards,
Koen Willems