Page MenuHomePhabricator

Load toolbar on element ready instead of content ready
Closed, ResolvedPublic

Description

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.


Version: unspecified
Severity: normal

Details

Reference
bz45144

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:37 AM
bzimport set Reference to bz45144.
bzimport added a subscriber: Unknown Object (MLST).

(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.