Ticket #67 (closed Bug: duplicate)

Opened 20 months ago

Last modified 12 months ago

Properly handle EnterMode=br and lists

Reported by: FredCK Owned by: martinkou
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: UI : Enter Key Version:
Keywords: SD-COE Cc: pkdille, Jyhem, 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

  Changed 20 months ago by FredCK

  • component changed from General to UI : Enter Key

follow-up: ↓ 3   Changed 18 months ago by 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

in reply to: ↑ 2   Changed 18 months ago by fredck

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.

  Changed 17 months ago by fredck

#301 is a DUP of this one.

  Changed 16 months ago by fredck

#262 has been marked as a DUP.

  Changed 14 months ago by fredck

  • cc Pascal.KUSTNER@… added
  • keywords SD-COE added

  Changed 14 months ago by fredck

  • cc jean-marc.libs@…, patrice.weber@… added

  Changed 14 months ago by fredck

  • cc pkdille, Jyhem, nyloth added; Pascal.KUSTNER@…, jean-marc.libs@…, patrice.weber@… removed

  Changed 12 months ago by martinkou

  • owner set to martinkou
  • status changed from new to assigned

  Changed 12 months ago by martinkou

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

I've opened #1178 as a collection of list problems that are significant for v2.5.

Note: See TracTickets for help on using tickets.