Open
Conversation
Until now if you had multiple instances of Draggable in the same page, when destroying one of them, all of the events binded to other instances were also destroyed. So, we are namespacing event names with unique id’s per instance to ensure only that only the corresponding events are unbinded. The other solution is to cache references to the event handlers, but most of them are proxied or throttled which makes more mess...
Update from origin
Removes the coords data from each element.
remove trailing comma to be more IE compliant
Call resize_api.destroy() to fix memory leak.
…tionship between widget and backbone model
Apply the fix from duckboard's issue tracker. Fixes #2.
…t margins are actually the same size that the user specified all the way around the grid feat(gridster): added responsive nature to grid
…ndow fix(gridster): user can specify size_x when expanding widget
- was directly added to dist files, and thus removed when building
Update dist build, fixed gruntfile to allow other package names
- preview displacement was caused by wrongfully resized widgets, - * this.options.distance wasn't actually needed
- allows people to easily set a new number of rows when a limit is desired, but the limit is not known before (responsiveness)
This reverts commit ef495c8.
fn.resizable: limit
Fix preview maxleft, add set_num_rows function
add support for jQuery 3.x too
…le because the resulting size deviated from the mouse position, especially in case of small grid dimensions
Widget doesn't auto move up when remove widget
That way, phantomjs is updated and the test passes on travis without any other changes.
This reverts commit 1c84797. (as asked by @fixmycode for PR #112)
This reverts commit 8639a29. (as asked by @fixmycode for PR #112)
Remove link to empty domain
…0; update dist contents based on current package & Gruntfile
…0; update dist contents based on current package & Gruntfile
Address #129 -- README instructions for Gemfile
Resizing an element from very large to very small was not possible (corrected)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.