[jquery-ui] Re: "Brother" droppable.

2008-09-17 Thread Richard D. Worth
It looks like the greedy option is only tested to work on elements that are nested. I'm not sure if this is a bug or if it's by design. I also wasn't able to figure out a work-around. I was thinking you could set a flag and cancel all but the first drop, but the order of drop calls isn't by z-index

[jquery-ui] Re: Selectable - select by clicking

2008-09-17 Thread Richard D. Worth
On Sun, Sep 14, 2008 at 5:36 PM, Chris Best <[EMAIL PROTECTED]> wrote: > > In the example of selectable on the documentation page, you have to > drag a box around the items you want to select. > http://docs.jquery.com/UI/Selectables#demo > In the Demo it links to, you can select an item just by cl

[jquery-ui] Re: expand for each section

2008-09-17 Thread Netherscurial
Anyone know the answer to this? Thanks! On Sep 16, 5:54 pm, KEVIN EVANS <[EMAIL PROTECTED]> wrote: > Hello, > I am working on a site where I am using the Accordion script > fromhttp://docs.jquery.com/UI/Accordion >    on the left navigation. > > You have an option to keep a section open by defa

[jquery-ui] Re: dialog('isOpen') always "open"

2008-09-17 Thread Van
I was experiencing this problem in 1.5.2. I would alert ($ ('#div').dialog("isOpen")); and it would return ("[object][object]") Upgrading to 1.6rc1 fixed this issue - it now returns boolean. On Sep 15, 3:40 pm, Scott González <[EMAIL PROTECTED]> wrote: > This is working fine for me with curre

[jquery-ui] Re: Tabs:- prevent switching away: show Confirmation msg:-Tab refreshes itself. - one more issue.

2008-09-17 Thread simpi
2nd Issue is: Once select returns false in the callback you cannot tab away even if you click on “YES, I am sure I want to Tab away”. You are stuck with the same tab untill you refresh the screen. - In the following example I

[jquery-ui] Re: Why isnt themed Tabs (add) show the default type?

2008-09-17 Thread P0rridge
Klaus, Thanks for the reply. Can you clarify what you mean? Maybe edit the '.ui-tabs-nav-item' within the CSS file and replace it with '.ui-tabs-nav li' ? or change the name of the class in the to I cant make sense of these, and they dont work for me, so you mean something else? Greg On

[jquery-ui] Sortable Performance

2008-09-17 Thread Benoit B
Hello, I have a problem with Sortable performance. If I use Sortable my browser uses a lot of cpu : - 25 to 40% on my core 2 duo 1.8Ghz - 50% of cpu usage on P4 3Ghz (Amount of CPU is not exactly the same, depending on the browser I use, but it is high in all cases) This online demo is enough to

[jquery-ui] Re: Jquery UI Ajax tabs + custom tabs

2008-09-17 Thread Jaime Ochoa Malagón
an idea, you could load the tabs content on the ready without depend of tab functionality... just $(document).ready(function(){ $('#tab1-body').load('url1'); $('#tab2-body').load('url2'); }) this will load the tab much early than the user move mouse on the tab... On Tue, Sep 16, 2008 at 4

[jquery-ui] fun with draggables and dialogs

2008-09-17 Thread pkw
http://randombottle.com/ The letters drag. If you double click the bottle image you get a dialog to add new letters (or words). Just throwing this out there for fun, I was surprised how easy it is to make things draggable with UI. -- paul w --~--~-~--~~~---~--~~

[jquery-ui] Re: "Brother" droppable.

2008-09-17 Thread Daazku
Thank you. On 17 sep, 09:20, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > No. Yours is on my list of emails to get to. If no one beats me to it, I'll > take a look tonight. Thanks for your patience. > > - Richard > > On Wed, Sep 17, 2008 at 7:00 AM, Daazku <[EMAIL PROTECTED]> wrote: > > > I'm

[jquery-ui] UI Tabs loading position

2008-09-17 Thread Vivek
Hi, I am using UI Tabs to show content from other RSS feeds, therefore i am using AJAX tabs. In RSS feeds there is a lot of images that needs to show. Loading of images takes a bit longer than text. When i clicked on an closed tab it shows "loading" text and the tabs opens once it loads t

[jquery-ui] Re: Tabs and IE

2008-09-17 Thread Asa Carter
I've just done a test and the lists appear before the tabs as the tabs are rendered after the page has completed loading. If I hide the tabs intitally and then show them after the page has loaded, there is still a flicker in IE. Does anyone have a solution to this? Asa Carter wrote: > Hi, > >

[jquery-ui] Re: ui.slider multiple sliders with handles option

2008-09-17 Thread sissi
Hi guys have a look here, there is a working example: http://dev.jquery.com/view/tags/ui/1.5b2/demos/ui.slider.html cheers sissi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this g

[jquery-ui] Re: Patch for IE bugs in ui.dialog and ui.slider

2008-09-17 Thread sbisker
Did these bug-fixes go anywhere? I'm no browser-compatibility expert, but on the surface they look reasonable. I think I'm running into IE NaN errors thrown by the slider bugs he tries to address in his patch, and I see no related open tickets or recent commits. I'd be willing to try to test them

[jquery-ui] Re: "Brother" droppable.

