Last modified: 2014-09-13 17:53:31 UTC
Apparently the toolbar currently loads on content ready after the entire page finishes loading. Since said entire page can take quite awhile and people often want to start editing before that and the toolbar can prevent editing until it loads, move the textarea down when it does, and otherwise mess up anyone who has already tried to start, it should really be loading as soon as the relevant stuff is ready instead of waiting for everything else too.
(In reply to Isarra from comment #0) > page can take quite awhile and > people often want to start editing before In better news, TheDJ fixed most of the negative consequences of this (at least in my experience): bug 41911.
*** This bug has been marked as a duplicate of bug 45145 ***
Does this use the same code as the core toolbar now?
Probably not, but I think the solution in both cases would have to be the same, or very similar.