Go to file
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
docs Improve DurationLogger test code 2014-05-14 12:24:31 +02:00
i18n Localisation updates from https://translatewiki.net. 2014-05-14 19:35:24 +00:00
resources Minimal zoom implementation 2014-05-15 01:04:23 +00:00
tests Fix failing focus tests 2014-05-15 19:20:47 +00:00
.gitignore Adding first pass at jsduck docs 2014-01-21 11:44:58 -08:00
.gitreview Add .gitreview 2013-08-08 11:11:01 +02:00
.jshintignore Fix hash self-reaction 2014-02-24 19:14:45 +01:00
.jshintrc Get rid of lightboxHooks 2014-02-13 17:47:30 -08:00
AUTHORS Big credits patch 2014-02-13 13:38:19 -08:00
COPYING Initial commit - working demo 2013-09-03 16:52:28 -07:00
importml.sh Make importml.sh less Linux-centric, more UNIX-agnostic 2013-12-05 00:19:02 +00:00
MultimediaViewer.i18n.php Update i18n shim 2014-04-22 13:31:20 +00:00
MultimediaViewer.php Extract metadata panel scroll/log/animate logic into separate component 2014-05-13 18:57:38 +00:00
MultimediaViewerHooks.php Extract metadata panel scroll/log/animate logic into separate component 2014-05-13 18:57:38 +00:00
viewer-ltr.svg Fix images and related CSS for RTL wikis 2013-11-26 00:54:18 +02:00
viewer-rtl.svg Fix images and related CSS for RTL wikis 2013-11-26 00:54:18 +02:00