trapped_soul
Well-known member
Hi all,
There's a bug with flash and using the flash uploader since an update ran yesterday.
Basically you get whitespace but the button does still work.
I've removed Flash and cleaned everything up, but can confirm this has also been replicated elsewhere.
As posted elsewhere by another member, a workaround is here;
As I said, removing Flash and re-adding it doesn't work, clearing caches etc all fails and this happens here as well as on our site and others regardless of styles etc.
Thank you
Screenshot;
There's a bug with flash and using the flash uploader since an update ran yesterday.
Basically you get whitespace but the button does still work.
I've removed Flash and cleaned everything up, but can confirm this has also been replicated elsewhere.
As posted elsewhere by another member, a workaround is here;
.swfupload
{
position: absolute;
z-index: 1;
}
And add (in red):
.swfupload
{
position: absolute;
z-index: 1;
width: 0px !important;
}
Save and the problem goes away.
As I said, removing Flash and re-adding it doesn't work, clearing caches etc all fails and this happens here as well as on our site and others regardless of styles etc.
Thank you
Screenshot;
Last edited: