I've attached a screenshot which demonstrate that the CSS layout is broken in IE7 (probably 6 too but I couldn't test that).
It goes all wonky:

  1. The file list drops to the bottom and the right when the screen is about 800x600. (Blue arrow)
  2. The Directory structures are not visually lined up (Green Arrow)
  3. Those aren't so bad, the big problem comes when you try to click on a directory. Clicking a directory causes it to shift up and drops it into another directory. (Red Arrow)

Let's see, what else might help you?

  • Drupal 5.1 (up to date)
  • Danger4k Template.
  • Everything works fine in Firefox.

I wouldn't concern myself with it except that some of my contributors whom I trust to post on my site use IE. I was hoping to switch them over to webfm this week.

Comments

robmilne’s picture

This is an ongoing issue with ie. The module was originally developed to be an admin module where I had some influence over the client's choice of browser. Since I wrote everything from the ground up in javascript without a framework (ie: prototype or jquery) there are cross-browser incompatibilites. I have improved the menuing recently in ie (with the help of Ryan Showers) but the drag and drop is still hopeless. If anyone wants to volunteer some assistance here I'd be very grateful.

andremolnar’s picture

Rob,

I think it might be a good idea to have a javascript warning for IE until this is resolved. Thoughts?

e.g. "You are using a hopelessly broken browser that is the bane of all developers' lives. Internet Explorer breaks the internet and this module. Please use FF until WebFM version 2.x coming soon" ;-)

andre

tcblack’s picture

Perhaps there is there a way to hook into IE Destroyer?
It looks like a bit of code needs to be inserted into the template file after body so I might try to find a way to use IE destroyer wherever this module is called? At least on the main webfm page.

robmilne’s picture

I'll look into a notice wrt IE. Probably a gentle nudge since I'm not interested in starting a flame war with MS devotees.

robmilne’s picture

Status: Active » Fixed

The latest dev snapshot (May 31+) has IE drag and drop fixes. Still a few minor cosmetic issues but it works finally.

jraper@groups.drupal.org’s picture

I see this same broken behavior in the 4.7 version of Web File Manager. Can we get that version of the Module updated with theses same fixes?

Anonymous’s picture

Status: Fixed » Closed (fixed)