NodeBB-Community / nodebb-plugin-composer-redactor

Redactor Composer for NodeBB
GNU General Public License v3.0
38 stars 28 forks source link

Redactor 1.4.0 Textarea too small & Window size function dosen't work #42

Closed ghost closed 8 years ago

ghost commented 8 years ago

NodeBB v1.0.0 Redactor 1.4.0

My Version has 2 Bugs:

  1. You can not rezise/size the "editor" window
  2. The Textarea is too small eklvdab
ghost commented 8 years ago

I have fix the problem by edit the template: I replace: <div class="composer"> with <div component="composer" class="composer<!-- IF resizable --> resizable<!-- ENDIF resizable -->"<!-- IF !disabled --> style="visibility: inherit;"<!-- ENDIF !disabled -->>