I have configured a custom content type with imagefield and image_fupload. When I try to upload three images to the node, the browser crashes. I start by selecting three images to upload. Then I click Save at the bottom of the page. The upload progress bar for the first image completes successfully, and the thumbnail derivative I configured appears in the file directory. When the progress bar for the second image begins to draw across the screen, the "images in queue processed" progress bar unexpectedly starts to draw. The browser starts to load the next page, even though the second image out of three is still being processed. When the "edit captions" page loads, the browser crashes. I have attached screen shots showing two of these steps.
I am using Mac OS 10.5.6 with Camino, Firefox, and Safari (tried all three), version 10.0.22 of the Flash plug-in (updated today to the latest). Drupal version is 6.10. Imagefield is at 6.x-3.0-alpha4 and ImageCache at 6.x-2.0-beta8. Optional Drupal modules are:
autosave date image img_assist messaging scheduler views
blackbaud devel imageapi jquery_media nice_menus signup
calendar emfield imagecache jump notifications simplemenu
cck fckeditor imagefield ldap_integration prepopulate slideshow
content_access filefield image_fupload lightbox2 print token
Thank you for developing this module and for your work on these issues!
Richard
| Comment | File | Size | Author |
|---|---|---|---|
| Picture 2.png | 109.1 KB | kassissieh | |
| Picture 3.png | 42.56 KB | kassissieh |
Comments
Comment #1
grandcat commentedDid you run update.php after having updated all module files?
If true, it seems to be a JS problem which appears sporadically. I will have to do some research on it.
Comment #2
grandcat commentedOK, I did some research. You're right, I found a bug which didn't appear using my test environment. I will try fix this one.
Comment #3
grandcat commentedShould be fixed in CVS Head. Don't forget to run update.php after having updated the files.
Also available in dev version tomorrow.
Comment #4
kassissieh commentedThank you! I will try tomorrow. Yes, I did run update.php as per the module instructions.
Richard
Comment #5
kassissieh commentedUploading images now completes successfully without crashing browser. Tested on Mac OS 10.5.6 with Camino and Flash 10.0.22.
Comment #6
grandcat commentedThank you for having tested this. And of course for your report.