搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

HTML title attribute does not show the tooltip in FF, whereas it works in IE.

more options

Hi, I am using FF 7 for our application and the title attribute used in any of the input tag does not show the tooltip whereas the same code works in IE. I found that the event manager's mousemove method has a stopPropagation call in the end and if I remove that line, tooltip is shown. But the event objects on which the tooltip should be shown does not have a mouseover event associated. I checked it by inspecting the html. I don't understand how stopping the propagation of events of a mouse move are not showing tooltips. If I let the events to propagate then tooltips are working but some other features of my application are breaking. Can you please provide any help regarding this?

I found this link which states the same thing -- http://s260.codeinspot.com/q/152867

Hi, I am using FF 7 for our application and the title attribute used in any of the input tag does not show the tooltip whereas the same code works in IE. I found that the event manager's mousemove method has a stopPropagation call in the end and if I remove that line, tooltip is shown. But the event objects on which the tooltip should be shown does not have a mouseover event associated. I checked it by inspecting the html. I don't understand how stopping the propagation of events of a mouse move are not showing tooltips. If I let the events to propagate then tooltips are working but some other features of my application are breaking. Can you please provide any help regarding this? I found this link which states the same thing -- http://s260.codeinspot.com/q/152867

所有回复 (2)

more options

A good place to ask advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25

more options

I too have the same problem....