Closed (fixed)
Project:
IMCE
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2007 at 19:51 UTC
Updated:
29 Oct 2009 at 15:11 UTC
After the IMCE file browser window loads, I don't see any buttons to add or delete files. Please see my screen shot attachment to see what I mean. This is a basic install. I haven't modified anything.
| Comment | File | Size | Author |
|---|---|---|---|
| screen_4.jpg | 22.06 KB | stevenpatz |
Comments
Comment #1
ufku commentedAre you sure the whole content of the page is visible in this window?
Upload form should be at the bottom of the page. Do you see any
<form>tag in the page source?Or does the current user have upload permission?
Comment #2
stevenpatzI forgot to add that it works fine in IE. it's an issue in Firefox.
I will do some more research and answer your questions tomorrow. Thanks!
Comment #3
stevenpatzI am logged in as the Admin user, so I should have permissions.
That screen shot is the whole page. No scrollbars, and I can't resize it.
This is the HTML source:
Comment #4
ufku commentedthe page source seems ok. there may be some css issues, i'm not sure.
Please write your browser name, version, etc.
is this a pop up window opened from an editor? if so, try changing the window dimensions in the corresponding javascript file.
and please check if you see the same screen in:
1) pop-up from an editor
2) user page(user/x/imce)
3) direct link (your_drupal_root/imce/browse)
Comment #5
stevenpatzBrowser: Firefox Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
For:
pop-up from an editor This is where I am having the issues.
For:
user page(user/x/imce) I see the buttons and everything. I looks like it should.
For:
direct link (your_drupal_root/imce/browse) I see everything as it should be.
I did try to change the heightXwidth in imce_set_fck.js but it had no change.
I looked at the imce.css file but nothing stood out.
Comment #6
ufku commentedsince i can't reproduce this with the same platform-browser combo, i can only suggest using the web developer extension of firefox. By this tool you can easly enable/disable javascript, css and other stuff in page. there is also a window resizing feature.
Playing with this tool may help you find out what the bug is.
Comment #7
Lowell commentedUsing Firefox and TinyMCE and IMCE when editing a node body and have enable rich-text enabled then click on the insert/edit image link I get a n insert/edit image dialog box but no way to upload.
Am I missing an installation/upgrade step?
Like the above post, when I visit imce/browse I do get the imce browsing window
Upgraded from 4.7 to 5.1 and installed the moxie and imce modules
Any help will be appreciated
Comment #8
ufku commentedyou need the patch at http://drupal.org/node/116837 for moxie.
and remember that changing a title for an issue follow-up changes the issue title.
Comment #9
Lowell commentedooh, thanks about the title thing, I didn't know that
I switched from moxie to the tinymce and got it working
was I suppposed to be able to do that?
Only glitch I have now is that the tinymce dialog box doesn't close when I click on insert or close, I have to insert and then click the x on the top right of the window.
Comment #10
ufku commentedIMCE has built-in support for tinymce and fckeditor modules. Any other module requires manual integration, like in moxie.
For the window closing glitch you should search tinymce issues or forum to see if anyone has/had the same problem.
Comment #11
Lowell commentedGlitch is gone, must have been my browser.
Everything seems to be working good now, and I'd say much better than with 4.7
Great work, congratulations to everyone involved
Comment #12
Lowell commentedComment #13
stevenpatzComment #14
stevenpatz