Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 dijit.Dialog 上有一个 flash 组件。在 Firefox 3 中,我无法单击 flash 按钮。当我右键单击 flash 时,我得到的工具提示(设置)远离我单击的位置。它适用于所有其他浏览器.
对于 IE 8 问题,我必须将 dojo 从 1.1 更新到 1.3。更新后我似乎遇到了这个问题。之前它在 dojo 1.1 中运行良好。
我给类 .dijitDialogUnderlay 一个溢出:自动。
现在工作正常。