Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

yelinaung
Copy link
Contributor

I was integrating SlickGrid with Rails 4.0.0.rc1 and was having this error.

SlickGrid

I saved as the jquery.event.drag-2.2.js with UTF-8 and there's no more error.

Thanks.

mleibman added a commit that referenced this pull request Jul 12, 2013
Changed jquery.event.drag-2.2 file encoding to UTF-8
@mleibman mleibman merged commit f171ce2 into mleibman:master Jul 12, 2013
jesenko pushed a commit to plandela/SlickGrid that referenced this pull request Dec 29, 2023
)

* feat: show shadow element of row being moved
- add option to create a simple clone of the row being moved and show it as a shadow of the row being moved so that we know exactly which row is being dragged

* feat: add row move shadow margin-left option

* feat: add row move shadow margin-left docs

* feat: add more options to row move shadow element

* fix: nullify the shadow element to avoid leak

* fix: row move shadow element should work regardless of scroll position

* fix: add missing mouseevent unsubscribe on row move destroy

* fix: remove the jumping effect on first Row Move

- when starting the row drag at first it always starts at 0px and then jumps at the position the user started the drag so it looks like it jumps from 0px to let 50px if you move 2nd row and it's a bit annoying (it's like a flicker for half a second). We can simply create the proxy/guide/shadow as hidden and only show it after we move so we won't see the first flicker.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants