Howdy,
When I upload an image using image browser, the popup window does not refresh and I cannot see the new image. If I right-click on it and reload the window, I can then see it. Have you run into this before? When I install image browser on a clean drupal install, I don't run into this issue, so I suspect I have a conflict with another module. What happens to automatically refresh the page? I suspect the answer to that question may help me get to the bottom of this. Thanks again for an excellent module.
Comments
Comment #1
jdelaune commentedI've seen it take a very long time to refresh on servers under load. It's just a javascript request sent to Views to do a refresh. Have you got any Views add-on modules enabled?
Comment #2
laceiba commentedHowdy Starnox,
Thank you for you quick response. Based on what you said, I did some more experimenting. It appears that the Global Redirect module prevents the thumbnails from being refreshed. I confirmed this on the site where I originally noted it as well as a clean Drupal installation. For now, I am going to disable Global Redirect. While it is a nice module, I can live without it, whereas going without Image Browser is far less appealing. Did I mention what a nice interface you put together? It's impressive.
My question now is, what next? Should I file a bug report with you, or with Global Redirect?
Comment #3
jdelaune commentedLet me look into it for you. I'm pretty busy with other things and other modules at the moment but I will get round to it.
Comment #4
laceiba commentedThanks again. I appreciate your work on this.
Comment #5
gionn commentedI can confirm this, probably a duplicate in http://drupal.org/node/446046.
Comment #6
jdelaune commentedTried many times to re-produce this issue but I can't. Global Redirect doesn't seem to have any effect. Can you try with the dev branch?
Thanks
Comment #7
jdelaune commentedComment #8
gionn commentedTried the -dev branch, the issue remains.
But now I see a javascript error:
Error: ib_upload is not defined
Source File: http://www.mysite.it/imagebrowser/view/browser?app=FCKEditor/event/fNBOf...
Line: 3
These are the modules I am currently using:
cck fckeditor filefield globalredirect i18n image imageapi imagebrowser imagefield img_assist jquery_update languageicons mimedetect pathauto token views
Notice that I am using i18n, that in the past have got many issue with global redirect.
Without global redirect enabled, the imagebrowser works greatly.
Comment #9
jdelaune commentedI take it you are still experiencing issues?