mediawiki-extensions-Visual.../modules/oojs-ui
Trevor Parscal af8d034ca8 Work around crazy Chrome bug
When the ListToolGroup in the toolbar (the "More" section) is scrolled
down such that the top tool is partly obscured, and you hover over the
bottom half of the "More" button, the top tool displays a hover effect
and using the scroll wheel will scroll the list rather than the page.

This is because the list has a box-shadow that's 1em tall, and the
height of the "More" button is 2em. And in Chrome, pointer events
"work" even in the box-shadow area. Roan reported the Chrome bug at
https://code.google.com/p/chromium/issues/detail?id=314291

This change works around the bug by making the tools in the list
inline-block instead of block; for some reason the bug only affects
block elements.

Change-Id: I4ea3f41c91d0ff5d5cc150fe8acc3427f0ab5f3a
2013-11-04 09:47:16 -08:00
..
elements Provide a default implementation for OO.ui.msg 2013-11-01 13:36:05 -07:00
layouts Get rid of OO.ui.extendObject and OO.ui.indexOf 2013-10-31 15:09:44 -07:00
styles Work around crazy Chrome bug 2013-11-04 09:47:16 -08:00
test Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
toolgroups Get rid of OO.ui.extendObject and OO.ui.indexOf 2013-10-31 15:09:44 -07:00
tools Add OO.ui.PopupTool 2013-10-29 05:57:40 +00:00
widgets Get rid of OO.ui.extendObject and OO.ui.indexOf 2013-10-31 15:09:44 -07:00
OO.ui.Dialog.js Merge "Allow direct opening of pages in the meta dialog" 2013-10-29 06:06:27 +00:00
OO.ui.DialogFactory.js Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.Element.js Add 'classes' and '$content' config options to OO.ui.Element 2013-10-31 12:53:40 -07:00
OO.ui.Frame.js Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.Inspector.js Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.InspectorFactory.js Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.js Provide a default implementation for OO.ui.msg 2013-11-01 13:36:05 -07:00
OO.ui.Layout.js Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.Tool.js Support programmatic tool titles 2013-10-29 05:57:14 +00:00
OO.ui.Toolbar.js Get rid of OO.ui.extendObject and OO.ui.indexOf 2013-10-31 15:09:44 -07:00
OO.ui.ToolFactory.js Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.ToolGroup.js Isolate links within OO.ui.Tool 2013-10-28 22:55:32 -07:00
OO.ui.Widget.js Get rid of OO.ui.extendObject and OO.ui.indexOf 2013-10-31 15:09:44 -07:00
OO.ui.Window.js Allow direct opening of pages in the meta dialog 2013-10-29 05:58:06 +00:00
OO.ui.WindowSet.js Allow direct opening of pages in the meta dialog 2013-10-29 05:58:06 +00:00