Roundcube Community Forum

Release Support => Pending Issues => Topic started by: Douks on December 24, 2012, 04:11:47 AM

Title: [0.8-rc] Unused space
Post by: Douks on December 24, 2012, 04:11:47 AM
Hi,

I'm using 0.8-rc of Roundcube and I have some "problems" when im typing text (cf: attachments).

There's a quite big white space which can't be removed. Does anyone have any idea to remove (or reduce) this space ?

Thanks ;)
Douks
Title: Re: [0.8-rc] Unused space
Post by: SKaero on December 24, 2012, 05:34:51 AM
When you hit enter it creates a new paragraph, if you want it to be in the same paragraph hold shift and hit enter.
Title: Re: [0.8-rc] Unused space
Post by: Douks on December 24, 2012, 05:42:31 AM
Quote from: SKaero on December 24, 2012, 05:34:51 AM
When you hit enter it creates a new paragraph, if you want it to be in the same paragraph hold shift and hit enter.

:O Thank you very much SKaero !! Is there any way to disable this function ?

(I also have a question about the signature, can I tell it here ?)

Title: Re: [0.8-rc] Unused space
Post by: SKaero on December 26, 2012, 04:38:30 PM
Its not part of the core RoundCube system its part of TinyMCE, I think you can do it by adding:

forced_root_block : false,
force_br_newlines : true,
force_p_newlines : false

To the TinyMCE config.
Title: Re: [0.8-rc] Unused space
Post by: Douks on December 27, 2012, 04:11:33 AM
Thank you  ;D