[jquery-ui] How to open external link in jQuery ui Tabs?

2009-12-30 Thread Paul
I'm wondering if there's a simple way to allow a few tabs to open an html document existing on the server instead of only loading the selected tab. What do I need to do to make this function correctly? -- You received this message because you are subscribed to the Google Groups "jQuery UI" group

Re: [jquery-ui] Re: SlickGrid updates

2009-11-25 Thread Paul Bakaus
lightly bigger. I'll look into that. > All the formatters and editors in slick.editors.js are just sample > reference implementations - they are not part of SlickGrid and you can > implement your own. > > Paul, > Not sure if selectable plugin would be applicable here (if you

Re: [jquery-ui] SlickGrid updates

2009-11-25 Thread Paul Bakaus
le interactions, shift, ctrl select, keyboard, mouse, lasso etc.. Cheers, Paul On Wed, Nov 25, 2009 at 11:35 AM, Tin wrote: > Tons of new features in the last week. > > - Reworked columns. > - Preliminary support for jQueryUI CSS framework. > - More sizing options. > - New optiona

[jquery-ui] Re: Accordion - disabling specific tab

2009-10-15 Thread Paul Bakaus
Dunno if this works, but try "return false" in the changestart function at the end! On Oct 10, 2:39 pm, ziros wrote: > Hello > > I have this code to control the accordion... > my need is that when i press a specific tab lets say Language... i > need to check a boolena flag > if its false, i need

[jquery-ui] Re: more than 1 dialog per page

2009-10-14 Thread Paul Benezra
YEAH!!! - it works awesome - check it out http://legalitservices.com/services.html thanks so much for your help Paul From: jquery-ui@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Richard D. Worth Sent: Wednesday, October 14, 2009 9:11 AM To: jquery-ui

[jquery-ui] Re: more than 1 dialog per page

2009-10-14 Thread Paul Benezra
to view my example Both links open the same dialog box. Below is the code on the web page function ShowDialog() { $("#dialog").dialog("open"); } function ShowDialog() { $("#security").dialog("open"); } Paul -Original Message---

[jquery-ui] more than 1 dialog per page

2009-10-14 Thread Paul
please visit http://www.legalitservices.com/services.html is there a scipt that will allow me to open different dialogs from links on the same page. Paul --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQue

[jquery-ui] Re: Sortables & Droppable together

2009-09-17 Thread Paul Bakaus
Hey Phil, sorry for the delay! Is there any way you could package that whole thing and send it over to me? It seems fairly wired, so that would definitely help with the debugging. Thanks, Paul On Wed, Sep 9, 2009 at 3:47 AM, TriAgency wrote: > > Ok drum roll... > > http://www.t

[jquery-ui] Re: Sortable + IE6 + Doctype + scrollbar = weird behaviour

2009-09-16 Thread Paul
Thanks for the quick reply. I'll submit a ticket asap. Customers staying on IE6 *sighs* ;-) Paul On Sep 16, 3:08 pm, "Richard D. Worth" wrote: > Thanks for the test page. I was able to reproduce this. Please create a > ticket here:http://dev.jqueryui.com/newticket(note:

[jquery-ui] Sortable + IE6 + Doctype + scrollbar = weird behaviour

2009-09-16 Thread Paul
(valid) doctype defined. In other (newer) browsers this works just fine. Here's an example without doctype: http://www.bittersweetlife.nl/test/test-nodoctype.html. It works fine then in all browsers, including IE6. Would this be an IE6 bug? Or a Jque

[jquery-ui] Re: Sortables & Droppable together

2009-09-07 Thread Paul Bakaus
/demos/selectable/draggable.html Cheers! Paul On Sep 4, 4:52 pm, TriAgency wrote: > update, I was mistaken.  I forgot that I got the .cancel to NOT render > the original TRACKS list non sortable.  That is fine, however the > TRACK is still disappearing from the list when I have droppe

[jquery-ui] Re: McAfee

2009-09-03 Thread Paul Bakaus
is a Trojan virus. > > Any quick solutions? > > Thank you > Chris Coleman > > > > -- Paul Bakaus UI Architect @ smart.fm -- http://paulbakaus.com http://www.linkedin.com/in/paulbakaus --~--~-~--~~~---~--~~ You received this message because you

[jquery-ui] Re: Icons problem

2009-09-02 Thread Paul
Thank you both, guys. That did it. Maybe you can add a new class to the jQuery UI CSS framework for a case like this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send ema

