[jquery-ui] Re: draggable and dynamic elements

2010-01-16 Thread Börni
On Jan 16, 5:26 pm, Börni wrote: > [...] > But if i'm adding new draggable elements (via ajax call), they are not > draggable. > [...] Remark: If i reload the page, the draggable behavior works like expected... Börni -- You received this message because you are subscribed to the Google Groups

[jquery-ui] Re: Draggable elements within a content-panel

2010-01-15 Thread Kyprus
I finally realized that it is happening because of the overflow options on the containing div. Here is an example. http://pastebin.me/49c793a050bcd I also found that if I create a handle clone and append it to body it works but the original stays there. Is there a way for this to work with a scr

[jquery-ui] Re: Draggable Issue - Image Overflow in IE7

2010-01-07 Thread Bob Mc
Since there have been no replies to this post I'll attempt to post it as a bug to the project. Bob Mc. -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group,

[jquery-ui] Re: draggable option for jquery

2010-01-04 Thread intrader
select the item and then say "$(this).css('z-index', z); //apply new z-index" On Jan 4, 1:41 am, anitha john wrote: > what do I change should i do in the zindex property? > > On Sat, Jan 2, 2010 at 6:07 PM, basheermoro wrote: > > Hi, Have you examend the z-index property? > > > On Dec 31 2009,

Re: [jquery-ui] Re: draggable option for jquery

2010-01-04 Thread anitha john
what do I change should i do in the zindex property? On Sat, Jan 2, 2010 at 6:07 PM, basheermoro wrote: > Hi, Have you examend the z-index property? > > On Dec 31 2009, 11:42 pm, anitha john > wrote: > > I am using the jquery ui pluggin. > > > > If I enable the draggable option on drag of the d

[jquery-ui] Re: draggable option for jquery

2010-01-02 Thread basheermoro
Hi, Have you examend the z-index property? On Dec 31 2009, 11:42 pm, anitha john wrote: > I am using the jquery ui pluggin. > > If I enable the draggable option on drag of the dialog a space comes below > the dialog. > > Does anybody have any idea on why it happens? -- You received this message

[jquery-ui] Re: Draggable & Sortable Problem/Bug?

2009-11-23 Thread mike.helgeson
#sortable { height: 95px; } --- The unordered list parent element needs to have a bigger layout to be able to correctly calculate the drag/drop collision for your interaction. When the child elements all float, the container height collapses to nothing. On Nov 20, 2:33 pm, JoeyG wrote: > I wa

Re: [jquery-ui] Re: Draggable strange behaviour in firefox 3.5.4

