Last modified: 2013-09-19 18:44:24 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T55493, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 53493 - Author and title links in pop-up video player don't work
Author and title links in pop-up video player don't work
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
TimedMediaHandler (Other open bugs)
unspecified
All All
: High major (vote)
: ---
Assigned To: Michael Dale
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-08-28 19:36 UTC by Ryan Kaldari
Modified: 2013-09-19 18:44 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Ryan Kaldari 2013-08-28 19:36:41 UTC
After a video finishes playing in TimedMediaHandler's pop-up player, it shows links for both the title and author. The links are valid, but for some reason clicking on them doesn't work (in Firefox at least). There must be some Javascript hijacking the click action and preventing it from working.

For an example, go to https://en.wikipedia.org/wiki/American_sign_language and click on the first video.
Comment 1 Michael Dale 2013-08-28 20:40:23 UTC
line 730 of jquery.ui.dialog.js seems to be the culprit:  
if ($(event.target).zIndex() < $.ui.dialog.overlay.maxZ) {

Our event.target zindex is 3 while $.ui.dialog.overlay.maxZ is 1001

Its unfortunate z-index does not stack for child elements, since the dialog box its-self is in range. 

seems to work fine if we just comment out the respective z-indexes and relay on the dom order which appears to be fine in testing. 
 https://gerrit.wikimedia.org/r/81570
Comment 2 Andre Klapper 2013-09-19 18:44:24 UTC
(In reply to comment #0)
> After a video finishes playing in TimedMediaHandler's pop-up player, it shows
> links for both the title and author. The links are valid, but for some reason
> clicking on them doesn't work (in Firefox at least). There must be some
> Javascript hijacking the click action and preventing it from working.
> 
> For an example, go to https://en.wikipedia.org/wiki/American_sign_language
> and click on the first video.

Both links for this example work now in Firefox 23.0.1 for me.

(In reply to comment #1)
> seems to work fine if we just comment out the respective z-indexes and relay
> on the dom order which appears to be fine in testing. 
>  https://gerrit.wikimedia.org/r/81570

That patch has been merged.

Seems like this problem is FIXED. Closing.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links