Re: Woes of ClientBundle +IE

2010-07-02 Thread Sean
So it turns out it actually wasn't the image rendering in-correctly. I did more investigating and it turns out that IE was not passing the Click-event correctly. It only passes it to the top visible image when they're stacked on an Absolute Panel. With some re-engineering of the logic I was able

Woes of ClientBundle +IE

2010-06-29 Thread Sean
I created a widget that consists of an Absolute Panel and two images. Both images are applied from a different ClientBundle. Both images are added to the Absolute Panel with one on top of the other. The base image, which is one of 32 in a Client Bundle is shown to the user. The second one starts

Re: Woes of ClientBundle +IE

2010-06-29 Thread mdwarne
Or.. Your click Handler can remove the image from the panel, and replace it using a new one at the same coordinates. So you only add one image to the panel at a time.. Mike. On Jun 29, 1:58 am, Sean slough...@gmail.com wrote: I created a widget that consists of an Absolute Panel and two