Firefox 不显示“标题”属性

发布于 2025-01-04 18:36:58 字数 542 浏览 0 评论 0原文

我创建了一个小工具提示框架,它可以在所有现代浏览器中正常工作。有件事确实让我烦恼:在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寄居人 2025-01-11 18:36:58

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文