https://bugzilla.wikimedia.org/show_bug.cgi?id=57437

--- Comment #3 from Richard Morris <[email protected]> ---
Just to note I'm just an end user, so don't really know much about how the
Visual Editor code works. It might be an idea to consult with the VE people for
the best way to achieve this. I've not found any other VE dialog which is
movable or resizable, so I'm not sure if there is code you can copy.

What is really important is that the box is big enough. Following from Helders
comment you could detect the size of the original equation and size
accordingly. 

What might also be possible would be to detect if the equation is inline or a
block mode. (In the tex world this would be $eqn$ vrs $$eqn$$) a larger edit
window is preferred for block mode equations. Its a little tricker to detect
the difference in wikitext, suronding text on the same line indicates inline
mode. Being a single item in a list element <li><math> ...</math></li>
indicates block mode.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to