Closed (fixed)
Project:
IMCE
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
16 Aug 2008 at 12:17 UTC
Updated:
31 Jul 2009 at 21:37 UTC
when I use the build in file browser
-> /user/1/imce
no other navigation link on te page is working any more.
It might be an adressing issue with jQuery.
Using only the imce popup there are no other links on the same page.
Comments
Comment #1
AxelBernhardt commentedok, I found out why:
in imce-content.tpl.php I commented out the element "log-clearer":
Then in imce.js this click landed on all clickable elements on the page
This here (in imce-content.tpl.php) solved the problem:
"display:none" instead of php-commenting out ...
Comment #2
AxelBernhardt commentedno bug, was my fault :)
Comment #3
pythonwrangler commentedWhat was the issue, i have the same problem and am trying to figure it out. -Ali