2008-09-17 Thread Richard D. Worth
No. Yours is on my list of emails to get to. If no one beats me to it, I'll take a look tonight. Thanks for your patience. - Richard On Wed, Sep 17, 2008 at 7:00 AM, Daazku <[EMAIL PROTECTED]> wrote: > > I'm at the wrong place or what!!??!!?? > > On 11 sep, 10:07, Daazku <[EMAIL PROTECTED]> wrot

[jquery-ui] Strange behaviour with the DatePicker

2008-09-17 Thread Allendale
Hi I am using the DatePicker component. I tested this locally and it worked fine. However, when I tried to bring it in to my application I started to get very strange behaviour. The month outputs correctly with the next/previous navigation buttons. However, the days of the week are output vertic

[jquery-ui] Lots of Javascript been output on the page when using DatePicker

2008-09-17 Thread Allendale
Hi I am using the DatePicker. When i tested it in a local html page it worked fine. When I tried to bring the functionality in to my application, the month label appears across the top with the relevant icons to navigate to the next and previous months. However, the days of the week are output v

[jquery-ui] Re: "Brother" droppable.

2008-09-17 Thread Daazku
I'm at the wrong place or what!!??!!?? On 11 sep, 10:07, Daazku <[EMAIL PROTECTED]> wrote: > Hello? > > On 9 sep, 20:37, Daazku <[EMAIL PROTECTED]> wrote: > > > I did a little test with jquery ui draggable/droppable. I found a > > little problem with "brother" element. > > > How to reproduce: > >

[jquery-ui] jQuery Tabs How to close all open tabs

2008-09-17 Thread nukem
I am using jquer tabs. I have 3 different tabs (three uls) I want to close them programatically. How do i do that? Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group

[jquery-ui] Re: Dialog background to cove all the screen

2008-09-17 Thread Finesse
Rics... Did you ever get this to work? I tried but it didn't work. I am not exactly sure if I am performing the right steps. On Sep 12, 2:24 pm, rics <[EMAIL PROTECTED]> wrote: > Well, I don't think I get it 100%, but I'll try to implement what you > told me. > Thanks. > > On Sep 10, 8:45 pm, "Ja

[jquery-ui] Re: Dialog leaves the dom messy

2008-09-17 Thread Richard D. Worth
You're right. Thanks for catching that, Scott. - Richard On Wed, Sep 17, 2008 at 8:20 AM, Scott González <[EMAIL PROTECTED]>wrote: > > This sounds like a bug. Removing a dialog element should inherently > destroy the dialog (and revert everything it has done). This is true > for all UI plugins

[jquery-ui] Re: moving a opened dialog on top the windows stack

2008-09-17 Thread Richard D. Worth
Looks great. Thank you :) - Richard On Wed, Sep 17, 2008 at 8:49 AM, Olive <[EMAIL PROTECTED]> wrote: > > I have also updated the doc, see http://docs.jquery.com/UI/Dialog/dialog. > > Is it correct ? (first contribution from a froggy) > > Olivier. > > > --~--~-~--~~~

[jquery-ui] Re: moving a opened dialog on top the windows stack

2008-09-17 Thread Olive
I have also updated the doc, see http://docs.jquery.com/UI/Dialog/dialog. Is it correct ? (first contribution from a froggy) Olivier. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to thi

[jquery-ui] Re: Dialog leaves the dom messy

2008-09-17 Thread Scott González
This sounds like a bug. Removing a dialog element should inherently destroy the dialog (and revert everything it has done). This is true for all UI plugins. Can you please make sure this is occurring with the latest version of core + dialog, and if it is please file a ticket. Thanks. On Sep

[jquery-ui] Re: Modal dialog submit problem

2008-09-17 Thread Scott González
The reports you looked at are for developers, not submitters. You need to search for your ticket. On Sep 17, 3:12 am, LM <[EMAIL PROTECTED]> wrote: > Hi again. > > I've submitted a bug about all of this but it seems it's gone... I > can't seems to find it neither in "My Bugs" (http://ui.jquery.c

[jquery-ui] Re: moving a opened dialog on top the windows stack

2008-09-17 Thread Olive
Perfect, thank you very much Richard. Olivier. --~--~-~--~~~---~--~~ 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 em

[jquery-ui] [Dialog] Modal dialog submit problem

2008-09-17 Thread LM
Hi again. I've submitted a bug about all of this but it seems it's gone... I can't seems to find it neither in "My Bugs" (http://ui.jquery.com/bugs/ report/7), nor in "My Active Tickets" (http://ui.jquery.com/bugs/ report/9). And I received no email of whatever happened with my ticked. Anyway, f

[jquery-ui] Re: Dialog - form elements showing through in IE 6

2008-09-17 Thread Eric P
Richard D. Worth wrote: > There is built-in support for this, but requires you download the > bgiframe plugin here: > > http://plugins.jquery.com/project/bgiframe > > and then set the bgiframe option to true, like so > > $("#myDialog").dialog({ bgiframe: true }); > > The plan is to incorporate

[jquery-ui] Re: moving a opened dialog on top the windows stack

2008-09-17 Thread Richard D. Worth
It seems there is an undocumented method to do just this, moveToTop: $("#myDialog").dialog('moveToTop'); - Richard On Tue, Sep 16, 2008 at 7:03 AM, Olive <[EMAIL PROTECTED]> wrote: > > I'm just wondering if there is any undocumented method (or trick), > like dialog.data(), to raise (and maybe f