r2484 - effects: demo visualising easing functions, tuning
Author: joern.zaefferer Date: Thu Apr 23 14:03:48 2009 New Revision: 2484 Modified: trunk/demos/effect/easing.html Log: effects: demo visualising easing functions, tuning Modified: trunk/demos/effect/easing.html ============================================================================== --- trunk/demos/effect/easing.html (original) +++ trunk/demos/effect/easing.html Thu Apr 23 14:03:48 2009 @@ -38,10 +38,12 @@ } var i = 0; $.each($.easing, function(name, impl) { - if
r2483 - effects: demo visualising easing functions
Author: joern.zaefferer Date: Thu Apr 23 13:55:45 2009 New Revision: 2483 Added: trunk/demos/effect/easing.html (contents, props changed) Log: effects: demo visualising easing functions Added: trunk/demos/effect/easing.html ============================================================================== --- (empty file) +++ trunk/demos/effect/easing.html Thu Apr 23 13:55:45 2009 @@ -0,0 +1,92 @@ +<!doctype html> +<html lang="en"> +<head> + <title>jQuery UI Effects - Effect Demo</title> + <link
r2489 - effects: demo visualising easing functions, tuning
Author: joern.zaefferer Date: Thu Apr 23 15:11:30 2009 New Revision: 2489 Modified: trunk/demos/effect/easing.html Log: effects: demo visualising easing functions, tuning Modified: trunk/demos/effect/easing.html ============================================================================== --- trunk/demos/effect/easing.html (original) +++ trunk/demos/effect/easing.html Thu Apr 23 15:11:30 2009 @@ -5,18 +5,6 @@ <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
Updating the Theme Gallery for community features - any interest?
Before the new ThemeRoller launched, we had come up with some designs for making the gallery more community-driven with user-submitted themes, voting, rating, etc. I've updated the wiki page that describes how this could be implemented on the front end: http://wiki.jqueryui.com/ThemeRoller-gallery We'll need some php/sql help to make it happen of course. Is there any interest in making this happen in the near future? If there's a lot of interest, perhaps we could consider working on this in the sprint?
Google Results for "jquery drag and drop"
I think we need some optimizations here: http://www.google.com/search?q=jquery+drag+and+drop I've looked through the first five pages, jqueryui.com isn't in there at all. There aren't even sites mentioning jQuery UI in the title. The same probably applies to most other queries as well, unless you search for jQuery UI directly. This means that 99% of potential jQuery UI users aren't exposed to jQuery UI via Google. I think any time spend here could improve our reach way more then any other current
r2486 - effects: demo visualising easing functions, added to index
Author: joern.zaefferer Date: Thu Apr 23 14:05:11 2009 New Revision: 2486 Modified: trunk/demos/effect/index.html Log: effects: demo visualising easing functions, added to index Modified: trunk/demos/effect/index.html ============================================================================== --- trunk/demos/effect/index.html (original) +++ trunk/demos/effect/index.html Thu Apr 23 14:05:11 2009 @@ -9,7 +9,13 @@ <div class="demos-nav"> <h4>Examples</h4> <ul> - <li class="demo-config-on"><a
r2485 - effects: demo visualising easing functions, tuning
Author: joern.zaefferer Date: Thu Apr 23 14:04:55 2009 New Revision: 2485 Modified: trunk/demos/effect/easing.html (props changed) Log: effects: demo visualising easing functions, tuning
r2487 - effects: demo visualising easing functions, tuning
Author: joern.zaefferer Date: Thu Apr 23 14:37:07 2009 New Revision: 2487 Modified: trunk/demos/effect/easing.html Log: effects: demo visualising easing functions, tuning Modified: trunk/demos/effect/easing.html ============================================================================== --- trunk/demos/effect/easing.html (original) +++ trunk/demos/effect/easing.html Thu Apr 23 14:37:07 2009 @@ -61,13 +61,14 @@ }); // needs higher precision for better
TinyMCE & Dialog Issue
Hello All, I've run across, what to me, appears to be a new issue with the Dialog plugin when using the TinyMCE editor. (This was tested using Firefox 3.0.7 Win32) The symptoms: After showing a dialog which contains an initialized instance of the tinyMCE editor, the editor is no longer functional. The Test Case: http://shellscape.org/jquery/tinyMCE%20Dialog%20Bug/ 1. Let the page load completely. 2. Click the '1. Init Editor' button. 3. Click the '2. Show Dialog' button. The Cause: After an instance
what happens with my mail?
this is my 3 message today. Can anybody read this?
Datepicker: Restrict day selection
Hi All, New on this list and library, couldn't find any reference regarding an option to restrict day selection (show Saturday but don't allow it's selection). Kindly, Neil
datepicker extension
Please pretty please, implement time picker into datepicker widget!!!
r2482 - updated the condition to assert that values.legnth ==2 and range: true. (fixed #3736 - S...
Author: powella Date: Sun Apr 19 16:50:48 2009 New Revision: 2482 Modified: trunk/ui/ui.slider.js Log: updated the condition to assert that values.legnth ==2 and range: true. (fixed #3736 - Slider: some handles get stuck when using two or more handles) Modified: trunk/ui/ui.slider.js ============================================================================== --- trunk/ui/ui.slider.js (original) +++ trunk/ui/ui.slider.js Sun Apr 19 16:50:48 2009 @@ -336,8 +336,10 @@ var otherVal
r2481 - Updated the test to include all scenarios.
Author: powella Date: Sun Apr 19 16:15:44 2009 New Revision: 2481 Modified: trunk/tests/visual/slider/slider_ticket_3762.html Log: Updated the test to include all scenarios. Modified: trunk/tests/visual/slider/slider_ticket_3762.html ============================================================================== --- trunk/tests/visual/slider/slider_ticket_3762.html (original) +++ trunk/tests/visual/slider/slider_ticket_3762.html Sun Apr 19 16:15:44 2009 @@ -9,10 +9,11 @@ <script type="text/javascript"
r2480 - Effects Core: Proper handling for .toggle(true). Fixes #4473 - effects.core corrupts jQu...
Author: scott.gonzalez Date: Sun Apr 19 14:19:23 2009 New Revision: 2480 Modified: trunk/ui/effects.core.js Log: Effects Core: Proper handling for .toggle(true). Fixes #4473 - effects.core corrupts jQuery toggle(<boolean switch>) functionality. Modified: trunk/ui/effects.core.js ============================================================================== --- trunk/ui/effects.core.js (original) +++ trunk/ui/effects.core.js Sun Apr 19 14:19:23 2009 @@ -175,9 +175,11 @@ }, toggle: function(){
History Plugin
I was wondering where the history plugin might be going. I have seen several versions linked from various other threads, at at one point is was named ui.history.plugin (or something that implied it would become a part of jquery ui). It also was on one of the first versions of the planning roadmap, but it is no longer there. In short, does a history plugin have a future in jquery ui? Will it move instead to part of jquery? Or are jquery developers left on there own?
patch - jQuery toggle(<boolean switch>)
Hello! I have problems with jQuery UI Trac (I informed Paul about them), so I write it just here: effects.core.js corrupts jQuery toggle(<boolean switch>) functionality. toggle(false) works, but toggle(true) doesn't. A simple patch: Index: effects.core.js =================================================================== --- effects.core.js (revision 2449) +++ effects.core.js (working copy) @@ -175,7 +175,7 @@ }, toggle: function(){ - if(!arguments[0] || (arguments[0].constructor
r2479 - improved "option-management" added cache-option for better performance
Author: a.farkas.pm Date: Sun Apr 19 14:11:34 2009 New Revision: 2479 Modified: branches/dev/effects/ui/effects.core.js Log: improved "option-management" added cache-option for better performance Modified: branches/dev/effects/ui/effects.core.js ============================================================================== --- branches/dev/effects/ui/effects.core.js (original) +++ branches/dev/effects/ui/effects.core.js Sun Apr 19 14:11:34 2009 @@ -111,37 +111,30 @@ }); $.effects.animateClass
I'd be interested in helping out
Hi Scott, Richard pointed me this way. I'd like to know if there's anything I can do to help out or get involved on the ARIA side of the jQuery UI project. Cheers, Remy.
r2477 - Dialog: Using new delayed focus method. Also fixed a bug where focus would leave the dia...
Author: scott.gonzalez Date: Sat Apr 18 11:49:49 2009 New Revision: 2477 Modified: trunk/ui/ui.dialog.js Log: Dialog: Using new delayed focus method. Also fixed a bug where focus would leave the dialog for a fraction of a second when cycling through the tabbable elements. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Sat Apr 18 11:49:49 2009 @@ -241,17 +241,15 @@ }
r2478 - Dialog demo: Removed misplaced !important.
Author: scott.gonzalez Date: Sat Apr 18 12:09:41 2009 New Revision: 2478 Modified: trunk/demos/dialog/modal-form.html Log: Dialog demo: Removed misplaced !important. Modified: trunk/demos/dialog/modal-form.html ============================================================================== --- trunk/demos/dialog/modal-form.html (original) +++ trunk/demos/dialog/modal-form.html Sat Apr 18 12:09:41 2009 @@ -18,11 +18,11 @@ input.text { margin-bottom:12px; width:95%; padding: .4em; } fieldset
r2474 - Progressbar: Removed getter property.
Author: scott.gonzalez Date: Sat Apr 18 07:34:20 2009 New Revision: 2474 Modified: trunk/ui/ui.progressbar.js Log: Progressbar: Removed getter property. Modified: trunk/ui/ui.progressbar.js ============================================================================== --- trunk/ui/ui.progressbar.js (original) +++ trunk/ui/ui.progressbar.js Sat Apr 18 07:34:20 2009 @@ -111,8 +111,7 @@ version: "@VERSION", defaults: { value: 0 - }, - getter: "value" + } }); })(jQuery);
r2475 - Dialog: Using local variables to improve minification.
Author: scott.gonzalez Date: Sat Apr 18 08:01:13 2009 New Revision: 2475 Modified: trunk/ui/ui.dialog.js Log: Dialog: Using local variables to improve minification. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Sat Apr 18 08:01:13 2009 @@ -39,12 +39,12 @@ this.originalTitle = this.element.attr('title'); var self = this, - options = this.options,
r2476 - Dialog: Expanded all self-closing tags for HTML conformance.
Author: scott.gonzalez Date: Sat Apr 18 08:03:56 2009 New Revision: 2476 Modified: trunk/ui/ui.dialog.js Log: Dialog: Expanded all self-closing tags for HTML conformance. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Sat Apr 18 08:03:56 2009 @@ -44,7 +44,7 @@ title = options.title || self.originalTitle || ' ', titleId = $.ui.dialog.getTitleId(self.element),
.focus() with a delay
Dialog currently uses a delayed call to DOMElement.focus() to control tabbing through the dialog: setTimeout(function() { el.focus(); }, 1); It has been pointed out that this should always be done when setting focus for accessibility reasons. We should add a method in ui.core.js that does this for us. I'd like to just overwrite $.fn.focus() to do this, but I really don't think it's a good idea to switch a synchronous function to an asynchronous function. Does anyone have any ideas for a different
r2473 - Core: Added asynchronous focus. Fixed #3559 - :focusable, :tabbable, setFocus().
Author: scott.gonzalez Date: Sat Apr 18 06:04:07 2009 New Revision: 2473 Modified: trunk/tests/unit/core/core.js trunk/ui/ui.core.js Log: Core: Added asynchronous focus. Fixed #3559 - :focusable, :tabbable, setFocus(). Modified: trunk/tests/unit/core/core.js ============================================================================== --- trunk/tests/unit/core/core.js (original) +++ trunk/tests/unit/core/core.js Sat Apr 18 06:04:07 2009 @@ -25,4 +25,27 @@ equals(el.attr('aria-expanded'),
r2472 - Accordion - Removed easeslide animation. Fixes #4204 - Easeslide does not work (Accordion).
Author: scott.gonzalez Date: Fri Apr 17 19:32:11 2009 New Revision: 2472 Modified: trunk/ui/ui.accordion.js Log: Accordion - Removed easeslide animation. Fixes #4204 - Easeslide does not work (Accordion). Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original) +++ trunk/ui/ui.accordion.js Fri Apr 17 19:32:11 2009 @@ -335,7 +335,7 @@ duration = o.duration, easing
r2471 - Accordion: Gracefully falling back to a linear animation for any non-existant animation s...
Author: scott.gonzalez Date: Fri Apr 17 16:05:37 2009 New Revision: 2471 Modified: trunk/ui/ui.accordion.js Log: Accordion: Gracefully falling back to a linear animation for any non-existant animation specified for the animated option. Fixes #4392 - Accordion: option animated true causes JavaScript error. Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original) +++ trunk/ui/ui.accordion.js Fri Apr
r2470 - whitespace
Author: rdworth Date: Fri Apr 17 14:28:37 2009 New Revision: 2470 Modified: trunk/tests/unit/testsuite.js Log: whitespace Modified: trunk/tests/unit/testsuite.js ============================================================================== --- trunk/tests/unit/testsuite.js (original) +++ trunk/tests/unit/testsuite.js Fri Apr 17 14:28:37 2009 @@ -11,83 +11,83 @@ }); function testWidgetDefaults(widget, defaults) { - var pluginDefaults = $.extend({}, - $.widget.defaults, - $.ui[widget].defaults
r2468 - Added visual test page for #3762 - slider handles not restricted properly when set progra...
Author: rdworth Date: Fri Apr 17 06:59:27 2009 New Revision: 2468 Added: trunk/tests/visual/slider/slider_ticket_3762.html (contents, props changed) Log: Added visual test page for #3762 - slider handles not restricted properly when set programmatically Added: trunk/tests/visual/slider/slider_ticket_3762.html ============================================================================== --- (empty file) +++ trunk/tests/visual/slider/slider_ticket_3762.html Fri Apr 17 06:59:27 2009 @@ -0,0 +1,27
r2469 - Added visual test page for #3736 - Some handles get stuck when using two or more handles
Author: rdworth Date: Fri Apr 17 07:16:09 2009 New Revision: 2469 Added: trunk/tests/visual/slider/slider_ticket_3736.html (contents, props changed) Modified: trunk/tests/visual/slider/slider_ticket_3762.html Log: Added visual test page for #3736 - Some handles get stuck when using two or more handles Added: trunk/tests/visual/slider/slider_ticket_3736.html ============================================================================== --- (empty file) +++ trunk/tests/visual/slider/slider_ticket_3736.html Fri
r2466 - removing legacy tag for update
Author: rdworth Date: Thu Apr 16 20:25:41 2009 New Revision: 2466 Removed: tags/legacy/ Log: removing legacy tag for update
r2467 - tagging 1.6 as legacy
Author: rdworth Date: Thu Apr 16 20:26:24 2009 New Revision: 2467 Added: tags/legacy/ (props changed) - copied from r2466, /tags/1.6/ Log: tagging 1.6 as legacy
r2465 - tags/1.6: added/updated files from zip http://jquery-ui.googlecode.com/files/jquery.ui-1....
Author: rdworth Date: Thu Apr 16 20:23:18 2009 New Revision: 2465 Added: tags/1.6/ui/i18n/jquery.ui.i18n.all.js tags/1.6/ui/jquery.ui.all.js tags/1.6/ui/minified/ tags/1.6/ui/minified/effects.blind.min.js tags/1.6/ui/minified/effects.bounce.min.js tags/1.6/ui/minified/effects.clip.min.js tags/1.6/ui/minified/effects.core.min.js tags/1.6/ui/minified/effects.drop.min.js tags/1.6/ui/minified/effects.explode.min.js tags/1.6/ui/minified/effects.fold.min.js tags/1.6/ui/minified/effects.highlight.min.js
r2462 - Created 1.6 tag from /branches/1.6 as of r2461
Author: rdworth Date: Thu Apr 16 20:02:21 2009 New Revision: 2462 Added: tags/1.6/ (props changed) - copied from r2461, /branches/1.6/ Log: Created 1.6 tag from /branches/1.6 as of r2461
r2464 - tags/1.6: export of externals
Author: rdworth Date: Thu Apr 16 20:10:45 2009 New Revision: 2464 Added: tags/1.6/tests/plugins/cookie/ tags/1.6/tests/plugins/cookie/jquery.cookie.js tags/1.6/tests/plugins/cookie/jquery.cookie.min.js tags/1.6/tests/plugins/cookie/jquery.cookie.pack.js tags/1.6/tests/plugins/cookie/jquery.cookie.zip (contents, props changed) tags/1.6/tests/qunit/ tags/1.6/tests/qunit/testrunner.js tags/1.6/tests/qunit/testsuite.css Modified: tags/1.6/tests/ (props changed) tags/1.6/tests/plugins/ (props changed)
r2463 - removed 1.6 branch
Author: rdworth Date: Thu Apr 16 20:07:58 2009 New Revision: 2463 Removed: branches/1.6/ Log: removed 1.6 branch
r2461 - branches/1.6: set version to 1.6
Author: rdworth Date: Thu Apr 16 20:01:09 2009 New Revision: 2461 Modified: branches/1.6/version.txt Log: branches/1.6: set version to 1.6 Modified: branches/1.6/version.txt ============================================================================== --- branches/1.6/version.txt (original) +++ branches/1.6/version.txt Thu Apr 16 20:01:09 2009 @@ -1 +1 @@ -1.6pre \ No newline at end of file +1.6 \ No newline at end of file
r2460 - Datepicker: Fixed #3861 Manually entered date does not update altField
Author: kbwood.au Date: Thu Apr 16 03:42:04 2009 New Revision: 2460 Modified: trunk/tests/unit/datepicker/datepicker_options.js trunk/ui/ui.datepicker.js Log: Datepicker: Fixed #3861 Manually entered date does not update altField Modified: trunk/tests/unit/datepicker/datepicker_options.js ============================================================================== --- trunk/tests/unit/datepicker/datepicker_options.js (original) +++ trunk/tests/unit/datepicker/datepicker_options.js Thu Apr
posting a form from within a dialog box
I've been trying recently to have a small form pop up on a dialog. I'm using asp.net and i find it very difficult to do this because the dialogs are removed from the form#aspnetForm I can't seem to add the dialog back into the form and I can't move the form to surround the dialog box. What do you suggest and why was the dialog ui element written in such a way that would make this nearly impossible
Next Page