desandro / draggabilly

:point_down: Make that shiz draggable
https://draggabilly.desandro.com
MIT License
3.86k stars 386 forks source link

On Firefox 26.0, dragging leaves an artifact on the screen #43

Closed joelmccracken closed 10 years ago

joelmccracken commented 10 years ago

When testing on:

http://draggabilly.desandro.com/

There is a left border artifact:

fullscreen_1_29_14_10_50_am

waddlesplash commented 10 years ago

@desandro I don't think this is a Draggabilly bug, as it doesn't draw anything. @joelmccracken I think you should report this to Mozilla.

joelmccracken commented 10 years ago

I thought that might be the case -- I just wanted to check in with Dragabilly before I went to Mozilla.

desandro commented 10 years ago

It's not necessarily a bug, but if there's a hack to prevent artifacts, that would be nice. I know it has something to do with using transforms to position the element.

joelmccracken commented 10 years ago

I wonder if not using 3d transformations in Firefox would fix it?

Sent from my iPhone

On Mar 6, 2014, at 2:20 PM, David DeSandro notifications@github.com wrote:

It's not necessarily a bug, but if there's a hack to prevent artifacts, that would be nice. I know it has something to do with using transforms to position the element.

— Reply to this email directly or view it on GitHub.

joelmccracken commented 10 years ago

I just checked, and now on Firefox 28 the artifacts are gone. Closing.

Thanks for the great library!