#17688 closed defect (fixed)
Words wrap in Tooltip on IE10/11
Reported by: | maxwell719 | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.7 |
Component: | Dijit | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
module: dijit/Tooltip
class: dijit._MasterTooltip
function: orient
There's a piece of code:
if(has("ie") == 9){ // workaround strange IE9 bug where setting width to offsetWidth causes words to wrap size.w += 2; }
But IE10/11 also have this problem.
Attachments (2)
Change History (8)
Changed 7 years ago by
Attachment: | Capture.PNG added |
---|
Changed 7 years ago by
Attachment: | numberTooltip.html added |
---|
failing test case (copied from livedocs)
comment:2 Changed 7 years ago by
Milestone: | tbd → 1.10 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
Thanks for the report, I confirm the problem and your suggested fix. I'll check it in.
comment:3 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 Changed 6 years ago by
Milestone: | 1.10 → 1.8.7 |
---|
Note: See
TracTickets for help on using
tickets.
Snapshot from http://dojotoolkit.org/reference-guide/1.9/dijit/form/NumberTextBox.html#dijit-form-numbertextbox