datepicker.parseDate
Hi, I have a curious problem with datepicker.parseDate: $.datepicker.parseDate('dd/mm/yyyy', '22/04/2010');generates this error in the FireBug console: uncaught exception: Missing number at position 10 Curiously, with this format, there is no position 10 (0-based indexing) However, adding a 0 at position 10, like this: $.datepicker.parseDate('dd/mm/yyyy', '22/04/20100'); does not generate an error, but it does not parse the date correctly either: Sat Apr 22 2000 00:00:00 GMT+0200
jQuery Dialog difference between 1.7.2 and 1.8.0
There seems to be a change between the way jQuery UI Dialog boxes position is handled between 1.7.2 and 1.8.0. In 1.7.2, if you position a dialog box to be off screen the browser will have scroll bars and the dialog box will be where you put it. In 1.8.0, if you position a dialog box to be off the screen it puts it on the right most edge of the viewable area of the browser. I can see the use case for both, but updating broke some functionality. Is there a way to have 1.8.0 act like 1.7.2. I have
Problem with draggable/droppable when droppables are inside scrollable div
Hi, I have droppable elements inside a DIV. This is a scrollable DIV as lot of droppable elememnts (ui) are there. The drop accept begins even after a draggable item is dropped below this scrolling DIV. Note that, item is dropped even no droppable is visible (since, they are actually in DIV with scrollbar). Can anybody please look into this problem? Sample is there at, http://jsbin.com/asatu3/3 In above sample, drag (Record 1, Record 2...) from left list to the right list which is scrollable. This
Can't use themeroller
I've been trying to download a custom theme this morning and it isn't working. It keeps going to a text response page that says "Absolute file does not exist: srv/........." and it lists a lot of files that way. Here is my TR link: http://jqueryui.com/themeroller/#ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=033649&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=036564&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=B3C2C7&fcContent=222222&iconColorContent=222222&bgColorDefault=CDB380&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=000000&iconColorDefault=888888&bgColorHover=E8DDCB&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=ffffff&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
Layout troubles with latest version of datepicker
I'm having layout troubles when using a datepicker with UI version 1.8.1 and jQuery 1.4.2 when trying to migrate from the previous versions of both UI and jQuery. This is a very simple demo of the problem: http://users.telenet.be/DrakeAvatar/datepicker.html I've attached a screenshot too. I've tested this on Mac/Firefox and Mac/Chrome, but I'm pretty sure this occurs on other platforms too. For now, I suppose I'm stuck with using the previous version of UI. Drake
JQuery UI
Hello, impossible de joindre l'URL de JQuery UI message du Serveur affiché : Welcome to nginx!
Disable/Enable button with Internet Explorer
Hello, i'm new in using jquery, and new in using this forum :p i've tried to search but i haven't found something useful about this... I found a problem with using the ui button and internet explorer...i've a checkbox that is enabled and disabled by another button. This in firefox and chrome works fine, but in internet explorer don't go. The checkbox get disabled but when i try to reactivate it, don't works! It remains disabled... There's someone that has solved this problem? How i can do it? Or
jqueryui dialog and ie6 not allowing typing inside form.
If anyone has IE6 and goes to http://www.ashcreek.ca and tries to login, you'll notice you can't type in any of the fields. I use the jQueryUI dialog, and include a form in the box, then validate it with jquery.validate. In all the other browsers I don't have any problems, but (surprise) in IE6, text can't even be typed into the fields. Any thoughts, has someone seen this before? I should mention, that the inability to type happens before form validation, which happens on the ok button function.
Some features don't works in custom builds
Hello! I'm using jQuery Download Builder and build my own packages. But in the downloaded package the dialogs can't be draggable, and/or resizable. But everything works fine if i add this additional js to the code: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script> I can't find any description about this issue in the documentation. I'm doing some things wrong?
Dialog position only correct after first call?
I use the 1.8(rc3) UI plugin in combination with jQ 1.4.2 and i have a page with 3 different modal dialogs. To fullfill the requested redesign of the modal i need a dropshadow underneath the dialog box, which i solve by creating and positioning a box within the .ui-widget-overlay with the shadow image included. My dialogs are set autoOpen: false and when I click my calling anchor, the first time the dialog appears, it places the shadow on the right position but not the dialog. I have to close the
Sortable with an iframe breaks in Firefox but not other browsers
The attached zip file is a working drag and drop demo that uses sortable and connected lists to allow boxes to be dragged around on the page. My <ul> lists contain <li> items. Within the <li> items are <div> items. In one case, within the <div> is an <iframe> that holds a picture. There is odd behavior, for Firefox only, when you drag a different box/div across the box/div that contains the <iframe>. I'm using a handle for clicking and dragging a box. The problem is this: while dragging within
Autocomplete Positioning
Hi all, Since I upgraded from ui 1.8 rc3 to 1.8 I have noticed a little inconsistency in the way the autocomplete is placed on the page. It sometimes causes the <ul> which contains the list of suggested items to be one pixel too high and to the left. The weird thing is that it only occurs every second time the autocomplete is shown. The first time I show the autocomplete it is correctly positioned, the second time it is one pixel to the left, the third time it is correctly positioned again, etc...
ui.all.css missing for jQuery UI v1.8 on Google CDN
I've been using the themeroller with the switcher tool pulled from Google's CDN successfully with v1.72. Can we get the file "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/ui.all.css" posted???? Firebug reports it as missing although everything seems to render okay, go figure?? Thanks, new 1.8 version is great! Marv
Dialog Position - don't extend below viewport
I want to open a dialog so that the top of the dialog is just below where the person clicked their mouse - so the click event has this: $('#dialog').dialog({ autoOpen:false, modal:true, width:740, closeOnEscape:true, resizable:false }); $('foo').click(function(event) { $('#dialog').dialog('option','position',[(event.clientX - 90), (event.clientY + 30)]); $('#dialog').dialog('open'); });In my case, the dialog is larger than the viewport - and I *do* want it to extend
Dialog animation on Firefox 3.6 [SOLVED]
Opening a Dialog with the options "show: 'scale'" and "hide: 'scale'" is not working on Firefox 3.6. I'm using Fedora 12 64 bits, and Firefox 3.6 64 bits. Google Chrome 64 bits is working well. Thanks.