Labels |
Added:
?
|
Status | New | ⇒ | Information Required |
Latest staging version.
Sorry. Updated testing instructions.
JS error:
"SyntaxError: unterminated string literal"
Try jQuery('.filter-node').each(function (i, el) { el.click(); });
The mentioned button works. The issue is with this button:
<button class="btn" type="button" class="jform-rightbtn" onclick="jQuery('[id="tax-4"]').each(function(){this.click();});">
This code will never work due to double quotes mess:
onclick="jQuery('[id="tax-4"]').each(function(){this.click();});"
Category | ⇒ | com_search Search |
Yep, in fact, looks like it comes from
ROOT/components/com_finder/helpers/html/filter.php
I guess I found the issue. Will make PR.
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-04 15:07:12 |
Closed_By | ⇒ | joomla-cms-bot |
Closed_Date | 2017-04-04 15:07:12 | ⇒ | 2017-04-04 15:07:21 |
Closed_By | joomla-cms-bot | ⇒ | infograf768 |
Set to "closed" on behalf of @infograf768 by The JTracker Application at issues.joomla.org/joomla-cms/15063
Closed as we have a patch
Can you give more Information about iE. Joomla-Version?