mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-24 07:34:11 +00:00
ac65bd3082
This is relevant in case the HTML looks like this: <… class="reference"><a><span>[</span>2<span>]</span></a></…> The additional <span> cause many additional mouseover and mouseout events. The code already tries to filter these duplicate events that are all triggered on the same link, but gets confused, especially when the multiple chains of events overlap each other in unexpected ways. It's a timing issue. This change does not fix the fundamental issue, but does make it much less painfull. This patch also removes the > from the selector. This is in case the HTML looks like this: <… class="reference"><span><a>[2]</a></span></…> The additional inner <span> would prevent any reference preview from being shown. Bug: T214693 Change-Id: If2554ba78072245c27a1f85c46f33e3c58582c1d |
||
---|---|---|
.. | ||
dist | ||
ext.popups | ||
ext.popups.images |