[jQuery] Interface Sortables

2007-03-23 Thread SiCo
Hi, I am trying to create two lists which the user can sort between. Basically an active and inactive list of sections of the site. So those in list a will be active and those in b will be inactive. Simple and I've got it working using Interface and a bit of fiddling. However (Yes the but!) I

[jQuery] interface sortables problem

2007-03-15 Thread Aljosa Mohorovic
my page with jquery/interface code is http://fakanana.com/test/sort.html with screenshots of my problem. image thumbs go outside of their container, any tips on how to fix this? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Interface Sortables - class instability

2007-02-28 Thread Michael Crowl
Thanks for the responses Mark, and that's exactly what I've done, and I still have the same problem. Could someone explain to me exactly how Sortables/Draggables/Droppables works, and how classes get assigned during the drag process? I understand that once a drag is activated, a copy of the

Re: [jQuery] Interface Sortables - class instability

2007-02-28 Thread Michael Crowl
And, of course, as soon as I wrote that all out and sent it, I figured it out. The designer was using 1.2em, etc for font sizes, which meant relatively, once the copy of the container was made, the fonts got amped up. But relative to what? The original? It brings up the question of where

Re: [jQuery] Interface Sortables - class instability

2007-02-28 Thread Mark
i didn`t set any styles and tested what you`ve wrote and it works fine here.. i`m using Firefox 2.0.0.2 2007/2/28, Michael Crowl [EMAIL PROTECTED]: And, of course, as soon as I wrote that all out and sent it, I figured it out. The designer was using 1.2em, etc for font sizes, which meant

[jQuery] Interface Sortables - tables?

2007-02-27 Thread Michael Crowl
Is it possible to use Sortables to sort table rows? I haven't had much luck with it - the rows become malformed and break on drag, and they don't stay fixed within the width of the table. I've moved on to working with DIVs instead, but using table rows would have been cleaner. -- mike

Re: [jQuery] Interface Sortables - tables?

2007-02-27 Thread Mark
i believe there was a whole discussion about this somewhere in just june or july archives of this list in 2006.. the result of that is that you can`t do it with tr`s because you will need to create a complete table just for that one TR and that should be done be javascript.. or that`s how i

Re: [jQuery] Interface Sortables - table classes inside DIVs

2007-02-27 Thread Michael Crowl
Thanks for the response, Mark, that's what I suspected - I had done a search, but my local email archives didn't go back that far. So here's a separate problem: Now I'm using one DIV as the sortable container, than each sortable item is a DIV wrapped around a single-row TABLE, so I could keep

Re: [jQuery] Interface Sortables - table classes inside DIVs

