Skip to main content
Topic: Editor Height Jumps (Read 2728 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Editor Height Jumps

On the post page at least

Load the page and the editor window height starts larger and then jumps to a smaller height, does it on every page refresh as well.  Not sure when it started but kind of annoying to have it initialize at one height and then jump to a lesser one.

Re: Editor Height Jumps

Reply #1

hmm... you may try adding back the height: 100% removed a while ago.
Bugs creator.
Features destroyer.
Template killer.

Re: Editor Height Jumps

Reply #2

Yeah that fixes it but breaks the ability to specify a height in the call ... always something !

Re: Editor Height Jumps

Reply #3

Yeah I see that too.  I think the toolbarContainer option needs to be tried so the actual text area can be sized w/o having to worry about the toolbar.  And maybe instead of setting the height to 100% strip off the px setting of the context height variable and pass it into sceditor.  It can take either % or a plain integer which is interprets as pixels I believe.

Re: Editor Height Jumps

Reply #4

Was that fixed?
Bugs creator.
Features destroyer.
Template killer.

 

Re: Editor Height Jumps

Reply #5

Yup .. @scripple  added the toolbar to the editor init  ... If I recall correctly ... but yes fixed