r2379 - /branches/dev/toolbar: added Jason Iles toolbar from http://daersystems.com/jquery/toolbars/
Author: rdworth Date: Wed Mar 25 05:12:20 2009 New Revision: 2379 Added: branches/dev/toolbar/demos/toolbar/ branches/dev/toolbar/demos/toolbar/default.html (contents, props changed) branches/dev/toolbar/demos/toolbar/index.html (contents, props changed) branches/dev/toolbar/tests/static/toolbar/ branches/dev/toolbar/tests/static/toolbar/default.html (contents, props changed) branches/dev/toolbar/tests/unit/toolbar/ branches/dev/toolbar/tests/unit/toolbar/toolbar.html (contents, props changed) branches/dev/toolbar/tests/unit/toolbar/toolbar_core.js
Test Suite
I'd like to propose adding jQuery core's test suite to our full test suite since we change some core behavior. I'd like to only write tests for our new behavior and then verify that we haven't broken any old behavior. Thoughts?
Improvement for z-index datepicker / other absolute positioned objects
Hi, First of all, i am not a JQuery Developer, but i was directed to this list. I will keep this question short, and if this should be a ticket/bug report or something, please reply. I see that that when the datepicker is created, it automatically receives the z-index value of 0. Some webapps, like mine, Already have a layered system, so that f.e. the content div may have z-index value of 1. This results in being the datepicker being rendered under the content layer, which is not what it is meant
r2378 - labs: implemented trigger option (default: click), for browsers that don't support transf...
Author: paul.bakaus Date: Wed Mar 25 02:57:53 2009 New Revision: 2378 Modified: branches/labs/source/ui.coverflow.js Log: labs: implemented trigger option (default: click), for browsers that don't support transforms, a better fallback is used. Fixed reflow issue by triggering scroll at the end of the animation. Modified: branches/labs/source/ui.coverflow.js ============================================================================== --- branches/labs/source/ui.coverflow.js (original) +++ branches/labs/source/ui.coverflow.js Wed
r2383 - mime-type
Author: rdworth Date: Wed Mar 25 09:20:50 2009 New Revision: 2383 Modified: tags/1.5.3/demos/real-world/image-cropper/real-world.css (props changed) Log: mime-type
r2382 - mime-type
Author: rdworth Date: Wed Mar 25 09:19:41 2009 New Revision: 2382 Modified: tags/1.5.3/demos/real-world/image-cropper/index.html (props changed) Log: mime-type
r2381 - merged to /branches/1.6, trunk r2162 - Resizable - Resizable: displacement of element (in...
Author: scott.gonzalez Date: Wed Mar 25 06:25:10 2009 New Revision: 2381 Modified: branches/1.6/ui/ui.resizable.js Log: merged to /branches/1.6, trunk r2162 - Resizable - Resizable: displacement of element (in case of constraint resize area) - Fixed #4217 Modified: branches/1.6/ui/ui.resizable.js ============================================================================== --- branches/1.6/ui/ui.resizable.js (original) +++ branches/1.6/ui/ui.resizable.js Wed Mar 25 06:25:10 2009 @@ -713,6
Moving existing DOM elements
01234567890123456789012345678901234567890123456789012345678901234567890123456789 I've noticed in ui.tabs) that existing DOM elements are being moved. - ui.tabs (1.7.1) - lines 451-464: a search is performed to locate any existing element and it is then moved via appendTo() or insertBefore(); Is this the intended behavior? I ask because designers MAY have place DOM elements in specific containers for styling, and moving them automatically could cause presentation issues. Wouldn't it be better not
r2380 - toolbar visual test: fixed title
Author: rdworth Date: Wed Mar 25 05:13:12 2009 New Revision: 2380 Modified: branches/dev/toolbar/tests/visual/toolbar/default.html Log: toolbar visual test: fixed title Modified: branches/dev/toolbar/tests/visual/toolbar/default.html ============================================================================== --- branches/dev/toolbar/tests/visual/toolbar/default.html (original) +++ branches/dev/toolbar/tests/visual/toolbar/default.html Wed Mar 25 05:13:12 2009 @@ -1,7 +1,7 @@ <!doctype html>
r2377 - created toolbar dev branch from trunk as of r2354
Author: rdworth Date: Tue Mar 24 20:30:20 2009 New Revision: 2377 Added: branches/dev/toolbar/ - copied from r2354, /trunk/ Log: created toolbar dev branch from trunk as of r2354
JQuery UI Mask Demo Ready
Hello All, I'm completed the direct port of Josh Bush's maskedinput plugin (digitalbush.com) to the jq-ui widget framework. I've also added a few modifications that I made to his original script; most notably allowing partial input and the ability to apply the mask to non-input elements. ( As discussed @ http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/cbea8bb21df8b9be/0b052693861b61cb?lnk=gst&q=maskedinput#0b052693861b61cb ) You can find it at http://jquery-ui.googlecode.com/svn/branches/dev/mask.
r2376 - merged to /branches/1.6, trunk r2107 - Resizable - Left Margin Calculated Incorrectly (Us...
Author: scott.gonzalez Date: Tue Mar 24 17:33:57 2009 New Revision: 2376 Modified: branches/1.6/ui/ui.resizable.js Log: merged to /branches/1.6, trunk r2107 - Resizable - Left Margin Calculated Incorrectly (Using Containment) - Fixed #3882 Modified: branches/1.6/ui/ui.resizable.js ============================================================================== --- branches/1.6/ui/ui.resizable.js (original) +++ branches/1.6/ui/ui.resizable.js Tue Mar 24 17:33:57 2009 @@ -716,6 +716,11 @@ var
r2373 - merged to /branches/1.6, trunk r1732 - Resizable: containment - only scales on x-axis - F...
Author: scott.gonzalez Date: Tue Mar 24 17:15:36 2009 New Revision: 2373 Modified: branches/1.6/ui/ui.resizable.js Log: merged to /branches/1.6, trunk r1732 - Resizable: containment - only scales on x-axis - Fixed #3733 Modified: branches/1.6/ui/ui.resizable.js ============================================================================== --- branches/1.6/ui/ui.resizable.js (original) +++ branches/1.6/ui/ui.resizable.js Tue Mar 24 17:15:36 2009 @@ -696,8 +696,7 @@ ps = self.containerSize,
r2375 - merged to /branches/1.6, trunk r1838 - resizable: containment option, container size chan...
Author: scott.gonzalez Date: Tue Mar 24 17:30:30 2009 New Revision: 2375 Modified: branches/1.6/ui/ui.resizable.js Log: merged to /branches/1.6, trunk r1838 - resizable: containment option, container size changes during resize in IE6 - Fixed #3954 Modified: branches/1.6/ui/ui.resizable.js ============================================================================== --- branches/1.6/ui/ui.resizable.js (original) +++ branches/1.6/ui/ui.resizable.js Tue Mar 24 17:30:30 2009 @@ -260,7 +260,7 @@
r2374 - merged to /branches/1.6, trunk r1803 - Resizable: documentScroll reference
Author: scott.gonzalez Date: Tue Mar 24 17:19:22 2009 New Revision: 2374 Modified: branches/1.6/ui/ui.resizable.js Log: merged to /branches/1.6, trunk r1803 - Resizable: documentScroll reference Modified: branches/1.6/ui/ui.resizable.js ============================================================================== --- branches/1.6/ui/ui.resizable.js (original) +++ branches/1.6/ui/ui.resizable.js Tue Mar 24 17:19:22 2009 @@ -269,7 +269,7 @@ // sOffset decides if document scrollOffset
r2372 - added a rule for widget embedding font size. Resets ui-widget class font-size to 1em when...
Author: scottjehl Date: Tue Mar 24 09:16:55 2009 New Revision: 2372 Modified: trunk/themes/base/ui.theme.css Log: added a rule for widget embedding font size. Resets ui-widget class font-size to 1em when inside another ui-widget. Modified: trunk/themes/base/ui.theme.css ============================================================================== --- trunk/themes/base/ui.theme.css (original) +++ trunk/themes/base/ui.theme.css Tue Mar 24 09:16:55 2009 @@ -9,6 +9,7 @@ /* Component containers
[jQuery-UI-dev]individual logo for each widget
Do we have individual logo for each widget? (16x16, 32x32 64x64px) I'm working on Chinese documents and finding avatars for widgets<div> </div><div>And standard logos for jQuery UI 88x31, 80x15px ...<br clear="all"> Best regards,<div>Chi Cheng</div><div>--</div><div> <div>jQuery UI</div><div><a href="http://jqueryui.com/" target="_blank">http://jqueryui.com/</a></div></div> </div>
Widget using 'Highlight / Error' jQuery UI styles
I found it usefull to have a widget, which can make "Alert / Error" messages out of div's. Here it is - http://code.google.com/p/ist-ui-notice/. Is it usefull, I wonder, for the community?
Wiki: Dev Branch Procedure
Hello all, I'll be ready to commit some work I've been doing to the dev branch this weekend. This should include the mask and overlay plugins that I've made mention of. I would also like to get the validation plugin that I've started work on, on the dev branch so it can be opened up for contribution. When I first start poking around, Richard had to rework the autocomplete dev branch. The spinner dev branch also needs a rework (according to what Richard setup). This leads me to request a page or section,
[Tab] <button onclik="???"> open url in the current tab
How open a url in the current tab, a <button> using onclik (via ajax)? Thanks. Sorry my bad english.
r2371 - fixed the default value for allowPartials
Author: powella Date: Mon Mar 23 16:43:18 2009 New Revision: 2371 Modified: branches/dev/mask/ui/ui.mask.js Log: fixed the default value for allowPartials Modified: branches/dev/mask/ui/ui.mask.js ============================================================================== --- branches/dev/mask/ui/ui.mask.js (original) +++ branches/dev/mask/ui/ui.mask.js Mon Mar 23 16:43:18 2009 @@ -262,7 +262,7 @@ mask: '', placeholder: '_', completed: null, - allowPartials:
r2370 - /branches/dev/mask: updated to demos index and demos mask index to match demos format
Author: rdworth Date: Mon Mar 23 16:21:47 2009 New Revision: 2370 Modified: branches/dev/mask/demos/mask/default.html Log: /branches/dev/mask: updated to demos index and demos mask index to match demos format Modified: branches/dev/mask/demos/mask/default.html ============================================================================== --- branches/dev/mask/demos/mask/default.html (original) +++ branches/dev/mask/demos/mask/default.html Mon Mar 23 16:21:47 2009 @@ -1,50 +1,44 @@ -<!DOCTYPE
r2368 - /branches/dev/mask: updated to demos index and demos mask index to match demos format
Author: rdworth Date: Mon Mar 23 16:05:44 2009 New Revision: 2368 Added: branches/dev/mask/demos/mask/default.html - copied unchanged from r2367, /branches/dev/mask/demos/mask/index.html Removed: branches/dev/mask/demos/mask/index.html Modified: branches/dev/mask/demos/index.html Log: /branches/dev/mask: updated to demos index and demos mask index to match demos format Modified: branches/dev/mask/demos/index.html ============================================================================== --- branches/dev/mask/demos/index.html (original)
r2369 - /branches/dev/mask: updated to demos index and demos mask index to match demos format
Author: rdworth Date: Mon Mar 23 16:14:37 2009 New Revision: 2369 Added: branches/dev/mask/demos/mask/index.html (contents, props changed) Modified: branches/dev/mask/demos/mask/default.html (contents, props changed) branches/dev/mask/demos/mask/digitalbush.html (contents, props changed) branches/dev/mask/demos/mask/jquery.maskedinput.js (contents, props changed) Log: /branches/dev/mask: updated to demos index and demos mask index to match demos format Modified: branches/dev/mask/demos/mask/default.html
r2367 - Tweaked the blur behavior when allowPartials is true > updated the demo html.
Author: powella Date: Mon Mar 23 15:42:46 2009 New Revision: 2367 Modified: branches/dev/mask/demos/mask/index.html Log: Tweaked the blur behavior when allowPartials is true > updated the demo html. Modified: branches/dev/mask/demos/mask/index.html ============================================================================== --- branches/dev/mask/demos/mask/index.html (original) +++ branches/dev/mask/demos/mask/index.html Mon Mar 23 15:42:46 2009 @@ -1,6 +1,8 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD
r2366 - Tweaked the blur behavior when allowPartials is true.
Author: powella Date: Mon Mar 23 15:42:22 2009 New Revision: 2366 Modified: branches/dev/mask/ui/ui.mask.js Log: Tweaked the blur behavior when allowPartials is true. Modified: branches/dev/mask/ui/ui.mask.js ============================================================================== --- branches/dev/mask/ui/ui.mask.js (original) +++ branches/dev/mask/ui/ui.mask.js Mon Mar 23 15:42:22 2009 @@ -25,7 +25,8 @@ if(!this.options.mask || !this.options.mask.length) return; //no mask pattern
r2364 - Implemented demos for applying mask to a non-input, allowPartial and 'apply' method.
Author: powella Date: Mon Mar 23 15:04:07 2009 New Revision: 2364 Modified: branches/dev/mask/demos/mask/index.html Log: Implemented demos for applying mask to a non-input, allowPartial and 'apply' method. Modified: branches/dev/mask/demos/mask/index.html ============================================================================== --- branches/dev/mask/demos/mask/index.html (original) +++ branches/dev/mask/demos/mask/index.html Mon Mar 23 15:04:07 2009 @@ -22,7 +22,7 @@ $("#phoneExt").mask({mask:
r2365 - Implemented applying mask to a non-input, allowPartial and 'apply' method.
Author: powella Date: Mon Mar 23 15:04:39 2009 New Revision: 2365 Modified: branches/dev/mask/ui/ui.mask.js Log: Implemented applying mask to a non-input, allowPartial and 'apply' method. Modified: branches/dev/mask/ui/ui.mask.js ============================================================================== --- branches/dev/mask/ui/ui.mask.js (original) +++ branches/dev/mask/ui/ui.mask.js Mon Mar 23 15:04:39 2009 @@ -34,6 +34,9 @@ firstNonMaskPos = null, len = mask.length,
Rename Tab (Label)
How to rename a tab? $(function(){ $('#tabs').tabs({ select: function(){ // RENAME TO 'Loading...' }, load: function(){ // REAL NAME } }); }); Other Solution?? (spinner not found. Bug ??)
Ticket 3736
Hi, I've had a busy evening with the slider component and have been adding some issues and patches to Trac: http://dev.jqueryui.com/ticket/3071 http://dev.jqueryui.com/ticket/4387 http://dev.jqueryui.com/ticket/4388 Unfortunately fixing 4387 and 4388 (if you believe they were valid bugs in the first place and not a case of misplaced expectations on my end) has re-introduced the following issue (or one closely related to it): http://dev.jqueryui.com/ticket/3736 I've added a detailed comment and a
ui-state-hover, ui-state-active and disabled sliders (ticket 4391)
Hi, I've just submitted another ticket on the ui.slider: http://dev.jqueryui.com/ticket/4391 I can provide a patch but before putting the time in I wanted to confirm if my expected behaviour is the same as the ui team's expected behaviour, Cheers, Kelvin :)
Widget vs. Utility vs. Interaction
Hey all, In working on the digitalbush.com maskedinput port this weekend, I noticed that Josh Bush had written a great, little utility function simply coined 'caret'. This function consits 28 lines and allows one to set the caret position for an input, and also get the start and end position of selected text within an input. (input being text input or textarea) It's extremely useful for this plugin, and could see it being useful in a situation like the 'Multiple Cities' demo for the autocomplete
r2363 - added accordion visual test: option autoHeight true
Author: rdworth Date: Mon Mar 23 05:43:17 2009 New Revision: 2363 Added: trunk/tests/visual/accordion/accordion_option_autoHeight_true.html (contents, props changed) Log: added accordion visual test: option autoHeight true Added: trunk/tests/visual/accordion/accordion_option_autoHeight_true.html ============================================================================== --- (empty file) +++ trunk/tests/visual/accordion/accordion_option_autoHeight_true.html Mon Mar 23 05:43:17 2009 @@ -0,0 +1,48
r2362 - eol-style and mime-type
Author: rdworth Date: Mon Mar 23 04:43:30 2009 New Revision: 2362 Modified: trunk/tests/visual/accordion/accordion_method_destroy.html (contents, props changed) trunk/tests/visual/accordion/accordion_method_disable.html (contents, props changed) trunk/tests/visual/accordion/accordion_option_animated_bounceslide.html (contents, props changed) trunk/tests/visual/accordion/accordion_option_animated_easeslide.html (contents, props changed) trunk/tests/visual/accordion/accordion_option_animated_false.html
r2361 - added, cleaned up, and renamed some accordion visual tests
Author: rdworth Date: Mon Mar 23 04:41:34 2009 New Revision: 2361 Added: trunk/tests/visual/accordion/accordion_dl.html - copied, changed from r2354, /trunk/tests/visual/accordion/dl.html trunk/tests/visual/accordion/accordion_method_destroy.html trunk/tests/visual/accordion/accordion_method_disable.html trunk/tests/visual/accordion/accordion_option_animated_bounceslide.html trunk/tests/visual/accordion/accordion_option_animated_easeslide.html trunk/tests/visual/accordion/accordion_option_animated_false.html
r2360 - Condensed the check for a selection when pressing backspace ~ line 105
Author: powella Date: Sun Mar 22 20:12:10 2009 New Revision: 2360 Modified: branches/dev/mask/ui/ui.mask.js Log: Condensed the check for a selection when pressing backspace ~ line 105 Modified: branches/dev/mask/ui/ui.mask.js ============================================================================== --- branches/dev/mask/ui/ui.mask.js (original) +++ branches/dev/mask/ui/ui.mask.js Sun Mar 22 20:12:10 2009 @@ -7,7 +7,7 @@ * * Based on the jquery.maskedinput.js plugin by Josh Bush (digitalbush.com)
r2359 - Initial port of jquery.maskedinput.js to widget framework and accompanying demo. Included...
Author: powella Date: Sun Mar 22 17:47:48 2009 New Revision: 2359 Added: branches/dev/mask/demos/mask/digitalbush.html branches/dev/mask/ui/ui.mask.js Modified: branches/dev/mask/demos/mask/index.html Log: Initial port of jquery.maskedinput.js to widget framework and accompanying demo. Included the original demo from digitalbush.com. Added: branches/dev/mask/demos/mask/digitalbush.html ============================================================================== --- (empty file) +++ branches/dev/mask/demos/mask/digitalbush.html Sun
r2357 - Added mask demo directory, original maskedinput plugin from digitalbush.com.
Author: powella Date: Sun Mar 22 14:49:00 2009 New Revision: 2357 Added: branches/dev/mask/demos/mask/ branches/dev/mask/demos/mask/index.html branches/dev/mask/demos/mask/jquery.maskedinput.js Log: Added mask demo directory, original maskedinput plugin from digitalbush.com. Added: branches/dev/mask/demos/mask/index.html ============================================================================== --- (empty file) +++ branches/dev/mask/demos/mask/index.html Sun Mar 22 14:49:00 2009 @@ -0,0 +1,44
r2356 - Creating overlay plugin dev branch
Author: powella Date: Sun Mar 22 14:41:18 2009 New Revision: 2356 Added: branches/dev/overlay/ - copied from r2355, /trunk/ Log: Creating overlay plugin dev branch
r2355 - Creating mask plugin dev branch
Author: powella Date: Sun Mar 22 14:39:16 2009 New Revision: 2355 Added: branches/dev/mask/ - copied from r2354, /trunk/ Log: Creating mask plugin dev branch
Next Page