Ticket #68 (closed Bug: fixed)

Opened 2 years ago

Last modified 22 months ago

Properly handle EnterMode=br and block formatting

Reported by: FredCK Owned by: fredck
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: Core : Styles Version:
Keywords: SD-COE Cc: pkdille, Jyhem, nyloth

Description

When EnterMode='br', we must properly handle the formatting of the blocks (block element change) with the "Format" toolbar combo.

Every line separated by a <br> must be considered a "block", and therefore only that part must be changed when switching block type. Also, if a selection embraces a <br>, the entire selection must be broken in different blocks.

Today, the entire block is changed to the selected block style. To test it:

  • Set EnterMode='br'
  • Type some lines of text
  • Position the cursor over one of the lines
  • Switch the format to Heading 1 -> The entire block will be transformed

Change History

Changed 2 years ago by fredck

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

Changed 2 years ago by fredck

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

Changed 2 years ago by fredck

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

Changed 22 months ago by fredck

  • component changed from UI : Enter Key to Core : Styles

Changed 22 months ago by fredck

  • owner set to fredck

Changed 22 months ago by fredck

  • status changed from new to assigned

Changed 22 months ago by fredck

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

Fixed with [811].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.