In /formatters/accordion/accordion.js I had to change the accordion open code to
$firstErrorItem = $this.parent().accordion('option','active', i);
rather than
$firstErrorItem = $this.parent().accordion('activate', i);
though perhaps it has to do with the version of jQuery?

Comments

damondt created an issue. See original summary.

alanhdev’s picture

StatusFileSize
new615 bytes

This needs to be updated: as the activate method is no longer used from jQueryUI 1.10 and current version is 1.11

http://jqueryui.com/upgrade-guide/1.10/#removed-activate-method-use-acti...

Patch attached fixes the issue.

alanhdev’s picture

Status: Active » Needs review
larowlan’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community
StatusFileSize
new44.67 KB
new41.51 KB

Manually tested this patch and it works like it says on the box

Before

After

larowlan’s picture

nils.destoop’s picture

Status: Reviewed & tested by the community » Fixed

Thx for the patch and reviewing, I committed it to dev

  • zuuperman committed 308d207 on 8.x-3.x authored by Alan-H
    Issue #2994995 by Alan-H, larowlan, damondt: Accordion Doesn't Open on...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.