Saturday, April 7, 2012

Firefox tooltip doesn't show

If you use tooltip in your code by assigning strings to the title attribute, then you might ran into the problem that your tooltip doesn't show up in Firefox. There can be several reasons for this to happen, but one of the easily-ignored cause is you didn't let the mousemove event to go through. So, let the mousemove event to propagate may resolve your problem. Give a try!