[jquery-ui] Icons problem

2009-09-02 Thread Paul
Hi, I can't make jQueryUI icons work. Every time an icon creates two additional line breaks (both in FF and IE), and I can't achieve the same effect as on jqueryui.com website. I simply copied the code to create a button from their themeroller page, but it doesn't seem to work: Open Dialog And

[jquery-ui] Re: Problems with IE8 and ui.sortable

2009-08-03 Thread Paul Bakaus
at they fixed the outside event propagation issue, so maybe that check isn't needed anymore. Can you check if that's the case? Thanks, Paul On Mon, Aug 3, 2009 at 9:39 AM, tobirius wrote: > > Hi List, > > I'm experiencing problems with IE8 and ui.sortable. The sorting s

[jquery-ui] Re: What is the current situation with nested sortables?

2009-07-27 Thread Paul Bakaus
implemented in trunk now. On Mon, Jul 27, 2009 at 11:01 PM, k...@verens.com wrote: > > 'fraid I haven't got a clue. > > maybe best to try as I suggested - load your normal jquery-ui scripts, > and load the patched sortable file next. > > > -- Paul Baka

[jquery-ui] Re: Selectable Enhancements

2009-07-27 Thread Paul Bakaus
This however broke > the ability to single click the items. The new selectables work much better combined with drag & drop, and solve the issue with the single click. I guess the best you can do is check out how I setup this demo: http://jquery-ui.googlecode.com/svn/branches/labs/selecta

[jquery-ui] Re: Is this group even ACTIVE?

2009-07-25 Thread Paul Bakaus
on how > things are done? > > Thanks for your time! Answered above, the best way to learn any sort of framework is to look at implementations, and explore how something is done. Generally though, in order to use jQuery UI, you must have a basic understanding of jQuer

[jquery-ui] This works in IE but not firefox (or any other browser really)

2009-07-02 Thread Paul
}); Any help would be appreciated. Thanks Paul --~--~-~--~~~---~--~~ 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 un

[jquery-ui] Apache 2 Mod_rewrite and Jquery ui tabs

2009-07-02 Thread Paul
ading" being displayed in the tab. The apache logs show a 302 (document moved) error. However, when i just go the the URL directly, the redirect from HTTP to HTTPS happens without issue. Any ideas? Thanks Paul --~--~-~--~~~---~--~~ You received this message becau

[jquery-ui] Re: tabs ui , links and ajax help please

2009-06-26 Thread Paul
his.href); return false; }); } }); Does anyone have any ideas? Thanks Paul On Jun 26, 4:12 pm, Paul wrote: > Hi there, I'm new to the group and i'm hoping someone might be able to > assist me. I only found out that Jquery existed 2 days ago so please > bear with me. T

[jquery-ui] tabs ui , links and ajax help please

2009-06-26 Thread Paul
e="main" div on the index page. Thanks in advance for any help, it's much appreciated. Paul --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email

[jquery-ui] Another Noob question relating to tabs, hyperlinks and ajax

2009-06-26 Thread Paul
v on the original index page? I could handle the css by putting a reference to it in the top of the page (although i'm sure there's a better way) but that still doesn't help me to keep it within title=main as detaileed above. Thanks in advance for any help, it's much appreciated.

[jquery-ui] Re: Themeroller - downloading a custom theme seems to be broken

2009-06-17 Thread Paul Thiel
m all set with experimenting here -- this process is good enough for now; I have to get some real coding done. Thanks. On Jun 17, 10:47 am, Paul Thiel wrote: > Now I a really confused.  It is back to not working at all again, all > items selected, no items selected; this has to be a coo

[jquery-ui] Re: Themeroller - downloading a custom theme seems to be broken

2009-06-17 Thread Paul Thiel
ve to get this theme created, edited and downloaded today. On Jun 17, 10:40 am, Paul Thiel wrote: > OK ... so deselecting all download components failed and download the > standard smoothness theme and NOT my custom theme.  So the interim > workaround here may be to select all, or at least

[jquery-ui] Re: Themeroller - downloading a custom theme seems to be broken

2009-06-17 Thread Paul Thiel
can download > updated custom themes fine.  I'm assuming there was a fix made to the > ThemeRoller. > ~Ken > > On Jun 16, 3:05 pm, Paul Thiel wrote: > > > Hey ken, for what it's worth, I am actually selecting NO files for > > download, although I have tried many

[jquery-ui] Re: Themeroller - downloading a custom theme seems to be broken

