Closed (works as designed)
Project:
IMCE
Version:
7.x-1.4
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
8 Aug 2011 at 12:44 UTC
Updated:
9 Mar 2022 at 12:25 UTC
Jump to comment: Most recent
Comments
Comment #1
ufku commentedAccordion code does not conflict with IMCE. It's probably some custom code that tries to access a missing element/script in IMCE page.
Comment #2
Anonymous (not verified) commentedThe only thing ive changed was disabling the accordion(commenting out one line of code), and it worked so ...
Comment #3
cwightrun commentedI've noticed the same behavioral issue.
+Sub
Comment #4
cwightrun commentedComment #5
Anonymous (not verified) commentedIve 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.