Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

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

  • 2 respostas
  • 4 têm este problema
  • 10 visualizações
  • Última resposta por afzal.junaid540

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

Todas as respostas (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....