2009-06-17 Thread Paul Thiel
ter making this post.  Now I can download > updated custom themes fine.  I'm assuming there was a fix made to the > ThemeRoller. > ~Ken > > On Jun 16, 3:05 pm, Paul Thiel wrote: > > > Hey ken, for what it's worth, I am actually selecting NO files for > > downlo

[jquery-ui] Re: Themeroller - downloading a custom theme seems to be broken

2009-06-17 Thread Paul Thiel
Oooh... I'll try again. Thanks. On Jun 17, 9:42 am, ken wrote: > Hi all, I tried again after making this post.  Now I can download > updated custom themes fine.  I'm assuming there was a fix made to the > ThemeRoller. > ~Ken > > On Jun 16, 3:05 pm, Paul Thiel wr

[jquery-ui] Re: Themeroller - downloading a custom theme seems to be broken

2009-06-16 Thread Paul Thiel
Hey ken, for what it's worth, I am actually selecting NO files for download, although I have tried many permutations to try and get the custom theme to come down instead of the default smoothness. On Jun 16, 11:39 am, khinester wrote: > On 16 juin, 16:28, ken wrote: > > > > > Hi JQuery, > > I n

[jquery-ui] Re: Themeroller - downloading a custom theme seems to be broken

2009-06-16 Thread Paul Thiel
I too am desperately trying to get this to work. I have created a new theme and selected Download three or four times. I have tried selecting all files for download, no files for download, some files for download, adding a custom theme folder. Regardless, every download results in the same defau

[jquery-ui] Re: Old jQueryUI Demo Page

2009-05-28 Thread Paul DelRe
I'm looking for an effect like the flash object on http://www.emc.com/ On May 27, 4:32 pm, GaVrA wrote: > Can you post some demo page or something? > > Maybe something from here: > > http://www.arvag.net/test/jquery/ > > On May 27, 8:25 pm, Paul DelRe wrote: > >

[jquery-ui] Old jQueryUI Demo Page

2009-05-27 Thread Paul DelRe
I think I remember on the old jQueryUI demo page that they had like a cover like scroller. I'm now looking for that kind of functionality. Does that old demo page still exist or a plugin/feature handle that functionality? Trying not to use flash for this because I know I've seen it done before.

[jquery-ui] Re: Multiple Select Dates in one Calendar

2009-05-12 Thread Paul Russo
Sorry about that, thanks for the suggestion I actually got sent to this group from one of their developers. They have about the most extensive datepicker I have found. May have to do some more exploring. Thanks again Paul On May 12, 8:23 am, Fontzter wrote: > The L was missing from the end

[jquery-ui] Multiple Select Dates in one Calendar

2009-05-11 Thread Paul Russo
Basically I am trying to let the user select up to 3 dates on a single calendar for when an even would repeat. Pretty much exactly this example: http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerMultipleLimit.htm I would use it but it is not nearly as reliable as the jquery UI

[jquery-ui] Re: Problem with nested Draggables and Droppables in IE

2009-05-05 Thread Paul F
ven the correct work around, but it seems to work for me. Paul On May 5, 9:32 am, derlux81 wrote: > Hi! > > I encountered a problem while i was trying to create two DIV's which > are draggable. In Firefox 2 everything works properly but in IE > strange things happen. If I drag th

[jquery-ui] Trouble with multiple drags in IE(6,7,8)

2009-05-05 Thread Paul F
x27;m not sure of the policy for code on the forum, but I've pasted a test case and a diff below. Thanks, Paul http://www.w3.org/ TR/html4/strict.dtd"> jQuery multiple drag test http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/</a> jquery.js"> http://aja

[jquery-ui] Re: jQuery UI Tabs trouble

2009-05-04 Thread Pinoy Paul
tions? Thanks! On May 1, 9:40 am, Klaus Hartl wrote: > You simply cannot disable a selected tab. You'd had to unselect it > first, for that the collapsible option has to be set to true. > > --Klaus > > On 1 Mai, 09:29, Pinoy Paul wrote: > > > After initializing

[jquery-ui] Re: datepicker('dialog') option not working when onSelect is defined

2009-05-01 Thread Paul T.
introducing me to jsbin.com... great resource. Thanks. Paul On May 1, 4:37 pm, Fontzter wrote: > Paul, > > Could you toss up a quick example onhttp://jsbin.com > > It would be easier to debug that way. > > Thanks, > > Dave --~--~-~--~~~---

