[jquery-ui] Re: DatePicker element doesn't render when attached to an input field

2009-07-17 Thread rob ganly
hey brett, can you put your code on http://jsbin.com ? rob ganly On Jul 17, 10:19 pm, Brett Kelly wrote: > Hello, > > Here is my javascript code: > > "ContactDate" is an input field and "datePicker" is a regular div. > > $c = jQuery.noConflict(); &g

[jquery-ui] Re: UI/API/1.7.1/Datepicker - altFormat parameter doesn't work

2009-07-01 Thread rob ganly
i don't think the documentation is wrong it is just not that obvious. seeing as this is clearly catching people out perhaps a Nota Bene should be added to the altFormat section. rob ganly On Jun 22, 3:14 pm, Ca-Phun Ung wrote: > On Mon, Jun 22, 2009 at 7:13 PM, joshcom...@google

[jquery-ui] Re: new weekly calendar

2009-05-13 Thread Rob Monie
com/group/jquery-ui-dev/msg/6faf1b24e9e74543 > > - Richard > > On Wed, May 13, 2009 at 10:03 AM, Rob Monie wrote: > > > Thanks for the feedback David. I'll give the daylight savings stuff > > some thought. I had done some basic testing around this to see that it > >

[jquery-ui] Re: new weekly calendar

2009-05-13 Thread Rob Monie
Thanks for the feedback David. I'll give the daylight savings stuff some thought. I had done some basic testing around this to see that it didn't make the whole thing go haywire but I somehow missed that behavior. cheers, rob On May 13, 7:15 pm, David Herrmann wrote: > Hi Rob,

[jquery-ui] new weekly calendar

2009-05-12 Thread Rob Monie
prompted me to refactor the calendar into a format that can be used by anyone. cheers, rob --~--~-~--~~~---~--~~ 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@go

[jquery-ui] jqueryui dialog and jqueryui datepicker

2009-03-24 Thread Rob
When I place a datepicker on a modal dialog the calender is always displayed underneath the modal div. Is there a way to fix this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this g

[jquery-ui] Re: 1.6rc6/1.7 Tabs not displaying correctly in Firefox/Safari

2009-03-06 Thread Rob
Adding height:28px to .ui-tabs .ui-tabs-nav has corrected the problem for me. On Mar 6, 9:09 am, Rob wrote: > No dice, still broken in 1.7. Will be using your other thread as a > guide. > > On Mar 6, 9:00 am, Rob wrote: > > > Thanks Charlie, that's good to kn

[jquery-ui] Re: 1.6rc6/1.7 Tabs not displaying correctly in Firefox/Safari

2009-03-06 Thread Rob
No dice, still broken in 1.7. Will be using your other thread as a guide. On Mar 6, 9:00 am, Rob wrote: > Thanks Charlie, that's good to know. I am now downloading a > themerolled jQuery UI 1.7, just in case any changes were made in going > to the final release that may have clean

[jquery-ui] Re: 1.6rc6/1.7 Tabs not displaying correctly in Firefox/Safari

2009-03-06 Thread Rob
shot in this > thread:http://groups.google.com/group/jquery-ui/browse_thread/thread/7d11786f19107a98/271ac2519c874b84?hl=en&lnk=gst&q=charlietfl#271ac2519c874b84 > Rob wrote:No I used the entire Black Tie theme from the Themeroller. I did > not modify any files, just added them to my developme

[jquery-ui] Re: 1.6rc6/1.7 Tabs not displaying correctly in Firefox/Safari

