I've googled 'ie background reload' and it turns out this is a well know ie bug!

The following should solve it:
http://ajaxian.com/archives/no-more-ie6-background-flicker
I think it works in later ie's too! :)


On Thu, Jan 28, 2010 at 2:49 AM, Moe <moe1234512...@gmail.com> wrote:
> The changes is now online, unfortunately this seems still to be occuring on
> IE 7 which is not good at all. I also asked a friend to try it out, and he
> was experiencing the same thing, so it's not my settings.
>
> Here is the site:
> http://tinyurl.com/pgqbwq
>
> If you hover any of the buttons in the search box you'll notice this with IE
> 7 (and 6, haven't tried 8).
>
> You will not be able to see the JS code for this (clearly) but it's
> essentially just remove and add class on those elements like shown earlier.
> ( I use tables, because RTL pages work in a totally mysterious way in IE)
>
> Let me know if you need some more help, such a code snippet or something
> else.
>
> Thanks / Moe
>
>
>
> On Mon, Jan 25, 2010 at 2:05 PM, Moe <moe1234512...@gmail.com> wrote:
>>
>> 2010/1/25 Balázs Suhajda <suhaj...@gmail.com>
>>>
>>> Hi Moe!
>>>
>>> Your script only adds and removes class on the element, so I can't see
>>> how this could be a jquery issue.
>>
>> Yeah, I found it a bit strange my self. It's not a cache issue either
>> since my own other images are in fact cached. I will try to look into this
>> more today.
>>
>>>
>>> Nonetheless I tried to reproduce the
>>> problem, but couldn't. Could you post a link where you have this issue
>>> on-line?
>>
>> It's still in development stage, but am hoping to get it online by today
>> or tomorrow.
>>
>> Sincerely / Moe
>>
>>
>>
>>>
>>> On Mon, Jan 25, 2010 at 2:23 AM, Moe <moe1234512...@gmail.com> wrote:
>>> > $('.select_custom').each(function(){
>>> >  $(this)
>>> >     .hover(function(){
>>> >       $(this).addClass( _app.ui.select_custom.hover );
>>> >     }, function(){
>>> >       $(this).removeClass( _app.ui.select_custom.hover );
>>> >     });
>>> > });
>>> >
>>> > Everytime I hover with the mouse there is a reload of something in IE
>>> > 7,
>>> > possibly the background image(s) for hover.
>>> > _app.ui = {};
>>> >   _app.ui.select_custom          = { normal:'ui-state-default',
>>> > clicked:'ui-widget-header', hover:'ui-state-hover'}
>>> >   _app.ui.select_custom_icon  = { normal:'ui-icon-carat-1-s',
>>> > clicked:'ui-icon-carat-1-n'}
>>> >
>>> > This seems to occur only on mouseenter in IE 7 (tested without problem
>>> > in FF
>>> > 3.*).. this is causing the browser to lagg when mouseenters so it's
>>> > really
>>> > nice.
>>> >
>>> > I hope you can help figure this out.
>>> >
>>> > Thanks / Moe
>>> >
>>> >
>>> > --
>>> > You received this message because you are subscribed to the Google
>>> > Groups
>>> > "jQuery UI" group.
>>> > To post to this group, send email to jquery...@googlegroups.com.
>>> > To unsubscribe from this group, send email to
>>> > jquery-ui+unsubscr...@googlegroups.com.
>>> > For more options, visit this group at
>>> > http://groups.google.com/group/jquery-ui?hl=en.
>>> >
>>>
>>>
>>>
>>> --
>>> Best regards,
>>> Balázs Suhajda
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "jQuery UI" group.
>>> To post to this group, send email to jquery...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> jquery-ui+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/jquery-ui?hl=en.
>>>
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "jQuery UI" group.
> To post to this group, send email to jquery...@googlegroups.com.
> To unsubscribe from this group, send email to
> jquery-ui+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/jquery-ui?hl=en.
>



-- 
Best regards,
Balázs Suhajda

-- 
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.

Reply via email to