[jquery-ui] Re: datepicker('dialog') option not working when onSelect is defined

2009-05-01 Thread Paul T.
Dave, Thanks for the reply... I already have that in my element and still does not work (thus why it is so puzziling to me)... Here is what my element looks like: Thanks. Paul On May 1, 4:02 pm, Fontzter wrote: > Try setting the href on your ele to return void: > > href="j

[jquery-ui] Re: datepicker('dialog') option not working when onSelect is defined

2009-05-01 Thread Paul T.
{dateFormat: 'yymmdd'}, [200, 200]); I basically "queue" up my method for execution after returning to datepicker. On May 1, 3:12 pm, "Paul T." wrote: > Problem: when a date is selected (via mouse) the page is redirected to > '#&#x

[jquery-ui] datepicker('dialog') option not working when onSelect is defined

2009-05-01 Thread Paul T.
Problem: when a date is selected (via mouse) the page is redirected to '#'. Code is: $(ele).datepicker( "dialog", '', getEvents, {dateFormat: 'yymmdd'}, [200, 200]); 'ele' is an element I have on the page. my 'get

[jquery-ui] jQuery UI Tabs trouble

2009-05-01 Thread Pinoy Paul
After initializing the tab set (all disabled by default). I click on a few buttons to advance the menu system. All works fine so far. Then I want to go back to a previous tab and disable the tabs after it. All the tabs get disabled EXCEPT for the the one I WAS on. I am having trouble disabling

[jquery-ui] Re: How to get the UI.draggable Scope

2009-04-16 Thread Paul Hutson
.attr("StartLocation", "Cargo"); //which I now realise is something like what you suggested Richard. I hope that helps someone else out there! Regards, Paul --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[jquery-ui] Re: datePicker z-index - Need Topmost

