Firefox 不显示“标题”属性
我创建了一个小工具提示框架,它可以在所有现代浏览器中正常工作。有件事确实让我烦恼:在 Firefox 中,这似乎禁止显示常规标题(来自 title
属性)。
我找不到这个的原因。这不是我为某些元素分配的 mouseover
处理程序,因为在常规(未处理)元素上,标题也不会显示。此外,我对此进行了实验(参见 这个 JSFiddle,它是不可复制的)。
这可能是某个已知的 Firefox 错误(我在互联网上搜索了该错误,但没有找到任何相关内容),还是我在脚本、HTML 或 CSS 中做错了什么?
我已将整个内容放入 JSFiddle 中。
[2022 年 4 月编辑] 这是一个非常古老的问题。 请忽略它。
I have created a little tooltip framework, which works fine in all modern browsers. There's one thing that really bugs me: in Firefox this seems to disable displaying a regular title (from the title
attribute).
I can't find a cause for this. It's not the mouseover
handler that I assign for certain elements, because on regular (non handled) elements, titles are not displayed either. Furthermore, I experimented with this (see this JSFiddle, and it was not replicable).
Can this be some known Firefox bug (I searched the Internet for that, but I didn't find anything relevant) or am I doing something wrong in my scripting, HTML, or CSS?
I've put the whole thing in this JSFiddle.
[edit april 2022] This is a very old question. Do disregard it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
title 在我的 Firefox 中显示,并且 Firefox 没有任何与此相关的错误。尝试更新您的 Firefox,或者浏览器中的某些插件可能会导致工具提示隐藏。
title is displayed in my Firefox, and Firefox doesn’t have any bug regarding the same. Try updating your Firefox, or maybe some plugin in your browser may be causing the tooltip to hide.