[jQuery] Re: remove and opera 9.6.4

2009-07-10 Thread Liam Potter


no one has come across this then?

Liam Potter wrote:

Having a strange bug in opera 9.6.4.

When removing objects from the dom, opera leaves a "ghost image" of 
the removed object, till you scroll away.
.hide() works fine, so tried hiding before removing, but the ghost is 
still there, tried running the remove in the hide callback, no luck, 
tried hiding with .css and still no luck.


Has anyone come across this bug and found a workaround?

- Liam


[jQuery] Re: remove and opera 9.6.4

2009-07-09 Thread Charlie





not suggesting this works or aware of problem but ideas that came to my
mind to test:

replaceWith(""); // or replaceWith() some empty element and remove that
element?

Liam Potter wrote:

Having a strange bug in opera 9.6.4.
  
  
When removing objects from the dom, opera leaves a "ghost image" of the
removed object, till you scroll away.
  
.hide() works fine, so tried hiding before removing, but the ghost is
still there, tried running the remove in the hide callback, no luck,
tried hiding with .css and still no luck.
  
  
Has anyone come across this bug and found a workaround?
  
  
- Liam