2009-11-04 Thread Scott Sauyet
On Wed, Nov 4, 2009 at 1:04 PM, barb wrote: > All fixed - thanks heaps to everyone for all your help. For those who > were curious, the offending line from my css (which as it turns out I > don't actually need) was > > .treeMenuDefault a{font-weight:normal;font-size:11px;} Wonder why this caused

[jquery-ui] Re: Draggable strange behaviour in firefox 3.5.4

2009-11-04 Thread barb
All fixed - thanks heaps to everyone for all your help. For those who were curious, the offending line from my css (which as it turns out I don't actually need) was .treeMenuDefault a{font-weight:normal;font-size:11px;} So I just got rid of it and no more trails!!! Scott - it's a shame you don't

Re: [jquery-ui] Re: Draggable strange behaviour in firefox 3.5.4

2009-11-04 Thread fichtre.diantre
ok, your yellow lines came from the ClearType anti-aliasing of fonts in conjonction to a default of the FF rendering. Try adding a small padding to your Draggable, it could resolve your issue. hope it would work, Fred -- You received this message because you are subscribed to the Google Groups

Re: [jquery-ui] Re: Draggable strange behaviour in firefox 3.5.4

2009-11-04 Thread Scott Sauyet
On Wed, Nov 4, 2009 at 10:08 AM, fichtre.diantre wrote: > I could test it on my Win7/FF3.5.4 and Ubuntu9.10/FF3.5.4 and, why not, > other browsers (ie, opera, safari, chrome, ...), but, would you give > again the > URL of the test site? http://webrecipemanager.com/menuplanner.php log in with dem

Re: [jquery-ui] Re: Draggable strange behaviour in firefox 3.5.4

2009-11-04 Thread fichtre.diantre
Hi, I could test it on my Win7/FF3.5.4 and Ubuntu9.10/FF3.5.4 and, why not, other browsers (ie, opera, safari, chrome, ...), but, would you give again the URL of the test site? Fred -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to thi

Re: [jquery-ui] Re: Draggable strange behaviour in firefox 3.5.4

2009-11-04 Thread Scott Sauyet
On Tue, Nov 3, 2009 at 5:30 PM, Fontzter wrote: > I've got the solution...just make Scott your first client, or at least > make him lead on your unit testing :) Bring it on! Recipes, hmm... while the kids' soccer and basketball seasons are overlapping, I'm lucky if I can find time to cook spaghe

[jquery-ui] Re: Draggable strange behaviour in firefox 3.5.4

2009-11-03 Thread Fontzter
Barb, I've got the solution...just make Scott your first client, or at least make him lead on your unit testing :) I can't understand the why on the css stuff, but I was suspicious that it was an issue. Try commenting out different sections and see if you can locate the troubling rule. This can

[jquery-ui] Re: draggable containment options

2009-11-03 Thread Mike C
So x1 and y1 are the top left corner of a rectangle, and x2 y2 are the bottom right corner? On Nov 2, 10:20 pm, "Insite FX" wrote: > Hi Mike, > > x1 would be the horizontal position and y1 would be the vertical position > these would be in screen width. > Same for the x2 and y2, x1 y1 would be mo

Re: [jquery-ui] Re: Draggable strange behaviour in firefox 3.5.4

2009-11-03 Thread Scott Sauyet
On Tue, Nov 3, 2009 at 2:59 PM, barb wrote: > What I don't understand is it it's css related then why are some > people seeing this behaviour and not others? So far I seem to be the only one in the thread who can't duplicate it. Bizarre! -- You received this message because you are subscribed

[jquery-ui] Re: Draggable strange behaviour in firefox 3.5.4

2009-11-03 Thread barb
Still doesn't explain why some people are seeing this and others aren't though. On Nov 3, 6:37 pm, Fontzter wrote: > XP SP2; FF 3.5.4 > > Dave > > On Nov 3, 1:10 pm, Scott Sauyet wrote: > > > On Tue, Nov 3, 2009 at 12:47 PM, Fontzter wrote: > > > Weird!  Seems to be more apparent when you drag

[jquery-ui] Re: Draggable strange behaviour in firefox 3.5.4

2009-11-03 Thread Fontzter
Weird! Seems to be more apparent when you drag slowly. I'm suspicious of the :hover css styles. Can you try coding them out and retesting? It would be good if we could reproduce this in a minimal fashion on jsbin. The other thing you may want to try is to comment out the tree menu call and see

[jquery-ui] Re: Draggable strange behaviour in firefox 3.5.4

2009-11-03 Thread barb
I'll try that again. Dave, I tried commenting out the hover for my menu items, that made no difference. So I tried commenting out the link to my css file completely ..and no more trails. What I don't understand is it it's css related then why are some people seeing this behaviour and not others?

[jquery-ui] Re: Draggable strange behaviour in firefox 3.5.4

2009-11-03 Thread barb
I'm running vista, don't know if that affects anything? On Nov 3, 4:59 pm, Scott Sauyet wrote: > On Tue, Nov 3, 2009 at 11:16 AM, barb wrote: > > You're right it is happening every drag, but seems to get worse each > > time. > > Interesting, I am still not seeing it at all.  I've tested FF 3.5.4

Re: [jquery-ui] Re: Draggable strange behaviour in firefox 3.5.4

2009-11-03 Thread Scott Sauyet
On Tue, Nov 3, 2009 at 12:47 PM, Fontzter wrote: > Weird!  Seems to be more apparent when you drag slowly. What OS are you using? It's happening for Barb in Vista, but not for me in XP. -- Scott -- You received this message because you are subscribed to the Google Groups "jQuery UI" group.

[jquery-ui] Re: Draggable strange behaviour in firefox 3.5.4

2009-11-03 Thread Fontzter
XP SP2; FF 3.5.4 Dave On Nov 3, 1:10 pm, Scott Sauyet wrote: > On Tue, Nov 3, 2009 at 12:47 PM, Fontzter wrote: > > Weird!  Seems to be more apparent when you drag slowly. > > What OS are you using?  It's happening for Barb in Vista, but not for me in > XP. > >   -- Scott -- You received thi

Re: [jquery-ui] Re: Draggable strange behaviour in firefox 3.5.4

2009-11-03 Thread Scott Sauyet
On Tue, Nov 3, 2009 at 12:28 PM, barb wrote: > I'm running vista, don't know if that affects anything? Probably. Vista affects everything else! :-( -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@g

[jquery-ui] Re: Draggable strange behaviour in firefox 3.5.4

2009-11-03 Thread barb
You're right it is happening every drag, but seems to get worse each time. On Nov 3, 2:35 pm, "Richard D. Worth" wrote: > Weird. I'm seeing the trails in Firefox, Safari, and Chrome. Not in IE or > Opera. It happens only when you drag the item up and to the right or down > and to the right, origi

Re: [jquery-ui] Re: Draggable strange behaviour in firefox 3.5.4

2009-11-03 Thread Richard D. Worth
Weird. I'm seeing the trails in Firefox, Safari, and Chrome. Not in IE or Opera. It happens only when you drag the item up and to the right or down and to the right, originates from the left of the item, is a little darker than the background color, and gets erased if you go back over the trail wit

[jquery-ui] Re: Draggable strange behaviour in firefox 3.5.4

2009-11-03 Thread barb
First, sorry about forgetting to mention the sign on details. Yes you need to log in using user demo password demo99 Only Monday works at this stage. I'm not getting any errors in firebug (I use this for debugging all the time) I tried restarting Firefox, and still get the trails. They are very

[jquery-ui] Re: Draggable: Custom helper position

2009-10-29 Thread jayarjo
I fell in to same confusion. This what docs say about cursorAt option: "Moves the dragging helper so the cursor always appears to drag from the same position." (http://jqueryui.com/demos/draggable/). I've set it to {left:0, top:0} as David Roe suggested and now I have it appearing exactly at mouse

[jquery-ui] Re: Draggable Text Box

2009-10-20 Thread Richard D. Worth
See the draggable option cancel: http://docs.jquery.com/UI/Draggable#option-cancel By default it prevents dragging input elements to allow for text selection within them. - Richard On Mon, Oct 19, 2009 at 1:55 PM, Danno wrote: > > How do you make a text box draggable? > > I have a text box in

[jquery-ui] Re: draggable helper position - Can I call _getParentOffset()?

2009-10-16 Thread Richard D. Worth
See http://groups.google.com/group/jquery-ui/browse_thread/thread/5a1fbb37ab8ef1a9 http://dev.jqueryui.com/ticket/4911 - Richard On Thu, Oct 15, 2009 at 11:18 AM, Hawky wrote: > > I have a draggable and droppable multi-level list. When you drag an > item over a closed parent item it expands (a

[jquery-ui] Re: draggable with "clone" and scrolling div offset is off

2009-10-09 Thread marcucio
is there a better forum where I could post this question? Thanks, any help would be appreciated On Oct 8, 3:18 pm, marcucio wrote: > one more comment, if i remove the helper: 'clone' it seems to work > (mostly) but I need it to be clone for other reasons. > > On Oct 7, 10:35 pm, marcucio wrot

[jquery-ui] Re: draggable with "clone" and scrolling div offset is off

2009-10-08 Thread marcucio
one more comment, if i remove the helper: 'clone' it seems to work (mostly) but I need it to be clone for other reasons. On Oct 7, 10:35 pm, marcucio wrote: > I have this test file: > > http://devel.getitdoneapp.com/drag_problem.php > > If you try to scroll a draggable, you will notice the drop

[jquery-ui] Re: Draggable Issue in IE

2009-10-06 Thread Titkov Anton
Look at that ticket http://dev.jqueryui.com/ticket/4333 On Oct 7, 1:05 am, Brandon Ryall wrote: > Hey > > I have a draggable child in a draggable parent. In IE for some reason when I > drag the child it also drags the parent, which I don't want. > > Both the child and parent have the same class

[jquery-ui] Re: Draggable: Custom helper position

2009-09-25 Thread Richard D. Worth
Glad you got it working. On Fri, Sep 25, 2009 at 8:49 AM, David Roe wrote: > > I tried your approach and then realised that cursorAt seems to be > relative to the mouse. From the description in the documentation, > either this is a bug or the docs are wrong. > Would you mind filing a ticket for

[jquery-ui] Re: Draggable: Custom helper position

2009-09-25 Thread David Roe
I tried your approach and then realised that cursorAt seems to be relative to the mouse. From the description in the documentation, either this is a bug or the docs are wrong. Giving cursorAt: {left: 0, top: 0} when I initialise the draggable does what I want. Thanks for your help. On Sep 24, 12

[jquery-ui] Re: Draggable: Custom helper position

2009-09-24 Thread Richard D. Worth
Bind to mousemove, set cursorAt in it so that it's set by the last mousemove before drag start. - Richard On Thu, Sep 24, 2009 at 7:13 AM, David Roe wrote: > > That kind of does what I want in that you can move the helper. But > only if you know before the drag where you want it to be. In my cas

[jquery-ui] Re: Draggable: Custom helper position

2009-09-24 Thread David Roe
That kind of does what I want in that you can move the helper. But only if you know before the drag where you want it to be. In my case I don't know until you start dragging as I want it at the mouse position. I tried setting cursorAt in the start event but it take effect until the next drag. I ne

[jquery-ui] Re: Draggable: Custom helper position

2009-09-23 Thread Richard D. Worth
There is a built in option, called cursorAt: http://docs.jquery.com/UI/Draggable#option-cursorAt - Richard On Mon, Sep 21, 2009 at 11:11 AM, David Roe wrote: > > I'm using the draggable plugin and passing a function for the helper > option. A

[jquery-ui] Re: Draggable and "reverse" containment

2009-09-13 Thread David Zentgraf
I see. I thought the ui object was purely informational, I didn't know you could actually interact with it. Thanks! :) On Sep 11, 10:27 pm, Scott González wrote: > In the drag event, the ui hash contains a position property.  You can > modify the values of the left and top properties of ui.posi

[jquery-ui] Re: Draggable and "reverse" containment

2009-09-11 Thread Scott González
In the drag event, the ui hash contains a position property. You can modify the values of the left and top properties of ui.position to change where the element will be positioned. For example, to force an element to always have its top at 200px you could do: $(el).draggable({ drag: functio

[jquery-ui] Re: Draggable scroll not scrolling a connected sortable

2009-09-03 Thread gil
Link or sample code? On Sep 2, 4:11 pm, AmitTheKumar wrote: > Hello, > > I have a draggable connected to a sortable.  They reside in separate > parent elements.  Is there any way for the draggable to cause the > sortable's container to scroll?  I've set scroll to true, but it's > having no effec

[jquery-ui] Re: Draggable inside DIV with overflow:hidden one IE

2009-09-02 Thread Natán
Will be online soon. I'll let you now. Natán On 31 ago, 19:23, Jörn Zaefferer wrote: > Cool. Do you have a sample of that online? I'd like to take a look. > > Jörn > > On Mon, Aug 31, 2009 at 2:10 PM, Natán wrote: > > > Ok, solved it myself :-) > > > I just setted, on my CSS, #container positio

[jquery-ui] Re: Draggable inside DIV with overflow:hidden one IE

2009-08-31 Thread Jörn Zaefferer
Cool. Do you have a sample of that online? I'd like to take a look. Jörn On Mon, Aug 31, 2009 at 2:10 PM, Natán wrote: > > Ok, solved it myself :-) > > I just setted, on my CSS, #container position to relative. It also > works if you set it to absolute. > > Cheers. > > Natán > > > > On Aug 28, 9

[jquery-ui] Re: Draggable inside DIV with overflow:hidden one IE

2009-08-31 Thread Natán
Ok, solved it myself :-) I just setted, on my CSS, #container position to relative. It also works if you set it to absolute. Cheers. Natán On Aug 28, 9:35 am, Natán wrote: > I am trying to make a pan tool for a map. I have something like this: > >         >                 >         > >

[jquery-ui] Re: Draggable: Script error

2009-08-27 Thread Jan Olsen
Done and thanks :) http://dev.jqueryui.com/ticket/4806 Best regards, Jan On Thu, Aug 27, 2009 at 14:54, Richard D. Worth wrote: > Could you file a ticket for this here: > http://dev.jqueryui.com/newticket (note: requires registration) > > Thanks so much. > > - Richard > > > On Wed, Aug 26, 200

[jquery-ui] Re: Draggable: Script error

2009-08-27 Thread Richard D. Worth
Could you file a ticket for this here: http://dev.jqueryui.com/newticket (note: requires registration) Thanks so much. - Richard On Wed, Aug 26, 2009 at 6:20 AM, Jan Olsen wrote: > > If I try to drag an element while another element is "on it's way to > it's spot" (after having dragged it), th

[jquery-ui] Re: Draggable: Script error

2009-08-27 Thread Francesco M.
Same error here! On 26 Ago, 12:20, Jan Olsen wrote: > If I try to drag an element while another element is "on it's way to > it's spot" (after having dragged it), then I get the following error: >   this.helper is null >   [Break on this error] ui = ui || this._uiHash();\n > > I assume it is the

[jquery-ui] Re: Draggable: In need of a "all-done" event

2009-08-26 Thread Jan Olsen
Oi I think I managed to figure this out myself.. Well.. I looked on the events of "sortable" instead of "draggable" and saw tons of events there. The event "beforeStop" is the one I was looking for :). So... Disregard this question and move on ;). Best regards, Jan On Aug 26, 12:28 pm, Jan O

[jquery-ui] Re: Draggable + nested sortable, duplicated items

2009-07-16 Thread Scott Morrison
Hi, I'm actually attempting to do something similar. It appears to be a fairly common problem. There are some older plugins that don't work with the latest version of jQuery. It looks like there's a solution on the roadmap for jQuery UI but I didn't see a date for a release, it's only in the plan

[jquery-ui] Re: Draggable + nested sortable, duplicated items

2009-07-16 Thread Simon Xiao
Hi, sorry i was just tired of searching, thanks so much for your attention. I am trying to develop a interface that allows users to drag in html components to a main sortable container on the fly, then all these componens (doms) can be further arranged in a nested manner, means they should be par

[jquery-ui] Re: Draggable + nested sortable, duplicated items

2009-07-16 Thread vdov...@gmail.com
Hi Simon, is it worth to help someone who blames the community? there are 2 problems with your case: you describe a concrete problem without a concrete example, maybe you can construct an example of your problem using jsbin.com and post it here. the other thing is: is there possibly another way

[jquery-ui] Re: Draggable + nested sortable, duplicated items

2009-07-16 Thread Simon Xiao
no one reply? what a community i've searched all night long and just want to achieve the same thing that the greedy option does in droppable.. how frustrating. On Jul 16, 11:39 am, Simon Xiao wrote: > could someone help me please..thanks / Simon > > On Jul 16, 1:13 am, Simon Xiao wrote: >

[jquery-ui] Re: Draggable + nested sortable, duplicated items

2009-07-15 Thread Simon Xiao
could someone help me please..thanks / Simon On Jul 16, 1:13 am, Simon Xiao wrote: > Hi im new to jquery and using draggable and sortable to add new item > to a list by dragging. > > and my list is a nested div like: > > div.sortable >   >   >   div.sortable >       . >       .

[jquery-ui] Re: draggable & droppable issues

2009-07-10 Thread jmares79
Hi Chirag! Thank you for your answer, I'll test it! Cheers! On Jul 8, 3:19 am, Chirag wrote: > You can achieve this by doing as below > 1) In "drop" method of the "trash" droppable get the handle of item > (i.e image) being dropped. Invoke Sortables method .sortable > ('cancel'). Now use the han

[jquery-ui] Re: draggable & droppable issues

2009-07-07 Thread Chirag
You can achieve this by doing as below 1) In "drop" method of the "trash" droppable get the handle of item (i.e image) being dropped. Invoke Sortables method .sortable ('cancel'). Now use the handle to display image in trash manually. You will need to code for this. Cheers Chirag On Jul 7, 7:32 

