Hi.
I have a jQuery UI Accordion on my website and IMCE breaks due to it. The solution is simple - don't call accordion on /imce path.

I don't know if this is a bug or not, just note this behavior.

Comments

ufku’s picture

Category: bug » support

Accordion code does not conflict with IMCE. It's probably some custom code that tries to access a missing element/script in IMCE page.

Anonymous’s picture

The only thing ive changed was disabling the accordion(commenting out one line of code), and it worked so ...

cwightrun’s picture

I've noticed the same behavioral issue.

+Sub

cwightrun’s picture

Anonymous’s picture

Status: Active » Closed (works as designed)

Ive found the issue is in the accordion when there is no object the accordion is attached to. Meaning if i call accordion on $('#accordion') and the element isnt on the page it will broke the JS hence imce wont work.