#15640 closed defect (fixed)
Defect that occur when you double-click the arrow button in the spinner (IE9)
Reported by: | SeungJik, Lee | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | undecided | Milestone: | 1.6.2 |
Component: | Dijit | Version: | 1.7.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This is defect in the typematic.js
step 1. [Up or Down] arrow button double-click
- FF / Safari / Chrome is 2 increase(smallDelta value is 1)
but only IE9 is 3 increase
Why?
addMouseListener function defect in typematic.js File.(Line 176)
IE9 is doesn't need to run a "IE" secondary phrase.
but < if(has("ie")) > code is "IE9" doesn't filtering.
Attachments (3)
Change History (8)
Changed 9 years ago by
Attachment: | typematic.png added |
---|
comment:1 Changed 9 years ago by
Owner: | changed from bill to Douglas Hays |
---|---|
Status: | new → assigned |
Summary: | Defect that occur when you double-click the arrow button in the spinner → Defect that occur when you double-click the arrow button in the spinner (IE9) |
comment:3 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
comment:5 Changed 8 years ago by
Milestone: | 1.8 → 1.6.2 |
---|
Note: See
TracTickets for help on using
tickets.
typematic.js file