Closed (fixed)
Project:
IMCE for FileField
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Dec 2011 at 21:02 UTC
Updated:
18 Jan 2012 at 18:40 UTC
Jump to comment: Most recent file
Hi!
Thanks for this interesting, simple and usefull module!
I tested 7.x version and everything works A-OK ecxept two issues.
After browsing / inserting file through IMCE, I can't insert new files without going to save / preview node because "Add a new file" form disappear.
Before:

After:

As you can see, there is no form for inserting new image.. :/
I noticed also if image is removed, I got "Add a new file" form without "Open File Browser" link:

| Comment | File | Size | Author |
|---|---|---|---|
| #5 | imce_filefield_add-new-issue_after-fix.png | 60.62 KB | izkreny |
| #3 | filefield_add-new-issue_after.png | 54.47 KB | izkreny |
| imce_filefield_add-new-issue_after-cancel.png | 16.65 KB | izkreny | |
| imce_filefield_add-new-issue_after.png | 45.99 KB | izkreny | |
| imce_filefield_add-new-issue_before.png | 19.45 KB | izkreny |
Comments
Comment #1
izkreny commentedSeems that first issue is also appearing in FileField Sources module and D7.9+
#1329056: "Add a new file" form disappear after selecting existing file
Comment #2
ufku commentedUnable to reproduce it.
What happens when you use regular upload widget? Any difference with IMCE FFF enabled/disabled?
Comment #3
izkreny commentedWhen I disable IMCE FFF everything works fine, I got new "Add a new file" form just below uploaded image / file:
What version of Drupal are you using? As I understand from #1329056: "Add a new file" form disappear after selecting existing file issue, this is problem with 7.10 version, and probably 7.9, but in 7.8 everything work fine with FileField Sources, probably with IMCE FFF too.
My setup is:
Drupal 7.10
Apache/2.2.9 (Debian)
PHP/5.3.8-1~dotdeb.1 with Suhosin-Patch
Comment #4
ufku commentedI was able to observe it after upgrading.
Committed a patch.
Thanks.
Comment #5
izkreny commentedThx ufku, "Add a new file" form is now present after selecting file, BUT, without "Open File Browser" link. :/
Can you reproduce this behavior too?
Before:

After:

Comment #6
ufku commentedI can't reproduce it.
Comment #7
izkreny commentedYou are absolutely right, I can't reproduce it either with only minimum of modules enabled.
Probably some race condition or collision with another module, will try to find out and report in another issue.
Thx again for this fix!
Comment #8
nateb commentedI've seen the same error on upgrading to both 7.10 and 7.9. I can't seem to reproduce it through enabling or disabling other modules on those versions. I don't have any problems on 7.8. A brilliant little module.
Comment #9
izkreny commentedDisappearing of "Add a new file" form is definitely solved.
I found out that disappearing of "Open File Browser" link is related to Linkit 7.x-2.x module, and will report this in another issue, although it's not probably IMCE FFF fault.
Comment #10
nateb commentedIn a second attempt at upgrading from 7.8 to 7.10, everything works.