2009-04-12 Thread Paul T.
Just posted this in another discussion... I'm using jquery ui 1.7 The trick is to capture the datepicker before show and change the z- index on it... here is the code I'm using.. .datepicker({ beforeShow: function (i, e) { var z = jQuery(i).closest(".ui-dialog").css("z-i

[jquery-ui] Re: Dialog + DatePicker = FAIL

2009-04-12 Thread Paul T.
to be done every time the datepicker is opened (thus why bound to the event) because dialog() continually changes the z-index of the overlay and dialog itself. I might also use the onClose option to reset the value on the datepicker element. More on the events here: http://jqueryui.com/demos/dat

[jquery-ui] Dialog title bar not sized correctly in IE when width: 'auto' applied to dialog.

2009-04-03 Thread Paul Thiel
I am using jQuery UI 1.7. The title bar in the dialog is not being sized correctly in IE when the dialog is initialized with width: 'auto'. It is compressed down to the length of the title text and then overlaid by the close button. As soon as you give the dialog an explicit width, the problem

[jquery-ui] Dialog title bar formatting in IE7

2009-04-03 Thread Paul Thiel
I am using jQuery 1.7 UI and I have noticed that the title bar formatting on the dialog is not the same as in the Mozilla based browsers. Looking at the generated widget CSS etc., it looks as though the bottom margin on the span.ui-dialog-title is being collapsed due to the fact it is floated lef

[jquery-ui] Re: Keeping a dialog *almost* on top

2009-04-03 Thread Paul Malan
ow. Any experience that might help me understand better? Paul On Apr 3, 11:18 am, Paul wrote: > I'd like to be sure a Superfish menu is always visible, even above a > UI Dialog element. I'm guessing the Dialog plugin checks to be sure > its z-index is always the highest, a

[jquery-ui] Keeping a dialog *almost* on top

2009-04-03 Thread Paul
I'd like to be sure a Superfish menu is always visible, even above a UI Dialog element. I'm guessing the Dialog plugin checks to be sure its z-index is always the highest, and I wonder how I might change it to settle for being second-to-the-top instead of the very top element. tha

[jquery-ui] Re: dialog close()

2009-04-02 Thread Paul Malan
. That's probably a better way of doing things, anyway, so I shan't complain! Thanks for taking time to respond, Scott. -Paul On Apr 2, 1:46 pm, Scott González wrote: > The close event does occur after the dialog has closed.  The flag for > whether or not the dialog is open g

[jquery-ui] dialog close()

2009-04-02 Thread Paul
at .dialog('isOpen') always returns true. If the provided "close" function is not the means to perform a task after a dialog closes, what is the best way to approach the task? Thanks in advance for your time. Paul --~--~-~--~~~---~--~~ You receive

[jquery-ui] Re: How to get the UI.draggable Scope

2009-04-01 Thread Paul Hutson
cation : " + $item.data ("location")); // shows new loc CargoHanger(); }); }; // but the item is added with the old value??!?!?!?! Any help on this would be appreciated before I do it the other way :) TIA, Paul On Mar 30, 12:45 pm, Pau

[jquery-ui] Re: How to get the UI.draggable Scope

2009-03-30 Thread Paul Hutson
ver, when it appends it to the cargo, it's still saying it's a "hanger" item (as in, it's still a $('li',$Hanger).draggable, rather than now being something in the cargo lot). Any ideas on how to get it to be associated with the cargo draggables, rather than t

[jquery-ui] Re: How to get the UI.draggable Scope

2009-03-28 Thread Paul Hutson
alue") > > - Richard > > On Fri, Mar 27, 2009 at 10:57 AM, Paul Hutson > wrote: > > > > > > > Richard, > > > Fantastic - just what I was looking for! > > > I now know where the item starts.. however, when it gets to the new > > l

[jquery-ui] Re: How to get the UI.draggable Scope

2009-03-27 Thread Paul Hutson
) == "Cargo"; //this was how I've been trying to reassociate it.. but no joy. }); }; Any ideas? Tia, Paul On Mar 27, 11:02 am, "Richard D. Worth" wrote: > Something like this, perhaps? > > $("#draggable").draggable({ >   sta

[jquery-ui] Re: How to get the UI.draggable Scope

2009-03-27 Thread Paul Hutson
I want to be able to read that variable back... Any ideas on that front? TIA, Paul Hutson On Mar 26, 11:44 pm, Shedokan wrote: > If your'e calling it inside a function of the draggable so you can use > $(ui.draggable).draggable('option', 'scope') because there is no

[jquery-ui] Drop Shadow not working in theme

2009-03-26 Thread Paul P
shadow and the green colour). So the theme is correctly downloaded. But there the divs with the classes ui-widget-shadow and "ui-widget-overlay" are manually added. This should be done by the dialog, not by me manually. Can you please help me to display the drop shadow effect? Is that a bug or

[jquery-ui] Re: Still missing menu?

2009-03-26 Thread Paul
ization: > > http://wiki.jqueryui.com/Prioritizing-plugins > > That won't say which release it will be in, or how long it will take to > complete the design and development. But it will give you an idea of where > it fits amongst the other top priorities of the team. > &g

[jquery-ui] Still missing menu?

2009-03-26 Thread Paul
I can see archived discussions of a planned addition to UI that would include standard menu functionality. Posts in this group last fall alluded to a probably December inclusion for the menu, but it seems to be absent yet. Any update on that? It seems to surprise everyone that it doesn't exist.

[jquery-ui] Re: How to get the UI.draggable Scope

2009-03-26 Thread Paul Hutson
As a bit of an addon... the thing I really want to do is find out draggable objects origin location is. --~--~-~--~~~---~--~~ 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

[jquery-ui] How to get the UI.draggable Scope

2009-03-26 Thread Paul Hutson
[object Object] - now, I think I'm being a bit thick here... but I've tried .val() and .Val() with no joy... .. if anyone could give me a poke in the right direction it'd be really appreciated. TIA, Paul Hutson --~--~-~--~~~---~--~~ You received this m

[jquery-ui] Re: UI Dialog buttons need more control / theme options

2009-03-20 Thread Paul Thiel
Well ... I think I did! I have tried twice now to post to the other thread, and it is either failing or just taking a long time to show (posts here show immediately). I'll leave it for a while and see if it shows o.O On Mar 15, 6:08 pm, Scott González wrote: > Hi Paul, > > The

[jquery-ui] Re: UI Dialog buttons need more control / theme options

2009-03-20 Thread Paul Thiel
Thanks Scott ... I have added some feedback to the post you cited in the trac ticket. On Mar 15, 6:08 pm, Scott González wrote: > Hi Paul, > > The CSS framework was added very late in the release cycle and > dialog's button option hasn't been updated yet to fully take adv

[jquery-ui] Re: Why draggable cursor couldn't work properly for handle option !

2009-03-13 Thread Paul Bakaus
. Any > suggestions or help would be more appreciated. > > $("#row-1 .container >.hroot,#row-1 .container >.vroot").draggable > ({cursor:"move",handle:".optionbar",containment:$("#row-1").length ? > "#row-1" :"do

[jquery-ui] Re: Drag - Drop - with Layers

2009-03-12 Thread Paul Hutson
not dropped, the item will revert back to its initial position helper: 'clone', // clone the item cursor: 'move', // move cursor zIndex: 1, // set the zindex of the cloned object appendTo: 'body' // add the object to the body - not forget

[jquery-ui] Re: Drag - Drop - with Layers

2009-03-12 Thread Paul Hutson
e the zindex they're on }); However, thinking about it - it's not the draggable that is causing the problem really, it's the clone. Is there a way to set the zIndex of the clone when it moves? Regards, Paul --~--~-~--~~~---~--~~ You received t

[jquery-ui] Drag - Drop - with Layers

2009-03-11 Thread Paul Hutson
layer (div wise), moving right to left works fine... Any ideas at all as to what the problem could be would be much appreciated - is there a bug with layers in the draggable interface? Thanks in advance, Paul Hutson p.s. As you can see, I'm building a game using an awful lot of Jquery :) --

[jquery-ui] Re: UI Dialog buttons need more control / theme options

2009-03-10 Thread Paul Thiel
standpoint. What plans are afoot to try and remedy these shortfalls moving forward? Thanks; Paul. On Mar 9, 8:28 pm, Steven Black wrote: > Hi Paul, > > > If I am fundamentally missing something, please--point me in the right > > direction.  Otherwise, I would love your feedb

[jquery-ui] UI Dialog buttons need more control / theme options

2009-03-09 Thread Paul Thiel
Hi guys. I have been build a fairly complex purchase flow (cart) using the UI Dialog (1.6rc6 and now 1.7), and I have been struggling with the buttons option. First, while a theme specifies Interaction Cues for the buttons (secondary, primary etc.), these are not configurable within the buttons

[jquery-ui] Re: jQuery UI 1.7: Dialog: Shadow layer/css is missing

2009-03-07 Thread Paul Thiel
issues... what browsers were giving you trouble and in what way was the extra div/markup causing the problem? Was it in calculating the properties (size/location) etc.? Cheers; Paul. On Mar 6, 6:25 pm, Todd Parker wrote: > Hi Paul - I think this shadow was pulled from the final 1.7 rele

[jquery-ui] Re: jQuery UI 1.7: Dialog: Shadow layer/css is missing

2009-03-07 Thread Paul Thiel
shadow from the dialog completely at the current time. I hope its back soon, it really does make a big difference to the aesthetics of the overall dialog/theme. Cheers; Paul. On Mar 6, 4:44 pm, BenV wrote: > Hi Paul, > > I am having the same issue but did find at least this regarding the

[jquery-ui] jQuery UI 1.7: Dialog: Shadow layer/css is missing

2009-03-06 Thread Paul Thiel
Hi. I have just migrated from 1.6rc6 to 1.7 and noticed that the shadow is missing from my modal dialogs. Inspecting the markup generated under 1.6rc6, I see the following div: Inspecting the markup under 1.7, that div is missing entirely and there is no shadow on the dialog as a result. Was

[jquery-ui] Re: Script dependency order

2009-02-27 Thread Paul Carey
> It's neither recommended nor supported. Whether it works or seems to work > today is kind of tangential to those two. Looks like I have some work to do so. Thanks for clarifying. Paul --~--~-~--~~~---~--~~ You received this message because you are

[jquery-ui] Script dependency order

2009-02-27 Thread Paul Carey
Hi I'm including the script for the datepicker before ui.core. Something like this ... ... This seems to work fine, but I was hoping someone could clarify that it's ok to link to the datepicker out of strict dependency order? Th

[jquery-ui] Re: [jquery-dev] [SUGGESTION] use google ajax api on demo pages

2009-02-23 Thread Paul Bakaus
versions. This is pretty much the reason we can't use it right now. However, we might definitely explore this solution as soon as 1.7 is out, since then we can make use of it. > > > Alexandre > > > > -- Paul Bakaus

[jquery-ui] Re: Sortable - Allow only 1 item to exist in the connected list. Returning previous item to other list.

2009-02-23 Thread Paul Bakaus
; > ++ > | Item 1 | > ++ > | Item 2 | > ++ > | Item 3 | > ++ > | Item

[jquery-ui] Re: explode and implode effect

2009-02-23 Thread Paul Bakaus
nt).ready(function(){ > > > $("div").mouseover(function () { > $(this).effect("explode", {}, 1000); > >}); > > $("div").mouseout(function () { > $(this).effect("implode", {}, 1000); > }); The implode effect is no

[jquery-ui] Re: Toggle callback destroyed by UI effects?

2009-02-19 Thread Paul Bakaus
This has been fixed as of r2109. Thanks. On 19 Feb., 04:39, Scott González wrote: > I've created a ticket for this:http://dev.jqueryui.com/ticket/4181 > > As a temporary workaround you can pass an empty hash as the second > parameter: > > .toggle("slide", {}, function() { alert("hey"); }); > > O

[jquery-ui] Re: Why get rid of the handle option for things like the slider...?

2009-02-17 Thread Paul Bakaus
n Tue, Feb 17, 2009 at 5:28 AM, ChromoX wrote: > > In a few of my projects I need different handles for the slider and > with the newest jQuery UI you guys have taken it out. I was wondering > if you guys might re add it back? > > > > -- Paul Bakaus UI Architect

[jquery-ui] Re: jQuery UI Support on the iPhone

2009-02-17 Thread Paul Bakaus
ty simple. > > > Nick > > On Feb 15, 12:20 pm, Paul Bakaus wrote: > > On Fri, Feb 13, 2009 at 8:17 PM, jason kuhn > wrote: > > > > > Hi all, > > > > > I've came up with a solution to allow most of the UI widgets that > > > de

[jquery-ui] Re: jQuery UI Support on the iPhone

2009-02-17 Thread Paul Bakaus
just not enough space available to have the datepicker side-by-side with the input. I would probably load it full screen as overlay if you click the input or something. How about event.preventDefault() on the input? Is it not blocking the keyboard? > > > On Feb 15, 7:20 am, Paul Bakaus wr

[jquery-ui] Re: BUG: JQuery UI - Sortables FF3

2009-02-16 Thread Paul Bakaus
If that's still an issue, could you file a bug ticket for it on http://dev.jqueryui.com , so it's guaranteed it's not getting lost? Thanks! Paul On Thu, Feb 5, 2009 at 9:15 PM, phats wrote: > > I am using version 1.6rc6, and I still have this problem. Has this >

[jquery-ui] Re: jQuery UI Support on the iPhone

2009-02-15 Thread Paul Bakaus
ance issues on the actual device though right now. They're mainly related to the offset function (iPhone doesn't support getBoundingClientRect), and more importantly, the triggering of custom events. I'll work on both. Jason, feel free to t

Re: [FIXED] Re: [jquery-ui] 1.6b -> 1.6rc2: draggable no longer works.

2009-02-15 Thread Paul Bakaus
t() to createHelper to pass the e variable.. > My proverbial little brother coulda done it.. > > But i think i found a small bug in 1.6rc2. Please correct me if i'm wrong. > > > > > -- Paul Bakaus UI Architect -- http://paulbakaus.com http://www.linkedin.com/in/pau

[jquery-ui] Re: Using jQuery for ANT Browser for embedded devices...

2009-02-13 Thread Paul Bakaus
I once did a project with ANT Galio, but I'm not sure if I used jQuery. ANT Galio's architecture unfortunately is very different from most others, and sometimes very buggy. I suggest trying it out with a desktop version of Galio. Cheers, Paul On Thu, Feb 12, 2009 at 8:07 PM, Ro

[jquery-ui] Re: stuck on sortable('serialize')

2009-02-09 Thread Paul Bakaus
This should work fine. Can you please test using the latest release candidate (1.6rc5)? Thanks, Paul On Sun, Feb 8, 2009 at 7:06 AM, Jeff Larkin wrote: > > Hi all. I've looked through several threads in this group and various > documentation and blog posts, but I still can'

[jquery-ui] Re: Dialog opening behaviour in 1.6 - potential regression

2009-02-04 Thread Paul Carey
> What you want to do is initialize the dialog outside of the > click event and set theautoOpen option to false. Then > always use .dialog('open') to open the dialog. I'm now using this approach successfully. Many thanks. Paul --~--~-~--~~~-

[jquery-ui] Re: .sortable() "update"

2009-02-03 Thread Paul Noden
On Feb 2, 6:23 pm, "Richard D. Worth" wrote: > Can you confirm which versions of jQuery and jQuery UI you are using. The > behavior you've described (callbacks not firing) is usually due to > incompatible versions. Note: > > stable release, jQuery UI 1.5.3 is only compatible with jQuery 1.2.6 > p

[jquery-ui] Re: Docs for required versus optional

2009-02-02 Thread Paul Bakaus
header is "Dependencies", and that never includes the actual used widget. > > > > > -- Paul Bakaus UI Architect -- http://paulbakaus.com http://www.linkedin.com/in/paulbakaus --~--~-~--~~~---~--~~ You received this message because you are

[jquery-ui] Re: jQuery UI Sortable... Placeholder size.

2009-02-01 Thread Paul Bakaus
alled 'forcePlaceholderSize'. Set it to true, that should do the job for you. Cheers, Paul On Sat, Jan 31, 2009 at 6:57 PM, frejraah...@gmail.com < frejraah...@gmail.com> wrote: > > Hi, im currently working with the sortable functionalities in jQuery, > an has stumbled upon an issue t

[jquery-ui] Re: sortable list items to droppable trash

2009-02-01 Thread Paul Bakaus
; > accept: '.listitem', > > > drop: function(event, ui) { > > >$(ui.draggable).remove('.lisitem'); > > > } > > > }); > > > > > $('#accordion').accordion({ > > > header: 'div.accordion_tit

[jquery-ui] Dialog opening behaviour in 1.6 - potential regression

2009-01-31 Thread Paul Carey
dialog("open"); } but such usage doesn't strike me as being idiomatic jQuery. Test case below. Best regards Paul http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/</a> jquery.min.js"> http://ui.jquery.com/repository/tags/testing/ui/</a> minified/jquery.

[jquery-ui] Re: jQuery UI 1.6rc6 has been released

2009-01-30 Thread Paul Bakaus
xample, not when I > release the mouse button). > It's a bit annoying. > > I would report it in the track, but the "version" field is not > updated. It's up to rc5. Updated, thanks for the hint. > > > > > > -- Paul B

[jquery-ui] jQuery UI 1.6rc6 has been released

2009-01-30 Thread Paul Bakaus
r the development bundle, or http://www.jqueryui.com/download for a configured download. It's very important you help us find any blockers before rolling it out as final. If you find something, please report the issue in our bug tracker at http://dev.jqueryui.com. Thanks a lot! Paul -- Paul

[jquery-ui] Re: jQuery UI download .zip invalid?

2009-01-30 Thread Paul Bakaus
Works fine for me, even using the native unzip function of Windows XP. Could you try again, and if it's still not working, giving us more information about the download and your system? Thanks, Paul On Fri, Jan 30, 2009 at 3:53 AM, ChrisP wrote: > > After d/l the jQuery UI .zip f

[jquery-ui] Re: Containment issue when using draggable/resizable and positioning container.

2009-01-29 Thread Paul Bakaus
Hi there, I'm confident this might have been one of the issues we've fixed recently. We'll release a new version 1.6rc6 today, could you check against and see if it still happens? Thanks a lot, Paul On Fri, Jan 23, 2009 at 4:17 PM, fakingfantastic wrote: > > Apologies if I

[jquery-ui] Re: Nested Sortables using 1.6rc5

2009-01-29 Thread Paul Bakaus
lows up > > The top-level sorts still work fine - but when you attempt to sort the > children, the top level element is now being moved, as well - and the > children are being moved exponentially far, from the looks of it. This was an event propagation issue that has been fixed recently. It

[jquery-ui] Re: jQuery UI widget tutorial updated

2009-01-28 Thread Paul Bakaus
t; I agree. It'd be nice if those were consistent with the rest of jQuery. > > > -- Paul Bakaus UI Architect -- http://paulbakaus.com http://www.linkedin.com/in/paulbakaus --~--~-~--~~~---~--~~ You received this message because you are subscrib

[jquery-ui] Re: SVG shapes or closed paths as draggable containment?

2009-01-28 Thread Paul Bakaus
That's currently not possible unfortunately. Feel free to add it as feature request to our bug tracker at http://ui.jquery.com/bugs. Cheers, Paul On Wed, Jan 28, 2009 at 12:23 AM, Leeoniya wrote: > > can a non-rectangular (or any for that matter) SVG shape be used as a > draggab

[jquery-ui] Re: Clicking on a selected Tab

2009-01-25 Thread Paul Selibas
I have figured out my first problem. I should use the show event and not the select event. The show event fires when the page is loaded. I am just saying this to let other ppl know. In my opinion the select method should also fire. --~--~-~--~~~---~--~~ You received

  1   2   3   >