FireFox显示Flash按钮但无法单击它

时间:2021-01-09 21:05:14

Got a weird bug with FireFox only. I'm using Uploadify - a great jQuery upload utility to allow multiple uploads to my site. I have a Modal Popup which appears in the middle of the window with blackened out background. My Flash upload button is inside this popup.

只有FireFox有一个奇怪的错误。我正在使用Uploadify - 一个很棒的jQuery上传工具,允许多次上传到我的网站。我有一个模态弹出窗口出现在窗口中间,背景变黑。我的Flash上​​传按钮位于此弹出窗口中。

In all other browsers this works fine, but in FireFox, sometimes (not always) the button will not be clickable. Right clicking on the button, the context menu appears way over to the left above (pretty much at the left edge of the page and within an inch of top of the page)

在所有其他浏览器中,这可以正常工作,但在FireFox中,有时(并非总是)按钮将无法点击。右键单击按钮,上下文菜单显示在左上方(几乎在页面的左边缘,在页面顶部的一英寸内)

These people have all had the same problem Forum Thread but there's no answer there.

这些人都有同样的问题论坛线程,但那里没有答案。

Any ideas on what I can try?

关于我可以尝试的任何想法?

1 个解决方案

#1


Thanks for the comments, I figured it out!

感谢您的评论,我想通了!

Turns out using wmode within the embedded flash was causing the issue. Initially it was wmode=transparent, I tried wmode=opaque, still didn't seem to work. Ended up removing it entirely and suddenly it started working.

原来在嵌入式闪存中使用wmode导致问题。最初它是wmode =透明,我试过wmode = opaque,仍然似乎没有工作。结束完全删除它,突然它开始工作。

Only problem now is despite working fine in FF3, it doesn't even show in FF2. Guess people should upgrade their browsers :)

现在唯一的问题是尽管在FF3中工作正常,但它甚至没有在FF2中显示。猜猜人们应该升级他们的浏览器:)

#1


Thanks for the comments, I figured it out!

感谢您的评论,我想通了!

Turns out using wmode within the embedded flash was causing the issue. Initially it was wmode=transparent, I tried wmode=opaque, still didn't seem to work. Ended up removing it entirely and suddenly it started working.

原来在嵌入式闪存中使用wmode导致问题。最初它是wmode =透明,我试过wmode = opaque,仍然似乎没有工作。结束完全删除它,突然它开始工作。

Only problem now is despite working fine in FF3, it doesn't even show in FF2. Guess people should upgrade their browsers :)

现在唯一的问题是尽管在FF3中工作正常,但它甚至没有在FF2中显示。猜猜人们应该升级他们的浏览器:)