Search Type: Posts; User: Deadmeat
Search: Search took 0.02 seconds.
-
2 Apr 2013 7:10 AM
- Replies
- 11
- Views
- 5,502
The actual bug seems to be related to selecting a non-draggable node(ie the root node, which is causing onBeforeDrag to return false.) Dragging the root node is going to cause bugs anyway.
I think... -
26 Apr 2011 6:18 AM
Jump to post Thread: Multiselect Tree & Drag and Drop by Deadmeat
- Replies
- 79
- Views
- 45,549
There is a link to a live example in the post. The code in the first post is outdated, and was mostly a proof of concept anyway. All the updates were posted on the demo page.
There is no updates... -
15 Apr 2011 9:04 PM
Jump to post Thread: Multiselect Tree & Drag and Drop by Deadmeat
- Replies
- 79
- Views
- 45,549
Sorry I haven't even looked at Ext4 extensions yet. I've only tried a few demos. So far I'm not impressed at all by their tree "improvements".
-
15 Apr 2011 9:00 PM
Jump to post Thread: Multiselect Tree & Drag and Drop by Deadmeat
- Replies
- 79
- Views
- 45,549
No it's very disappointing. Even worse it looks like I need to make changes to get it working again.
The bad news is that I'm not sure when I will get time to work on it. Since they're still... -
2 Mar 2011 5:16 PM
Jump to post Thread: Multiselect Tree & Drag and Drop by Deadmeat
- Replies
- 79
- Views
- 45,549
Unfortunately not. The code is still available, and it's GPL so if anyone wants to pick it up and work on it, they're welcome to. If there are bugs (and I hear about them) I still try and fix them...
-
12 May 2010 1:16 AM
Jump to post Thread: Multiselect Tree & Drag and Drop by Deadmeat
- Replies
- 79
- Views
- 45,549
What sort of problems?
I'm not familiar with the updated tree grid example extension. It seems superficially similar to the old tree with columns example though. Dragging to the treegrid shouldn't... -
4 May 2010 10:41 PM
Jump to post Thread: Multiselect Tree & Drag and Drop by Deadmeat
- Replies
- 79
- Views
- 45,549
Oops duplicate post
-
4 May 2010 10:35 PM
Jump to post Thread: Multiselect Tree & Drag and Drop by Deadmeat
- Replies
- 79
- Views
- 45,549
Short answer is no. Long answer is that you can work around it.
The reason it doesn't work is because of a gotcha with the way the multiselect tree does node selection. The default tree uses the... -
4 Apr 2010 4:20 AM
Jump to post Thread: Multiselect Tree & Drag and Drop by Deadmeat
- Replies
- 79
- Views
- 45,549
I've posted an updated beta version for anyone interested.
You get it here: http://www.users.on.net/~clear/ext/index-beta.html
The selection change is nice. If you've ever hated how single... -
4 Apr 2010 4:19 AM
- Replies
- 11
- Views
- 5,502
Hi tritonBear,
Turns out it's a tree insertion order bug in the core version.
See bug and override fix here: http://www.extjs.com/forum/showthread.php?t=91506
Sorry I'm such a slacker and... -
4 Apr 2010 4:15 AM
- Replies
- 11
- Views
- 5,502
I've posted an updated beta version for anyone interested.
You get it here: http://www.users.on.net/~clear/ext/index-beta.html
The selection change is nice. If you've ever hated how single... -
3 Apr 2010 4:27 AM
Jump to post Thread: Multiselect Tree & Drag and Drop by Deadmeat
- Replies
- 79
- Views
- 45,549
How odd.. where did my previous post go.
-
3 Apr 2010 3:12 AM
Jump to post Thread: Multiselect Tree & Drag and Drop by Deadmeat
- Replies
- 79
- Views
- 45,549
I've just updated the demo page to use ExtJS 3.2.0 so you can test it yourself.
See the extension thread here
It seems to work. -
3 Apr 2010 3:08 AM
Jump to post Thread: Third Party Code Contrubutions by Deadmeat
- Replies
- 3
- Views
- 1,077
That makes sense. I imagined that it would be rare, and each instance evaluated on it's merits. I personally dread future maintenance for code I didn't author.
I'm willing to reorganize my code... -
3 Apr 2010 1:40 AM
- Replies
- 11
- Views
- 5,502
How odd. Looks like a bug in the 3.1.1 core. There is a demo here. One of the example tree is a vanilla tree (ie no multiselect) and shows the same issue.
This has fixed itself in ExtJS 3.2.0. I... -
3 Apr 2010 12:38 AM
Jump to post Thread: Third Party Code Contrubutions by Deadmeat
- Replies
- 3
- Views
- 1,077
Is there a way to get a third party patch included as a default component in ExtJS. I don't mean a whole new class of widget, or just a small bugfix, but something in between, an upgrade to an...
-
3 Apr 2010 12:03 AM
Jump to post Thread: Multiselect Tree & Drag and Drop by Deadmeat
- Replies
- 79
- Views
- 45,549
This thread is a bit meandering, most of the issues raised are to do with offbeat problems, and bugs that area already fixed.
1) Is this maintained. That's hard to say. I'll say yes, but then I've... -
6 Feb 2010 11:38 PM
Jump to post Thread: Ext.ux.MultiSelectTreePanel by Deadmeat
- Replies
- 28
- Views
- 9,472
You can use overrides (Ext.override) to replace code in the default components, instead of using an extension.
I have had some fixes included (allowContainerDrop and an ordering bug) but my... -
5 Feb 2010 4:32 PM
Jump to post Thread: Multiselect Tree & Drag and Drop by Deadmeat
- Replies
- 79
- Views
- 45,549
This is probably the wrong place to ask. You should try one of the official ExtJS or feature request threads.
The Tree component virtually hasn't changed since the 2.x series (which this extension... -
16 Jan 2010 2:37 AM
Jump to post Thread: Ext.ux.MultiSelectTreePanel by Deadmeat
- Replies
- 28
- Views
- 9,472
I honestly have no idea.
I can't think of anything in the MultiSelectTree code that would cause that. The loader code should be largely unchanged from the default tree. I'm not even sure where to... -
20 Sep 2009 8:35 PM
Jump to post Thread: Multiselect Tree & Drag and Drop by Deadmeat
- Replies
- 79
- Views
- 45,549
I've done some more testing and...
You can delay the start of a drag longer by setting Ext.dd.DragDropMgr.clickTimeThresh to a bigger number. Currently its at 350ms (despite what the API docs say)... -
20 Sep 2009 8:08 PM
Jump to post Thread: Documentation Bugs - Ext 3.x by Deadmeat
- Replies
- 445
- Views
- 88,304
I did a quick search/scan but couldn't find this...
The docs for Ext.dd.DragDropMgr incorrectly have the default clickTimeThresh as default 1000, instead of the actual value of 350.
I'm... -
19 Sep 2009 9:37 PM
Jump to post Thread: Multiselect Tree & Drag and Drop by Deadmeat
- Replies
- 79
- Views
- 45,549
The flickering will be the cleanup of the drag proxy. Regardless of whether or not you move the mouse, it calls startdrag after about 350ms. This creates the proxy floating tree. It's actually hidden...
-
18 Sep 2009 6:33 AM
Jump to post Thread: Multiselect Tree & Drag and Drop by Deadmeat
- Replies
- 79
- Views
- 45,549
Okay I lied. It turns out I was just too lazy to spend a few hours working on it.
I was wondering what would be needed, and then reading the code, and then doing some tests, and well I hacked... -
18 Sep 2009 3:28 AM
Jump to post Thread: Multiselect Tree & Drag and Drop by Deadmeat
- Replies
- 79
- Views
- 45,549
This is a sensible trade off. I must dig deeper and work out how the default gets around this problem. The transient instance is so hard to debug in Firebug though.
This annoyed me too, but...
Results 1 to 25 of 71
