Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make available funcs draggable. #37

Conversation

shlomif
Copy link
Contributor

@shlomif shlomif commented Sep 16, 2016

This is a proof-of-concept commit that makes #available draggable. It
uses the jQuery and jQueryUI CDNs and has some problems because there's
a lot of white regions above the #available which limits its visibility.

This is a proof-of-concept commit that makes #available draggable. It
uses the jQuery and jQueryUI CDNs and has some problems because there's
a lot of white regions above the #available which limits its visibility.
@sharkdp
Copy link
Owner

sharkdp commented Sep 16, 2016

Thanks for the interesting idea. There are a couple of issues with this:

  • In both Chrome and Firefox, the #available div disappears outside of the surrounding #controls div (I guess this is what you mean by "limits its visibility"
  • In both browsers, when this is enabled, I cannot use the normal drag-and-drop of the functions anymore.
  • I would really like to avoid pulling in jQuery and jQuery UI dependencies..

What was your initial motivation for this?

@shlomif
Copy link
Contributor Author

shlomif commented Sep 17, 2016

@sharkdp : my motivation was this bug I reported - #34

@sharkdp
Copy link
Owner

sharkdp commented Feb 25, 2017

Closed - see reasons given in #34.

@sharkdp sharkdp closed this Feb 25, 2017
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