mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
c219771a34
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 |
||
---|---|---|
.. | ||
mw | ||
sa | ||
ve.init.js | ||
ve.init.Platform.js | ||
ve.init.Target.js |