mediawiki-extensions-Multim.../tests/qunit/mmv
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
..
model Make License.isCc() really return booleans 2014-04-23 20:30:03 +00:00
provider Fix url encoding in URL guesser 2014-05-09 22:44:57 +00:00
routing Add routing classes 2014-04-16 12:40:17 +02:00
ui Fix failing focus tests 2014-05-15 19:20:47 +00:00
mmv.bootstrap.test.js Do not handle clicks if MediaViewer could not be loaded. 2014-04-29 16:04:17 -07:00
mmv.DurationLogger.test.js Improve DurationLogger test code 2014-05-14 12:24:31 +02:00
mmv.EmbedFileFormatter.test.js Use mw-mmv CSS prefix consistently for all things 2014-03-31 21:33:12 +00:00
mmv.HtmlUtils.test.js Fixes various bugs in IE 2014-04-07 22:00:11 +00:00
mmv.lightboximage.test.js Fix resize issues (Part II) 2014-02-28 10:22:21 +01:00
mmv.lightboxinterface.test.js Minimal zoom implementation 2014-05-15 01:04:23 +00:00
mmv.logger.test.js Merge MultiLightbox into MultimediaViewer 2014-02-25 02:00:13 +00:00
mmv.performance.test.js Remove the threshold where a load is considered to be coming from the browser cache 2014-05-06 16:59:53 +00:00
mmv.test.js Minimal zoom implementation 2014-05-15 01:04:23 +00:00
mmv.testhelpers.js Add routing classes 2014-04-16 12:40:17 +02:00
mmv.ThumbnailWidthCalculator.test.js Fix resize issues (Part III, Fin) 2014-03-05 00:14:54 +00:00