On an older thread entitled "Word wrapping when composing a mail" Roger mentioned a fix to my issue as below. I notice that this has not been commited to cvs yet. Any chance of somebody commiting it so that I don't have to change it every time I cvs update? ;-)
Cheers, Matt.
There is a typo in skins/default/templates/compose.html in relation to the WRAP attribute:
<roundcube:object name="composeBody" id="compose-body" form="form" cols="80" rows="20" warp="virtual" tabindex="7" />
WRAP is misspelled as WARP. Changing it to WRAP should fix this problem (at least it did for me).
Cheers, -Roger
Matt Smith wrote:
On an older thread entitled "Word wrapping when composing a mail" Roger mentioned a fix to my issue as below. I notice that this has not been commited to cvs yet. Any chance of somebody commiting it so that I don't have to change it every time I cvs update? ;-)
Will commit it this evening... Thomas
Cheers, Matt.
There is a typo in skins/default/templates/compose.html in relation to the WRAP attribute:
<roundcube:object name="composeBody" id="compose-body" form="form" cols="80" rows="20" warp="virtual" tabindex="7" />
WRAP is misspelled as WARP. Changing it to WRAP should fix this problem (at least it did for me).
Cheers, -Roger