Opened 9 years ago
Closed 9 years ago
#12676 closed defect (fixed)
mobile Slider fails on IE
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run dojox.mobile.Slider on IE and you get an exception "Invalid argument".
Note: See
TracTickets for help on using
tickets.
(In [24332]) Fixes #12676. IE's style.zoom was returning "normal" instead of a fraction which was causing NaN values. I changed that to 1.0.