Bugs item #478986, was opened at 2001-11-06 20:40
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=478986&group_id=5757
Category: DynAPI 2 Browser-Specific
Group: None
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Andy Short (sh0rtie)
Assigned to: Nobody/Anonymous (nobody)
Summary: IE6 setBgImage in a moving layer
Initial Comment:
if you move a layer that has a bgimage assigned using
setBgImage or obj.css.backgroundImage="blah.gif"
in IE the image must be reloaded for each movement
interval causing this behaviour (as well as massive
amounts of calls for the image to the server (5px
incr over 300px = 60 reloads)(looking at my servers
logs))
from my tests i cannot remedy this behaviour as it
seems inherant part of the css behaviour in IE6 :(
IE4-5.5 Moz 9.5 is unaffected.
the only solution would to be not to use setBgImage on
any layer that is going to move, it is fine for static
layers.
this can be overcome by replacing any layers that are
going to move that use a myobj.setBgImage("blah.gif")
to..
1) add two nested layers to the layer that will move
2) in the first nested layer use a
myobj.setHTML('<img src="blah.gif">')
method.
3) use the second layer as transparent cover layer
with a higer zindex than the first layer and attach
event handling to this instead of the original layer.
----------------------------------------------------------------------
>Comment By: Robert Rainwater (rainwater)
Date: 2001-11-20 07:33
Message:
Logged In: YES
user_id=16618
This is an issue with all version of IE (as noted in the
DocCenter).
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=478986&group_id=5757
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[email protected]/