when you click the upload button the box drops down and the file browser box appears for a millisecond and then disappears (see attached screenshot).
if you resize the window, either bigger or smaller, the file browser box re-appears.

everything works fine in both FF and Chrome.

based on that i'm going to guess it is some sort of browser specific css rendering bug in IE8....?

anyone else experience this issue?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chadd’s picture

FileSize
63 KB

actually it looks like it is zapping all form elements that are in those sliding dropdowns (see attached)

chadd’s picture

Title: file browser box (under upload) disappears in IE8 » form elements in sliding dropdowns disappear in IE8

[changed title]

geerlingguy’s picture

Confirmed bug - I have users complaining about this in IE7 and IE8... Is there a quick fix I could apply? Looks like it might be a javascript bug.

ufku’s picture

Title: form elements in sliding dropdowns disappear in IE8 » form elements in sliding dropdowns disappear in IE
Version: 6.x-2.0-beta3 » 6.x-2.x-dev
Status: Active » Needs review
FileSize
927 bytes

This one is really weird. It happened to me only with IE7 and I'm not sure what's causing this.
The patch solves the issue by adding/removing a dummy class to the input elements. DOM refreshes and the input elements become visible again.

geerlingguy’s picture

Patch confirmed working for me. Rack it up to another silly IE js bug. I hit a really nice one just a short while ago, where the order classes were applied messed up IE's rendering of the element. I'd like to hear from someone else before setting RTBC.

ufku’s picture

Status: Needs review » Fixed

committed. thanks for testing.
@chad, please reopen if it does not work for you.

chadd’s picture

i'll apply the patch and let you know.
thanks!

chadd’s picture

that fixed it for me!
thanks!

onejam’s picture

Version: 6.x-2.x-dev » 6.x-2.0-beta3

Thanks for the fixed. I can also confirm that it is working for me as well. cheers,

geerlingguy’s picture

Version: 6.x-2.0-beta3 » 6.x-2.x-dev

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

iantresman’s picture

FileSize
14.23 KB
20.81 KB

In the IMCE Upload dialog, I think I'm still getting this in 6.x-2.x-dev (Aug 29), having upgraded to MS IE v9 beta, with slightly different effects is the Browser proper, and when using the IE Tab Plus add-on in Firefox.

  • In MS IE 9 beta, the Browse button is missing its text.
  • In the Firefox IE Tab Plus add-on, the form elements appear, then half a second later, the checkboxes, input field and Browse button all disappear.

I've cleared my Drupal cache.