On Thu, Jun 9, 2011 at 11:18 AM, Roan Kattouw roan.kattouw@gmail.comwrote:
On Thu, Jun 9, 2011 at 8:14 PM, Brion Vibber brion@pobox.com wrote:
Note that the jumping isn't because it's an extension, but rather because
of
the specific way the toolbar and editor bits get injected and activated.
Merging to core or not would have no effect on that -- it can be fixed
while
still an extension, or it can remain jumpy in core.
That's not entirely accurate. If it's in core, we can add some of the container divs in the HTML, reducing the jumpiness.
Simple matter of catching some hooks and outputting divs, and if there aren't the right hooks already, add em.
-- brion