Closed Pilvinen closed 7 years ago
you can fix it by replacing this line in : "nodebb-plugin-composer-default/static/lib/composer/resize.js" $window.trigger('action:composer.resize', { containerHeight : postContainer.height() - 120 });
though its not a proper solution, but scrolling works and editor resize when you put content inside.
Can you reproduce @pitaj?
What browser?
Also, what version of this plugin and NodeBB?
Unable to repro in FF or Chrome
@pitaj NodeBB V1.4.2, plugin version : 1.4.15
Try ./nodebb stop && ./nodebb build && ./nodebb start
@pitaj it doesn't seems to fix the issue.
Actually, should be resolved with latest commit to this plugin.
You can test it at my forum here: https://foorumit.maailmanloppu.fi
I'm still having this issue with Nodebb v1.4.2, Redactor v2.0.1, Chrome 52.0.2743.82 (64-bit). But I highly doubt that it would be browser specific since all my forums users are having the same problem.
Plugin version?
Like I said above Redactor v2.0.1
This should be fixed in the latest version. Try updating to v2.0.3
Unfortunately this does not seem to be the case.
1) Updated to v2.0.3. 2) Shut down and restarted Nodebb just to be on the safe side. 3) Still the same issues.
Screenshot:
Did you try the ./nodebb build
thing I suggested before?
Yes. It didn't work. But I tried again and did git pull even though there should be no updates and after that ran ./nodebb build again and that did the trick.
It seems to work now. Thank you.
It looks like this: Which is not normal. When I start typing it stretches as I type. Scrolling doesn't work.