Actions
Bug #8328
closedFirefox Tooltip binding unreliable
Bug #8328:
Firefox Tooltip binding unreliable
Description
Tooltips are relying on window load event, but on FireFox this doesn't seam to be reliably called resulting in tooltips sometimes never binding. Review using setTimeout to delay the binding instead of trying to do this on window load event.
Actions