#11998 closed defect (fixed)
scrollable.js does not work on IE
Reported by: | ykami | Owned by: | Shane O'Sullivan |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Mobile | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Seems to be getting wrong coordinates, opacity is not correctly set either.
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Milestone: | tbd → 1.6 |
---|
Note: See
TracTickets for help on using
tickets.
(In [23252]) Fixes #11998. Proxy commit for Yoshiroh Kamiyama (IBM, CCLA). Use clientX/clientY instead of pageX/pageY to work on IE and use the css filter to set opacity for IE.