wiki.techinc.nl/tests/qunit
Timo Tijhof 15b88fc280 jquery.makeCollapsible: Restore considering empty <a> as part of toggle
Before 2d95d36a8e, clicks on links inside toggles with non-empty
targets that are not '#', were ignored ("pass through") since they
are not intended for the toggle.

In 2d95d36a8e, this was simplified to ignoring clicks from all <a>
elements inside toggles. However this ignored too much as links
without 'href' attribute are also sometimes used inside toggles
to look like links and have no href-target, which means clicking
them does nothing and is in fact meant to toggle the element.

Restore previous behaviour and restore previous test + add a new
test for this specific case.

Bug: T166298
Change-Id: Ia3a0648f809f94be0977a83b469fbd184aa72aff
2017-05-25 21:23:17 +00:00
..
data qunit: Also clear $.timers when stopping unfinished animations 2017-04-18 16:52:41 -07:00
suites/resources jquery.makeCollapsible: Restore considering empty <a> as part of toggle 2017-05-25 21:23:17 +00:00
.eslintrc.json qunit: Make eslint config pass on qunit test files 2017-02-22 11:15:40 -08:00
.htaccess
QUnitTestResources.php qunit: Remove test for deprecated jquery.placeholder 2017-04-13 14:00:24 -07:00