2009-03-06 Thread Rob
> --Klaus > > On 6 Mrz., 02:02, Rob wrote: > > > Now that I have tabs working, I seem to be hitting a compatibility > > issue with Firefox and Safari. I have captured screen shots from both > > Firefox (the same problem exists in Safari) and in IE7 (where it works &

[jquery-ui] 1.6rc6/1.7 Tabs not displaying correctly in Firefox/Safari

2009-03-05 Thread Rob
Now that I have tabs working, I seem to be hitting a compatibility issue with Firefox and Safari. I have captured screen shots from both Firefox (the same problem exists in Safari) and in IE7 (where it works fine). I cannot find mention of this anywhere else, so before I go digging into the CSS I

[jquery-ui] Re: problems with UI tabs

2009-03-05 Thread Rob
Curious, since all my jQuery code is run inside a document.ready block, why would that matter? On Mar 5, 1:20 pm, Charlie Tomlinson wrote: > generally not good practice loading script files before css, reversing the > load sequence in head might help --~--~-~--~~~--

[jquery-ui] Re: problems with UI tabs

2009-03-05 Thread Rob
Jörn > > On Wed, Mar 4, 2009 at 2:24 PM, Rob wrote: > > > I am having problems as well getting UI tabs to work. I have no > > problems with other widgets I use in the same directory (accordion and > > datepicker) but tabs won't work for me at all. I get an unstyled p

[jquery-ui] Re: problems with UI tabs

2009-03-05 Thread Rob
I am having problems as well getting UI tabs to work. I have no problems with other widgets I use in the same directory (accordion and datepicker) but tabs won't work for me at all. I get an unstyled page with the unordered list on top My source code: Tabs test

[jquery-ui] How to allow bookmarking of a tab without moving within the page

2009-02-23 Thread Rob
Assuming the following tabs exist: Home First Page Second Page I would like to make it so when a user selects a tab it changes the hash to the selected tab (example: clicking on first makes the location bar read test.html#first ). I've tried: $("#tabs > ul").tabs(); $("#tabs > ul").bind("tabss

[jquery-ui] Re: Button styling and lack of a visual "clicked" or "depressed" state

2009-02-11 Thread Rob Monie
Excellent. thanks scott On Feb 11, 1:19 am, Scott González wrote: > On Feb 10, 1:55 am, Rob Monie wrote: > > > Hey Todd, > > > I noticed you mentioned primary and secondary buttons and the link you > > gave shows these from a css perspective. I'm unable to s

[jquery-ui] Re: Button styling and lack of a visual "clicked" or "depressed" state

2009-02-09 Thread Rob Monie
ything but the handler function to a button config object. Am I missing something or is this yet to come ? I'd love to see this as I think the concept is a really useful one. cheers, rob On Jan 29, 2:36 pm, Todd Parker wrote: > Hi Bennie - > > The UI library won't automatic

[jquery-ui] Re: dialog problems experienced with new RC6 release

2009-01-31 Thread Rob Monie
ue as well. cheers, rob On Jan 31, 3:34 pm, "Richard D. Worth" wrote: > On Fri, Jan 30, 2009 at 10:34 PM, Rob Monie wrote: > > > I've just started testing against rc6 and noticed the shadow has been > > introduced for dialogs in the release however it's

[jquery-ui] Dialog overlay is too large for screen size

2009-01-30 Thread Rob Monie
ng it as the last call of all of my dialog opening, hoping it would be fixed in subsequent releases of jquery-ui. This is pretty strange behavior but if anyone has any thoughts i'd be most grateful. -rob --~--~-~--~~~---~--~~ You received this message because

[jquery-ui] dialog problems experienced with new RC6 release

2009-01-30 Thread Rob Monie
I've just started testing against rc6 and noticed the shadow has been introduced for dialogs in the release however it's not quite working for me. I have a few dialogs with height of auto and they all exhibit the same behavior. The shadow has a height shorter than the dialog. It is approx the sa

[jquery-ui] Re: plugin incompatibilities could cause problems

2009-01-17 Thread Rob Monie
Thanks for explaining that Jörn. Awesome plugin by the way!! -rob On Jan 18, 3:02 am, Jörn Zaefferer wrote: > The validation plugin overwrote a method introduced in 1.3 (push), > which caused very basic stuff to fail in very weird ways. The update > completely removes that method

[jquery-ui] plugin incompatibilities could cause problems

2009-01-16 Thread Rob Monie
I thought it might be worth a quick mention to save anyone with the same problems I had when I first tried using 1.6rc5. A bunch of really fundamental jquery things stopped working for me when I upgraded. For example, when performing a query like $("#clients li.client") it was only ever returnin

[jquery-ui] Re: selecting a selectable via click

2009-01-16 Thread Rob Monie
Will do. I've done some preliminary testing with the latest rc5 release with jQuery 1.3 and this bug fix in particular is working great for me. Anything else that comes up i'll be sure to submit a test case for. thanks again, rob On Jan 16, 6:48 pm, "Richard D. Worth" wr

[jquery-ui] Re: selecting a selectable via click

2009-01-15 Thread Rob Monie
Ahh brilliant. Thanks Richard! On Jan 16, 12:04 am, "Richard D. Worth" wrote: > Yes, this is a regression > > http://ui.jquery.com/bugs/ticket/3077 > > I'll be taking a look at it today. Thanks. > > - Richard > > On Thu, Jan 15, 2009 at 4:58 AM, Rob Mon

[jquery-ui] selecting a selectable via click

2009-01-15 Thread Rob Monie
Is there some way to turn on the ability for a selectable to select an element via a click rather than requiring a drag of at least one pixel before it gets selected ? I'm pretty sure it used to do this going back a version or two but it seems this behavior has disappeared. cheers

[jquery-ui] Re: Resizing an absolutely positioned element resets it's position. (1.6rc4)

2009-01-13 Thread Rob Monie
olled. thanks, rob Richard D. Worth wrote: > If you could, please put together a minimal test case and enter a bug ticket > here > > http://ui.jquery.com/bugs/newticket (note: requires registration) > > Thanks. > > - Richard > > On Sun, Jan 11, 2009 at 3:31 AM, Rob Monie

[jquery-ui] Resizing an absolutely positioned element resets it's position. (1.6rc4)

2009-01-11 Thread Rob Monie
Hi, I'm not sure whether this should be posted here or as a bug report but i'll start with here. I have a series of absolutely positioned elements that i've tried applying resizable to. When I start the resize by dragging the handle, the element i'm resizing is being repositioned vertically towa

[jquery-ui] Drop onto multiple droppable elements at once ?

2009-01-11 Thread Rob Monie
any ideas or clarification of what the capabilities are around this would be great. cheers, rob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery

[jquery-ui] Current themebuilder crashes browser after multiple style changes

2009-01-11 Thread Rob Monie
Not sure if you're aware of this one... I tried using the current themebuilder implementation today on the jquery ui website and it consistently crashes both ff and safari after approx 15-20 changes to attributes. It appears to get get worse as you go along until it stops responding and finally c

[jquery-ui] Re: themeroller with current ui-release

2008-09-06 Thread Rob Desbois
Guys, For the tabs you need to change the ".ui-tabs-nav-item" CSS rules to ".ui-tabs-nav li". It's a problem with UI themeroller using the wrong classes... --rob On Fri, Sep 5, 2008 at 9:40 AM, CodeOfficer <[EMAIL PROTECTED]> wrote: > > I ran into this to