[jquery-ui] Re: Draggable out of a css div that has position absolute and overflow:hidden

2009-06-30 Thread williamstam
found the answer... apendTo: 'body' On Jun 30, 2:41 pm, williamstam wrote: > hi > > hope this is possible... i have a list on the right hand side.. need > to drag it out of the right hand side into the left hand side... the > right hand column is positioned inside a div with overflow hidden the

[jquery-ui] Re: draggable

2009-06-16 Thread PedroSeabra
On Jun 15, 6:07 pm, PedroSeabra wrote: > i have a problem with the draggable/droppable > > it only runs the drop function the 2nd time I drop the element. > > is this happening to anyone else?? > > I use this: > > $(".divDroppable").droppable({ >                 accept: ".minuteDrag", >        

[jquery-ui] Re: Draggable unable to be dragged outside window in IE7

2009-06-04 Thread Klaus Hartl
On 13 Mai, 16:54, Asim wrote: > Using jQuery UI 1.7.1 (on WinXp with IE7) > > I've been trying to get a Draggable div to be dragged outside the > window viewport in IE7, > as it can be in the following browsers: > Chrome 1.0.154.48, Opera 9.63, Firefox 3.0.8, Safari 4beta. > > In IE7 the drag get

[jquery-ui] Re: Draggable issued with Embedded flash object in div

2009-05-17 Thread Scott González
Known to at least Firefox. I did some searching the other day and found lots of results, I believe even a few tickets filed against Firefox. Placing a div over the flash object works, but I don't think it's worth the extra overhead for this to be included in draggable (unless someone can find a

[jquery-ui] Re: Draggable issued with Embedded flash object in div

2009-05-14 Thread Richard D. Worth
Just to clarify, the mouseup event will bubble on other browsers and platforms as long as you have the param wmode="transparent". But even with wmode="transparent", it won't bubble in Firefox on Mac. - Richard On Thu, May 14, 2009 at 10:44 PM, Richard D. Worth wrote: > It seems it lets the mouse

[jquery-ui] Re: Draggable issued with Embedded flash object in div

2009-05-14 Thread Richard D. Worth
It seems it lets the mousedown and mousemove bubble just fine, but not the mouseup. And it's only Firefox on Mac. Scott, you say this is a known issue. Known to us? Known to Mozilla? Adobe? Do you have any references? Even if either (Flash or Firefox) gets fixed and updated, it seems we should ha

[jquery-ui] Re: Draggable issued with Embedded flash object in div

2009-05-14 Thread Scott González
This is a known issue in Firefox, flash objects don't let the mouse events pass through properly. Are you experiencing this problem in any other browsers? On May 11, 3:20 pm, Vipul wrote: > Hello folks, > > I have an embedded flash object in a div and I am trying to make the > whole thing drag

[jquery-ui] Re: Draggable issued with Embedded flash object in div

2009-05-13 Thread Richard D. Worth
What browser, OS, and Flash versions? - Richard On Mon, May 11, 2009 at 3:20 PM, Vipul wrote: > > Hello folks, > > I have an embedded flash object in a div and I am trying to make the > whole thing draggable. > > The start of the drag works fine but letting go of the mouse after > dragging does

[jquery-ui] Re: Draggable problem

2009-03-17 Thread Richard D. Worth
I wasn't able to reproduce this in FF3, IE6, or IE7. I can drag any number of images from the left column to the grid (one at a time). Then if I drag an item from the grid back to the left column, only that one moves, the rest stay. Your code doesn't say - which versions of jQuery and jQuery UI ar

[jquery-ui] Re: Draggable dosen't work , when there is scroll is enabled for div !

2009-03-16 Thread p suresh
Here is image On Tue, Mar 17, 2009 at 11:04 AM, sure wrote: > > Hi all, > I have one main div it is a draggable one. It contains two > divs, those are related to main div. In these, first div is always in > scroll state. When i am trying to drag main div position at scroll, > then drag

[jquery-ui] Re: draggable collisions

2009-03-16 Thread Richard D. Worth
There's nothing built-in. For now you'd have to handle yourself in the drag callback, where you can set ui.position to restrict where an element can and cannot be dragged. As far as having this as a built-in feature, you can enter a feature request ticket here: http://dev.jqueryui.com/newticket (n

[jquery-ui] Re: draggable collisions

2009-03-16 Thread jlammertink
anyone? On Mar 13, 4:34 pm, jlammertink wrote: > is there a method for making draggables collisionable? > > so for example i have 4 windows. > all these windows are draggable. > these windows can only snap to each other but not cross. > so some kind of collision system which detects if a positio

[jquery-ui] Re: Draggable and .load problem

2009-03-14 Thread Alex
Thanks Richard it work's perfectly! Regards Alex On Mar 14, 10:56 am, "Richard D. Worth" wrote: > Have you tried Nate Laws suggestion? > > http://groups.google.com/group/jquery-ui/browse_thread/thread/eb16447... > > which was in response to this thread: > > http://groups.google.com/group/jquer

[jquery-ui] Re: Draggable and .load problem

2009-03-14 Thread Richard D. Worth
Have you tried Nate Laws suggestion? http://groups.google.com/group/jquery-ui/browse_thread/thread/eb164476e90cd11e which was in response to this thread: http://groups.google.com/group/jquery-ui/browse_thread/thread/b064364a68800c75 - Richard On Fri, Mar 13, 2009 at 4:10 AM, sure wrote: > >

[jquery-ui] Re: Draggable and .load problem

2009-03-14 Thread Richard D. Worth
On Fri, Mar 13, 2009 at 4:10 AM, sure wrote: > > Hi alex, > Already i had put this query in this forum for better > solution. I am waiting for response from Richard, who is the manager > for JQUERY UI. I hope we will be get the answer from him. Untill then, > this is the only solutions f

[jquery-ui] Re: draggable collisions

2009-03-13 Thread sure
Hi, I am also looking for this type intelligence. Thanks sure On Mar 13, 8:34 pm, jlammertink wrote: > is there a method for making draggables collisionable? > > so for example i have 4 windows. > all these windows are draggable. > these windows can only snap to each other but not cross. >

[jquery-ui] Re: Draggable and .load problem

2009-03-13 Thread Alex
Awesome, keep me posted if you hear anything Thanks! Alex On Mar 13, 9:10 am, sure wrote: > Hi alex, >           Already i had put this query in this forum for better > solution. I am waiting for response from Richard, who is the manager > for JQUERY UI. I hope we will be get the answer from h

[jquery-ui] Re: Draggable and .load problem

2009-03-13 Thread sure
Hi alex, Already i had put this query in this forum for better solution. I am waiting for response from Richard, who is the manager for JQUERY UI. I hope we will be get the answer from him. Untill then, this is the only solutions for this kind of problem. Regards sure On Mar 13, 1:58 p

[jquery-ui] Re: Draggable and .load problem

2009-03-13 Thread Alex
Ah yes, that should work perfectly! Thanks for your help Alex On Mar 13, 7:21 am, sure wrote: > Hi, >    I had faced this problem before. I think there is no option in > jquery-ui like live method in jquery. So, this is the reason why i > write again draggable events, once i get the success da

[jquery-ui] Re: Draggable and .load problem

2009-03-13 Thread sure
Hi, I had faced this problem before. I think there is no option in jquery-ui like live method in jquery. So, this is the reason why i write again draggable events, once i get the success data. I don't think this is not a best solutions for this. But, it works for me. May be i think it would hel

[jquery-ui] Re: Draggable/IE6 Performance Issue

2009-03-09 Thread TheKid
Did anyone get a look at this message? I noticed when I posted it, that it didn't show up for almost 12 hours. In the hopes that there was just a blip in the list server, I'm going to repost this. If there is information that would be helpful, please let me know. Thanks, Bill Massie On Mar 6,

[jquery-ui] Re: draggable events not working with 1.3.2 version?

2009-03-06 Thread Richard D. Worth
jQuery UI 1.5.3 is only compatible with jQuery 1.2.6. In order to use jQuery UI with jQuery 1.3, you'll needed the latest preview release, 1.6rc6. - Richard On Thu, Mar 5, 2009 at 5:51 AM, valugi wrote: > > This code works with 1.2.6 version but not on 1.3.2. The UI library is > the same on bot

[jquery-ui] Re: Draggable TR's in subtables in IE7

2009-02-26 Thread Richard D. Worth
Cool, I'm glad you got it working. Thanks for the update. - Richard On Thu, Feb 26, 2009 at 9:38 AM, Joe wrote: > Ok, apparently IE7 won't showed the 'cloned' TR, but that's relatively > minor compared to what the rest of the issue I was having was (which, the > rest of it works, it will drag a

[jquery-ui] Re: Draggable TR's in subtables in IE7

2009-02-26 Thread Joe
Ok, apparently IE7 won't showed the 'cloned' TR, but that's relatively minor compared to what the rest of the issue I was having was (which, the rest of it works, it will drag a row around). IE8 shows it though. I'd say that's enough reason to assume that IE7 is actually broken in this re

[jquery-ui] Re: Draggable TR's in subtables in IE7

2009-02-26 Thread Joe
Actually, depending when you looked at that url, determines whether or not it works correctly, and in IE7 as well. I did manage to figure out my difficulties, although it took a good 2-3 rewrites to do so. I uploaded my working result right over the not-working attempt to show it to a cou

[jquery-ui] Re: Draggable TR's in subtables in IE7

2009-02-26 Thread Richard D. Worth
I have to say, I'm impressed you've made it as far as you have. Dragging TRs and TDs is not currently supported. I'm hoping we can add the feature someday, but it'll mean solving problems like the ones you're hitting. I'm pretty sure the main difficulties stem from the fact that when the element (l

[jquery-ui] Re: draggable: how to cancel a drag operation from either helper: start: or drag: callbacks

2009-02-13 Thread Scott González
It looks like right now you can't cancel the drag through the callbacks. I would expect the following behavior by returning false in the callbacks: start: prevent the drag action from starting, no draggable functionality should take place for the following mouse movement drag: prevent the dragga

[jquery-ui] Re: draggable: how to change the helper htmlelement?

2009-02-09 Thread Richard D. Worth
Just to clarify - you mean the 'helper' option, not the 'hover' option, right? - Richard On Mon, Feb 9, 2009 at 1:51 AM, Rene Veerman wrote: > > lol, i should probably spend a little more time rtfm-ing ;) > > the hover option is allowed to return a html element :) > > > > > > --~--~-~

[jquery-ui] Re: draggable: how to change the helper htmlelement?

2009-02-08 Thread Rene Veerman
lol, i should probably spend a little more time rtfm-ing ;) the hover option is allowed to return a html element :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send em

[jquery-ui] Re: draggable: how to change the helper htmlelement?

2009-02-08 Thread Rene Veerman
Rene Veerman wrote: > Hi, i'm wondering what's a good way to replace the helper of a draggable > in motion. > > Instead of dragging just the dragged item, i want to drag (some of) the > child-items (if any) too. > > And i want to display additional icons for whether or not something can > be dr

[jquery-ui] Re: draggable cause parent element move (IE6, jQuery 1.3.1, jQuery UI 1.6rc6)

2009-02-04 Thread David.D
Hi Richard, There's no Javascript exception. It happened in both FF and IE6. It seems like doesn't matter how I poisiton the container DIV, the resizeable DIV always calculates it containment area for the left of the browser, not the left of the container DIV. For example, if the container DIV

[jquery-ui] Re: draggable cause parent element move (IE6, jQuery 1.3.1, jQuery UI 1.6rc6)

2009-02-03 Thread Richard D. Worth
Can you share some more information? Do you get a JavaScript exception? Can you reproduce the same in FF, or is it only in IE6? - Richard On Wed, Feb 4, 2009 at 12:01 AM, David.D wrote: > > I made a little progress on my problem. I removed the style below from > my css file, which was applied t

[jquery-ui] Re: draggable cause parent element move (IE6, jQuery 1.3.1, jQuery UI 1.6rc6)

2009-02-03 Thread David.D
I made a little progress on my problem. I removed the style below from my css file, which was applied to the parent div. Now this problem seems fixed. But I soon found another problem. The resize function is not stable enough. After resize a few times, resize function stopped working. left:50%;

[jquery-ui] Re: Draggable & Dialog performance issues (IE7)

2009-01-31 Thread Szymon
On 31 Sty, 15:31, Szymon wrote: > Hi, And I've forget to mention about my second problem. Modal dialog performance in IE7 is bad too. Closing dialog is not smooth like on other browsers. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[jquery-ui] Re: Draggable events not fully working

2009-01-28 Thread Scott González
This is fixed in SVN. It will be available in 1.6rc6 tomorrow. On Jan 27, 1:15 am, brian wrote: > When I moved to jQuery 1.3.1 and UI 1.6rc5, draggable didn't work > completely anymore.  Objects are still getting dragged around, and the > "drag" and "stop" and "start" methods are being called,

[jquery-ui] Re: Draggable Scroll on Vertically?

2009-01-28 Thread sk
omg... that was easy. Thanks a lot. I wish I would have known that. On Jan 28, 11:52 am, Stephan Veigl wrote: > You can wrap your with another div and put the > position:relative; style to the wrapper div. So the relative position > will not interfere with the overflow: auto; of the inner div a

[jquery-ui] Re: Draggable Scroll on Vertically?

2009-01-28 Thread Stephan Veigl
You can wrap your with another div and put the position:relative; style to the wrapper div. So the relative position will not interfere with the overflow: auto; of the inner div any more. by(e) Stephan 2009/1/28 sk : > > Can someone help? > > > --~--~-~--~~~---~--~

[jquery-ui] Re: Draggable Scroll on Vertically?

2009-01-28 Thread sk
Can someone help? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To unsubscribe from this group, send email to jquery-ui+unsubscr...

[jquery-ui] Re: Draggable: Manipulating / appending / prepending dragged clone during drag function?

2009-01-28 Thread Richard D. Worth
Sorry I didn't see your question sooner. The helper that you're dragging around is accessible via ui.helper, like so $("#drag").draggable({ start: function(event, ui) { ui.helper.append('text'); } }); See http://docs.jquery.com/UI/Draggable/draggable#options for a full list of propertie

[jquery-ui] Re: Draggable: Manipulating / appending / prepending dragged clone during drag function?

2009-01-27 Thread jsjqueryem...@gmail.com
I figured it out: $('.ui-draggable:last') is the name / way to address the clone you're currently dragging. Thought I'd post the solution here in case anyone else runs into this problem and does a search. On Jan 26, 5:03 am, "jsjqueryem...@gmail.com" wrote: > Problem: > > I'm dragging a clone he

[jquery-ui] Re: Draggable scroll position bug

2009-01-26 Thread sk
This actually fixed it, however introduced something new. Please see my other thread: http://groups.google.com/group/jquery-ui/t/ad577b8c9224a45d Thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI"

[jquery-ui] Re: Draggable Scroll on Vertically?

2009-01-26 Thread sk
Sorry another update: This seems to be actually related to the fact that the css contains position:relative;. If I remove this, then the scrolling doesnt work at all. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "j

[jquery-ui] Re: Draggable Scroll on Vertically?

2009-01-26 Thread sk
Update: It looks like that this has nothing to do with the scroll option. I removed the scroll option and got the same behavior. Any idea why this is hapenning and how I can get rid of it? Thanks --~--~-~--~~~---~--~~ You received this message because you are subsc

[jquery-ui] Re: Draggable Scroll on Vertically?

2009-01-26 Thread sk
Here is a repro. Try to drag the item into the red box. Thank you .styleInfo{height:300px;overflow:auto;width: 600px;position:relative;} .grey {background-color:#F7F5F4;color:#356198;} 1 1 1 1 1 1 1 1 1 1 1 1 1

[jquery-ui] Re: Draggable scroll position bug

2009-01-26 Thread sk
Worked. Thanks On Jan 23, 9:20 am, Paul Bakaus wrote: > Simple - you must make sure that the container is in fact the scroll parent. > Set the position to relative for the container with overflow auto and it'll > work fine. > > > > On Thu, Jan 22, 2009 at 6:45 PM, sk wrote: > > > And yes, I was

[jquery-ui] Re: Draggable scroll position bug

2009-01-23 Thread Paul Bakaus
Simple - you must make sure that the container is in fact the scroll parent. Set the position to relative for the container with overflow auto and it'll work fine. On Thu, Jan 22, 2009 at 6:45 PM, sk wrote: > > And yes, I was using jQuery UI 1.6rc5. > > On Jan 22, 12:44 pm, sk wrote: > > Hi Pau

  1   2   >