[Bug 41762] File description page not accessible inside gallery

2012-11-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41762

Jan Gerber jger...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jger...@wikimedia.org
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41762] File description page not accessible inside gallery

2012-11-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41762

Derk-Jan Hartman hartman.w...@gmail.com changed:

   What|Removed |Added

 CC||hartman.w...@gmail.com

--- Comment #1 from Derk-Jan Hartman hartman.w...@gmail.com 2012-11-04 
13:01:03 UTC ---
This is due to the overlay that is set by ui.dialog
Basically this part blocks the click handling of the a

$(document).bind($.ui.dialog.overlay.events, function(event) {
  // stop events if the z-index of the target is  the z-index of the
overlay
  // we cannot return true when we don't want to cancel the event
(#3523)
  if ($(event.target).zIndex()  $.ui.dialog.overlay.maxZ) {
   return false;
  }
});

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41762] File description page not accessible inside gallery

2012-11-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41762

--- Comment #2 from Derk-Jan Hartman hartman.w...@gmail.com 2012-11-04 
13:07:43 UTC ---
What if we move

the div.overlay-win k-menu ui-widget-content with the controls, below the
videoHolder and below the timed text, and remove the z-index from from the
settings div. It will then naturally be positioned on top of the video. Which
is always better than mucking about with the z-index.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41762] File description page not accessible inside gallery

2012-11-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41762

--- Comment #3 from Michael Dale d...@ucsc.edu 2012-11-04 16:37:10 UTC ---
Thanks for the pointer Derk-Jan Hartman,

Fixed in https://gerrit.wikimedia.org/r/31741

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l