Author Topic: [0.8-rc] Unused space  (Read 4839 times)

Offline Douks

  • Newbie
  • *
  • Posts: 3
[0.8-rc] Unused space
« 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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: [0.8-rc] Unused space
« Reply #1 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.

Offline Douks

  • Newbie
  • *
  • Posts: 3
Re: [0.8-rc] Unused space
« Reply #2 on: December 24, 2012, 05:42:31 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 ?)


Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: [0.8-rc] Unused space
« Reply #3 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:
Code: [Select]
forced_root_block : false,
force_br_newlines : true,
force_p_newlines : false
To the TinyMCE config.

Offline Douks

  • Newbie
  • *
  • Posts: 3
Re: [0.8-rc] Unused space
« Reply #4 on: December 27, 2012, 04:11:33 AM »
Thank you  ;D