mediawiki-extensions-Multim.../tests/qunit/mmv/ui
Gergő Tisza d74b4dce4f Fix failing focus tests
jQuery 1.9 changes how $.focus() calls are handled: instead of
directly calling the handlers, it just invokes the DOM element's
focus(), and leaves it to the browser's event handling to trigger
them. This can fail for several reasons (e.g. element is not
attached to document, element is already focused, browser bugs such
as http://bugs.jquery.com/ticket/13363 ), so we are using
triggerHandler('focus') instead, which calls the handlers directly
without simulating actual browser events. Since these are unit
tests verifying event handler attach/unattach behavior, not
acceptance tests verifying actual event handling behavior, that
should be okay.

Change-Id: I65ecda28ace4f380ad33d6212e12069e18001232
2014-05-15 19:20:47 +00:00
..
mmv.ui.canvas.test.js Fix IE9 support 2014-05-14 12:06:27 +02:00
mmv.ui.canvasButtons.test.js Rename Buttons to CanvasButtons 2014-03-28 00:10:04 +00:00
mmv.ui.categories.test.js Make categories behave 2014-04-08 19:58:13 +00:00
mmv.ui.description.test.js Merge MultiLightbox into MultimediaViewer 2014-02-25 02:00:13 +00:00
mmv.ui.fileUsage.test.js Use mw-mmv CSS prefix consistently for all things 2014-03-31 21:33:12 +00:00
mmv.ui.metadataPanel.test.js Extract metadata panel scroll/log/animate logic into separate component 2014-05-13 18:57:38 +00:00
mmv.ui.metadataPanelScroller.test.js Extract metadata panel scroll/log/animate logic into separate component 2014-05-13 18:57:38 +00:00
mmv.ui.permission.test.js Make $.animate a noop in some tests to avoid conflicts 2014-03-29 20:56:06 +01:00
mmv.ui.progressBar.test.js Refactor progressbar & blur handling 2014-05-01 21:09:28 +00:00
mmv.ui.reuse.dialog.test.js Load oojs-ui on demand when "use this file" is clicked 2014-04-14 11:50:05 +02:00
mmv.ui.reuse.download.test.js Display correct file type on download button 2014-04-21 23:51:15 +00:00
mmv.ui.reuse.embed.test.js Fix failing focus tests 2014-05-15 19:20:47 +00:00
mmv.ui.reuse.share.test.js Fix failing focus tests 2014-05-15 19:20:47 +00:00
mmv.ui.reuse.tab.test.js Add share panel, replace reuse 2014-03-19 02:06:21 +00:00
mmv.ui.reuse.utils.test.js Download tab, basic download and preview 2014-04-02 23:00:28 +00:00
mmv.ui.stripeButtons.test.js Catch exceptions raised by localStorage write operations 2014-05-01 12:00:31 +02:00
mmv.ui.test.js Add named timeouts to mw.mmv.ui.Element 2014-04-07 21:20:59 +00:00
mmv.ui.truncatableTextField.test.js Add truncatable text field, use for some fields 2014-04-09 15:53:37 -07:00