https://bugzilla.wikimedia.org/show_bug.cgi?id=17616

--- Comment #11 from Dan Wolff <[email protected]> 2012-03-11 19:31:47 UTC ---
Krinkle and I have spoken briefly about this bug and it seems like the reason
for preventing an <a> from initiating the toggle is to allow other links within
toggle elements (use case: a complete table row is used for toggling, except
that we want to have links in there too).

A fix that would solve this bug as well as allowing those links would be
replacing line 180 above with:

if ( $(e.target).is('a') && !$that.is(e.target) ) {

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

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to