#11814 closed defect (fixed)
Overlay Issue with dojox/image/SlideShow.js in IE
Reported by: | canderson | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dojox | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
There is an issue with the control overlays in IE not being visible upon hover which is caused by line 546 in in dojox/image/ SlideShow?.js, in the _calcNavDimension function.
IE pukes on dojo._setOpacity(this.navNode, 99); setting this to 1 makes the overlay on hover work as expected.
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|
Note: See
TracTickets for help on using
tickets.
(In [22948]) Fix for IE opacity. Fixes #11814 !strict