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

Should this package include a drag-drop and sortable directive? #53

Closed
ufoscout opened this issue Mar 27, 2014 · 11 comments
Closed

Should this package include a drag-drop and sortable directive? #53

ufoscout opened this issue Mar 27, 2014 · 11 comments
Labels

Comments

@ufoscout
Copy link
Collaborator

Drag & drop is not a real visual component, however, should angular.dart.ui provide support for it? I think it will be good to have something similar to what jquery-ui offers. I'm thinking about "sortable" too...

@akserg
Copy link
Owner

akserg commented Mar 27, 2014

Very nice to have D&D.
Do you mean "sortable" grid columns?

@zoechi
Copy link
Collaborator

zoechi commented Mar 27, 2014

I'm not sure what the focus of this project is.
ui-sortable seems to be part of Angular-ui, I guess this needs no discussion, only someone who takes the task ;-)

I think d-n-d is a common features that would fit to the project.

A few resources I found

https://github.com/btford/angular-dragon-drop
http://blog.parkji.co.uk/2013/08/11/native-drag-and-drop-in-angularjs.html
https://github.com/codef0rmer/angular-dragdrop (http://www.directiv.es/Angular-DragDrop)
http://codepen.io/SimeonC/pen/AJIyC
https://github.com/SimeonC/ngRepeatReorder
https://github.com/angular-ui/ui-sortable (uses jQuery+jQueryUI)
http://jasonturim.wordpress.com/2013/09/01/angularjs-drag-and-drop/

@akserg
Copy link
Owner

akserg commented Mar 27, 2014

Francesco, would you like to take care about D&D?

@ufoscout
Copy link
Collaborator Author

Yes, I could take care of it. I already have a rudimentary drag & drop angular dart directive somewhere that I can reuse.
For the sortable, I mean something like: https://jqueryui.com/sortable/

@ufoscout
Copy link
Collaborator Author

@zoechi
ui-sortable of angular-ui uses Jquery-ui. We should implement something with no external dependencies.

@zoechi
Copy link
Collaborator

zoechi commented Mar 27, 2014

@ufoscout absolutely
I just saw that angular-ui/ui-sortable uses jQuery+jQueryUI, that doesn't mean the others don't (haven't verified).
I just wanted to drop a few links to have something to discuss.
Maybe it isn't that hard to port the bits that are used from jQuery/jQueryUI than it doesn't matter that the JS source depends on it.

BTW: has anyone of you already tried Angular 0.9.10?
Did you run into #52 too?

@akserg
Copy link
Owner

akserg commented Mar 27, 2014

Unfortunately I didn't touched our issues not. Very busy with release at
work. Will have time only from Monday.
Sorry about that.

What about Resizable https://jqueryui.com/resizable/ and
Selectablehttps://jqueryui.com/selectable/
?

On 27 March 2014 16:13, Günter Zöchbauer notifications@github.com wrote:

@ufoscout https://github.com/ufoscout absolutely
I just saw that angular-ui/ui-sortable uses jQuery+jQueryUI, that doesn't
mean the others don't (haven't verified).
I just wanted to drop a few links to have something to discuss.
Maybe it isn't that hard to port the bits that are used from
jQuery/jQueryUI than it doesn't matter that the JS source depends on it.

BTW: has anyone of you already tried Angular 0.9.10?
Did you run into #52 https://github.com/akserg/angular.dart.ui/issues/52too?

Reply to this email directly or view it on GitHubhttps://github.com//issues/53#issuecomment-38807069
.

@zoechi
Copy link
Collaborator

zoechi commented Mar 27, 2014

Not at all, no reason to be sorry!
I just didn't want to spend more time on this issue before I haven't got some feedback if one of you guys has seen this issue as well.

@akserg
Copy link
Owner

akserg commented Mar 27, 2014

Ok,
I just commented out tests of Alert, Buttons, Progressbar, Tabs and
Modal. Other tests doing well.
If you have time, please have a look at the issue
52#52
.

Regards,
Sergey.

On 27 March 2014 19:37, Günter Zöchbauer notifications@github.com wrote:

Not at all, no reason to be sorry!
I just didn't want to spend more time on this issue before I haven't got
some feedback if one of you guys has seen this issue as well.

Reply to this email directly or view it on GitHubhttps://github.com//issues/53#issuecomment-38835923
.

@akserg
Copy link
Owner

akserg commented Mar 27, 2014

Francesco, if you planning development of sortable, selectable or others, please don't forget add them as issues in that list.

@ufoscout
Copy link
Collaborator Author

ufoscout commented Apr 5, 2014

New issue created for Drag&Drop component: #54

@ufoscout ufoscout closed this as completed Apr 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants