mediawiki-extensions-Visual.../modules/ve/init/mw
Roan Kattouw c219771a34 Fix bug where the floating toolbar was on top of the save dialog
The save dialog has z-index: 3;, which succeeds in overlaying it on the
toolbar in its normal position, but fails once the toolbar starts
floating, because the floating toolbar has z-index: 100;

In practice this meant that if you were scrolled down and the toolbar
was floating, you could open the save dialog just fine, but you
couldn't close it because its controls were below rather than on top of
the toolbar.

Hacked around this by detecting the floating-ness in the toolbarPosition
handler and setting a class on the toolbar tracker accordingly.
There may be a more elegant way to fix this; an actual UI engineer
should figure that out, not me :)

Bug: 50324
Change-Id: I8c6ab1026705d00baa20f115255d0d7e74ee72bf
2013-06-27 22:45:50 +00:00
..
styles Fix bug where the floating toolbar was on top of the save dialog 2013-06-27 22:45:50 +00:00
targets Fix bug where the floating toolbar was on top of the save dialog 2013-06-27 22:45:50 +00:00
ve.init.mw.js Bump copyright notice year range to -2013 over -2012 2013-02-19 15:37:34 -08:00
ve.init.mw.Platform.js Image insertion 2013-06-06 17:36:55 -07:00
ve.init.mw.splitTest.js Address Krinkle's review comments from I51c441d61 2013-06-17 19:04:27 -07:00
ve.init.mw.Target.js Code style fix: (X) -> ( X ) 2013-06-24 18:51:59 +01:00