#14853 closed defect (fixed)
Select: Title tooltip not displayed in FireFox
Reported by: | wskidmore | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | Dijit - Form | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If a title attributed is set on a dijit Select it is not displayed (upon mouse over) in major versions of FireFox? (tested 3.6, 8 and 10).
After some digging I've narrowed it down to this line:
Code highlighting:
this.connect(this.domNode, "onmousemove", event.stop);
From dijit/form/Select.js.uncompressed line 294 (dojo 1.7.1). It is in the postCreate() function. Comment this line out and title attribute works as intended.
Research suggests that FF uses the mouse move event somehow to display the tooltip:
http://stackoverflow.com/questions/1004826/tooltips-title-wont-show-in-firefox
https://bugzilla.mozilla.org/show_bug.cgi?id=645305
There is a comment in Select.js saying that line is needed for IE, suggested fix is to put a if ( isIE ) before making the connect call.
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | title_defect_FF.html added |
---|
comment:1 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|---|
Owner: | set to Douglas Hays |
Summary: | Title tooltip not displayed on dijit Select in FireFox → Select: Title tooltip not displayed in FireFox |
comment:3 Changed 10 years ago by
Milestone: | tbd → 1.8 |
---|
Test case showing lack of tooltip in FF