Opened 13 years ago

Closed 13 years ago

#6512 closed Task (invalid)

question regarding entermode p or div

Reported by: Kenny Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc: kenny.demetter@…

Description

I had a question regarding entermode (didn't get reply on the support email , so i ask it here ? ) :

  • Up until now , we were using entermode br . This , however, introduces a few problems ( slowness in the editor , cursor jumps when using tables ) . As i understand it , CkEditor does not advice using entermode br .
  • We are looking into using entermode p , as this is the suggested entermode .

However, we are faced with a problem : using entermode p , there is a bigger vertical spacing between the lines.

This means that the user expierence is different : users now have to type shift-enter if they want the same behaviour.

  • We can change the styles displayed in the editor using contentCss , however , then it is only applied on the editor , but not on the content ( if we use the content elsewhere, for example , sending a mail , it will still have this vertical spacing ).

For this , i see two possibilities :

  • apply the style inline : for every paragraph , add the margin style .

=> Can this be done in the editor in some way ? => Is it a good idea ( possible side-effects ) ?

  • use entermode div , which doesn't have the line spacing problem.

=> Is this a good idea ( what are the possible side-effects compared to entermode p ) ?

Thanks, Kind regards,

Kenny,

Change History (1)

comment:1 Changed 13 years ago by Wiktor Walc

Keywords: entermode p div removed
Resolution: invalid
Status: newclosed

Hi Kenny,

Apologies for late reply, I have send you an email with an answer.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy