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
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
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
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
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
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
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
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
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
--~--~-~--~~~---~--~~
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
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
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,
>
>
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
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
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
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
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
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:
>
>
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
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
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
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.
> >
>
--~--~-~--~~~
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
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
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
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
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
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
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
29 matches
Mail list logo