JQuery UI draggable element leaves weird traces in Chrome

后端 未结 2 496
小鲜肉
小鲜肉 2020-12-14 03:22

I\'m trying to make my first chrome extension here.It\'s a sticky note board. But when I try to drag the first element on my board using JQueryUI it leaves horizontal lines

相关标签:
2条回答
  • 2020-12-14 03:36

    Finally I have a working workaround .

    Just using outline: 1px solid transparent; on the div fixes the problem :)

    It's an anti-aliasing issue.

    0 讨论(0)
  • 2020-12-14 03:58

    Its a crome redraw bug

    http://blog.andrewcantino.com/blog/2012/02/15/fixing-the-chrome-background-refresh-bug/

    have a look on this may be you will get your sloution.

    0 讨论(0)
提交回复
热议问题