2007-02-27 Thread Mark
i think it`s best to just rewrite it to use divs and no tables. other than that i have no idea how to resolve it. 2007/2/27, Michael Crowl [EMAIL PROTECTED]: Thanks for the response, Mark, that's what I suspected - I had done a search, but my local email archives didn't go back that far. So

[jQuery] Interface Sortables - Operation Aborted in IE

2007-02-08 Thread Ólafur Marteinsson
Hi everyone, I'm using jquery and interface sortables and I'm getting this weird IE bug, it doesn't always show up, though most of the time, but all it says is: Operation aborted. In FireFox (1.5.0.9) i'm getting another bug which seems to be related. It says script is still running and asks me

Re: [jQuery] Interface Sortables - Operation Aborted in IE

2007-02-08 Thread WG
Sent: Thursday, February 8, 2007 10:05:55 AM Subject: [jQuery] Interface Sortables - Operation Aborted in IE Hi everyone, I'm using jquery and interface sortables and I'm getting this weird IE bug, it doesn't always show up, though most of the time, but all it says is: Operation aborted

Re: [jQuery] Interface Sortables - Operation Aborted in IE

2007-02-08 Thread Stefan Petre
Ólafur Marteinsson wrote: Hi everyone, I'm using jquery and interface sortables and I'm getting this weird IE bug, it doesn't always show up, though most of the time, but all it says is: Operation aborted. In FireFox (1.5.0.9) i'm getting another bug which seems to be related. It says

Re: [jQuery] Interface Sortables - Operation Aborted in IE

2007-02-08 Thread Ólafur Marteinsson
I'm having trouble recreating the problem with just the sortable on it so that gives your theory credibility. Hmmm.. More. I'm not including the whole interface file, but I've built a selection combined from drag, drop, sortables, transfer and autoscrolling. In what order would I include the

Re: [jQuery] Interface Sortables - Operation Aborted in IE

2007-02-08 Thread Stefan Petre
iutil.js idrag.js idrop.js isortables.js ifx.js ifxtransfer.js iautoscroller.js Ólafur Marteinsson wrote: I'm having trouble recreating the problem with just the sortable on it so that gives your theory credibility. Hmmm.. More. I'm not including the whole interface file, but I've built a

[jQuery] Interface: Sortables ghosted item doesn't take the css correctly

2007-01-04 Thread Brian Litzinger
I have a sortable list which contains quite a bit of html which includes a child ul, and I noticed when I drag the element not all the css styles are retained in the ghosted item. For example the child ul has the list-type: none, but when its drug the bullets appear. A couple elements with

Re: [jQuery] Interface Sortables and Toggling Lists

2006-12-11 Thread Chris Domigan
I assume you're only adding sortability once, not each time toggle() is called? Chris ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Interface Sortables onchange property

2006-11-14 Thread Chris Domigan
I'm having the same problem. Also serialization doesn't appear to be working, even in the demo.Cheers,Chris ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Interface Sortables onchange property

2006-11-14 Thread Chris Domigan
Correction - serializing doesn't work when there is no id specified for the UL and LI elements. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Interface Sortables onchange property

2006-11-12 Thread Rich Manalang
Hi. I'm trying to fire off an alert (testing) during a sortables onchange event. Here's my code:var personalizeHPTabs = function() { alert('hi... I'm here');};var triggerHPTabsPersonalization = function() { $('ul.hptabs-sortable').Sortable( { accept : 'hptab-sort-item', helperclass :

[jQuery] Interface Sortables Q

2006-10-16 Thread Nathan Smith
Hey, longtime lurker first time poster here. I have a question about the Interfact elements for jQuery. I need to make some sortables confined to one column, yet let the rest be passed back and forth. In this example, Company is the item I would like to make sortable only within the right side.

[jQuery] Interface Sortables Slow in IE

2006-10-04 Thread Matthew Bidwell
I just update an application that uses the Sortables plug-in-in with the current code. It works, however the speed is much slower than the previous version that I was using from 6-8 weeks ago. The slow part happens immediately when you click on an item to drag begin dragging it. Any idea what

[jQuery] Interface: Sortables onChange not working?

2006-10-04 Thread bbuchs
Is the onChange callback functional in Interface's Sortables? If so, does anyone have any documentation on it (what parameters it accepts)? I found some older message threads with more or less the same question, and it looks like it may have been resolved at one point - but no longer. -- View

[jQuery] Interface Sortables callback

2006-09-25 Thread Kevin Bosak
I'm attempting to use Sortables to sort a list of images but can't get the onchange callback to work. I am able to drag and drop the elements just fine. I've also tried other callbacks like onDrag and tried 'onChange' as well. Here is my code: $('ul').Sortable({ onchange:

Re: [jQuery] Interface Sortables callback

2006-09-25 Thread Kevin Bosak
Got this worked out. I didn't realize I needed id's on the LI elements.On 9/25/06, Kevin Bosak [EMAIL PROTECTED] wrote:I'm attempting to use Sortables to sort a list of images but can't get the onchange callback to work. I am able to drag and drop the elements just fine. I've also tried other

[jQuery] Interface Sortables scrollbar issue

2006-08-27 Thread Dave Benjamin
On Thu, 24 Aug 2006, Stefan Petre wrote: Great news. I can finally release the Interface with the new changes, website and plugins. Hi Stefan, I'm trying out your new Sortables demo: http://interface.eyecon.ro/demos/sort.html If you make your browser window smaller than the content and