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

Reply via email to