如果您查看此页面
http://eastlondondance.org/admin/MozillaProblem/example.php
…您会发现没有错误,但功能不起作用。
最后一个下拉列表没有像其他2个那样填充选项。然而,这适用于Safari、Chrome和IE。
什么东西?为什么它不能在Firefox Linux、PC或Mac上工作,但在所有其他浏览器上都可以?这是代码的问题还是Firefox的问题?
非常感谢您的帮助。
欢呼,George
Firefox的变量名performance
出现问题。虽然我不确定为什么会这样,但将其重命名为其他任何东西都可以在firefox中显示。在下面的示例中,我将其从performance重命名为performancex。
示例:http://benjaminhopkins.co.uk/stackoverflow/firefox.html
从上面的评论来看,似乎不是每个人都看到了问题所在?也许是扩展插件导致了这个问题。使用开发人员工具栏和悬停的性能firefox可以显示以下内容:
Performance { constructor=Performance,
timing=PerformanceTiming,
navigation=PerformanceNavigation}