[jquery-ui] droppable() & show()

2009-12-03 Thread VaN
Hello, I'm facing a problem using droppable() and show() combined together? I have an HTML element, with display:none; property, on which I apply droppable(). I also have other HTML elements, on which I apply draggable(). On the draggable's start() event, I apply show() on my droppable element.

[jquery-ui] differences in CSS : development-bundle ui.all.css vs jquery-ui-1.7.2.custom.css

2009-11-10 Thread David van der Sluis
While making a themeswitcher, I encountered weird problems with the development bundle. By including ui.all.css I was hoping to make a generic solution by using the directory name, but: - resizable styling was weird: the resize icon was on the lower left of the div and not on the lower right. - Di

[jquery-ui] Re: multiple windows

2009-06-23 Thread Jan Van Lysebeth
f the opened window and that > window may use jquery library. > > On 23 июн, 01:53, Jan Van Lysebeth wrote: > > > Hi all, > > > I want to use jquery-ui for an application the uses multiple browser > > windows. > > I 'd like to do things like this: >

[jquery-ui] multiple windows

2009-06-22 Thread Jan Van Lysebeth
Hi all, I want to use jquery-ui for an application the uses multiple browser windows. I 'd like to do things like this: secondWindow = window.open(aUrl); window.$("#accordion", secondWindow.document).accordion(); It doesn't seem to work. Is it possible to get it working? Thanks, Jan

[jquery-ui] Re: Newbe needs a little help (badly)!!

2009-03-31 Thread S. J. van Harmelen
case and post it to a public page. On Mar 30, 3:07 am, "S. J. van Harmelen" wrote: > Hi, > > I have a problem with a sortable list in Firefox. When I'm scrolled down a > bit, the helper has an offset of the same height that I'm scrolled down. > > I'v

[jquery-ui] Should I report a bug?! Since nobody gives any response what so ever...

2009-03-31 Thread S. J. van Harmelen
From: jquery-ui@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of S. J. van Harmelen Sent: maandag 30 maart 2009 9:07 To: jquery-ui@googlegroups.com Subject: [jquery-ui] Newbe needs a little help (badly)!! Hi, I have a problem with a sortable list in Firefox. When I&#

[jquery-ui] Newbe needs a little help (badly)!!

2009-03-30 Thread S. J. van Harmelen
Hi, I have a problem with a sortable list in Firefox. When I'm scrolled down a bit, the helper has an offset of the same height that I'm scrolled down. I've seen a coupe of posted about this happening in IE6 or IE7, but there I don't have the problem. I only have the problem in Firefox.

[jquery-ui] Helper sortable list way off when scrolled down in Firefox

2009-03-23 Thread S. J. van Harmelen
Hi All, I have a sortable list that works just fine in IE, but in FF when I scroll down on the page a bit and then try to sort the list the helper is way above where I click. The height I scrolled down is the same height the helper is higher than were I click. Anyone any idea what causes th

[jquery-ui] Re: Problem with a sortable list (only 1px to click on li)

2009-03-12 Thread S. J. van Harmelen
Could someone please have a look at this? Thanks! -Original Message- From: jquery-ui@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Sander Sent: woensdag 11 maart 2009 13:02 To: jQuery UI Subject: [jquery-ui] Problem with a sortable list Hi All, I need to have a lis

[jquery-ui] slider not returning value in ui.value

2009-01-21 Thread Michiel van der Blonk
I am using http://www.filamentgroup.com/lab/update_jquery_ui_16_slider_from_a_select_element/ However, when using the stop or change event, the slider does not hold the ui.value. When using the slide event it does have it, but the slide event is already used by the filament group code (to update

[jquery-ui] Re: Datepicker and ThemeRoller - additional rules for disabled/unselectable items

2008-09-24 Thread Van
Thanks Paul, this fixed my problem, too. Why isn't hideIfNoPrevNext set to 'true' by default? On Aug 14, 3:35 am, Paul Carey <[EMAIL PROTECTED]> wrote: > > When the month next/prev buttons are disabled (because of the date > > range), I didn't like that a label with '' was > > displaying. I no

[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