r1517 - trunk/demos/sortable
Author: rdworth Date: Mon Jan 5 12:57:34 2009 New Revision: 1517 Modified: trunk/demos/sortable/delay.html (contents, props changed) trunk/demos/sortable/distance.html (contents, props changed) Log: mime-type and eol-style Modified: trunk/demos/sortable/delay.html ============================================================================== --- trunk/demos/sortable/delay.html (original) +++ trunk/demos/sortable/delay.html Mon Jan 5 12:57:34 2009 @@ -1,46 +1,46 @@ -<!doctype html> -<html lang="en">
r1519 - trunk/demos/sortable
Author: rdworth Date: Mon Jan 5 14:44:18 2009 New Revision: 1519 Modified: trunk/demos/sortable/portlets.html Log: demos/sortables/portlets.html - corrected page title Modified: trunk/demos/sortable/portlets.html ============================================================================== --- trunk/demos/sortable/portlets.html (original) +++ trunk/demos/sortable/portlets.html Mon Jan 5 14:44:18 2009 @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Sortable - Default
r1518 - trunk/demos/sortable
Author: rdworth Date: Mon Jan 5 14:28:56 2009 New Revision: 1518 Added: trunk/demos/sortable/portlets.html (contents, props changed) Modified: trunk/demos/sortable/index.html Log: demos/sortable: Added a portlets demo Modified: trunk/demos/sortable/index.html ============================================================================== --- trunk/demos/sortable/index.html (original) +++ trunk/demos/sortable/index.html Mon Jan 5 14:28:56 2009 @@ -18,6 +18,7 @@ <li><a href="connectwith.html">Connecting
r1514 - trunk/demos/draggable
Author: joern.zaefferer Date: Mon Jan 5 10:56:13 2009 New Revision: 1514 Modified: trunk/demos/draggable/containment.html Log: draggable containment demo fixed Modified: trunk/demos/draggable/containment.html ============================================================================== --- trunk/demos/draggable/containment.html (original) +++ trunk/demos/draggable/containment.html Mon Jan 5 10:56:13 2009 @@ -10,7 +10,7 @@ </style> </head> <body> -<iframe frameborder='0' style='width: 100%;
r1516 - trunk/demos
Author: fg.todd Date: Mon Jan 5 12:23:14 2009 New Revision: 1516 Modified: trunk/demos/demos.css trunk/demos/index.html Log: Added mockup of the link to view demo in a new window and the view source spindown that need to be added above and below the description under the iframe. Demo css updated with styles needed and made Trebuchet MS the font on all rules. Modified: trunk/demos/demos.css ============================================================================== --- trunk/demos/demos.css (original)
r1515 - trunk/demos/sortable
Author: scott.gonzalez Date: Mon Jan 5 11:42:08 2009 New Revision: 1515 Modified: trunk/demos/sortable/connectwith.html trunk/demos/sortable/delay.html trunk/demos/sortable/distance.html Log: Sortable demos: Using ids for selectors. Modified: trunk/demos/sortable/connectwith.html ============================================================================== --- trunk/demos/sortable/connectwith.html (original) +++ trunk/demos/sortable/connectwith.html Mon Jan 5 11:42:08 2009 @@ -13,8 +13,8 @@
r1470 - trunk/demos/sortable
Author: paul.bakaus Date: Fri Jan 2 05:28:50 2009 New Revision: 1470 Modified: trunk/demos/sortable/connectwith.html trunk/demos/sortable/delaydistance.html Log: demos: sortable: fixed connectWith + delay/distance demos Modified: trunk/demos/sortable/connectwith.html ============================================================================== --- trunk/demos/sortable/connectwith.html (original) +++ trunk/demos/sortable/connectwith.html Fri Jan 2 05:28:50 2009 @@ -13,7 +13,7 @@ </style>
ui.sortable.js - 1.6rc2 - Missing Logic in: toArray
While implementing sortable lists I encountered errors when calling 'toArray'. These errors were not experienced when calling the comparable functionality 'serialize' and I noticed a difference in the object testing logic. Below is my correction to the logic to have the same object testing for both 'toArray' and 'serialize' and it has corrected the errors I experienced. toArray: function(o) { var items = this._getItemsAsjQuery(o && o.connected); var ret = []; o = o || {}; items.each(function()
r1506 - trunk/demos/datepicker
Author: pazu2k@gmail.com Date: Sun Jan 4 03:13:40 2009 New Revision: 1506 Modified: trunk/demos/datepicker/localization.html Log: demos/datepicker/localization.html - fixed closing bracket in dropdown for Arabic, Persian and Hebrew selections - something to do with RTL languages. Modified: trunk/demos/datepicker/localization.html ============================================================================== --- trunk/demos/datepicker/localization.html (original) +++ trunk/demos/datepicker/localization.html Sun
Create another mailing-list to save commit-mails?
Now too many commit-mails would stop users to take part in discussing development. I hope we could set new mailing list to save commit-mails, if someone wants to discuss one commit, forward that mail to this list(or discuss it on trac), and other mails without replies won't be here. (like jquery-dev)
r1513 - branches/experimental/tabbable
Author: scott.gonzalez Date: Sun Jan 4 18:07:05 2009 New Revision: 1513 Modified: branches/experimental/tabbable/ui.core.js Log: Tabbable: jQuery.support implementation for tabindex. Modified: branches/experimental/tabbable/ui.core.js ============================================================================== --- branches/experimental/tabbable/ui.core.js (original) +++ branches/experimental/tabbable/ui.core.js Sun Jan 4 18:07:05 2009 @@ -1,10 +1,17 @@ (function($) { +// use jQuery.support
r1512 - in branches/experimental/tabbable: . tests
Author: scott.gonzalez Date: Sun Jan 4 17:17:47 2009 New Revision: 1512 Modified: branches/experimental/tabbable/tests/core.html branches/experimental/tabbable/tests/core.js branches/experimental/tabbable/ui.core.js Log: Tabbable: Added tests from Fluid project. Modified: branches/experimental/tabbable/tests/core.html ============================================================================== --- branches/experimental/tabbable/tests/core.html (original) +++ branches/experimental/tabbable/tests/core.html Sun
ThemeRoller - need examples of shadow and overlay
I just noticed that on the current TR page that even though we have levers for the overlay screen (modal) and dropshadow, neither of these elements are represented so you can't really test out the options: http://ui.jquery.com/themeroller In a slightly earlier version of this page, we had a static block with 'sample' content with the overlay div and the dialog with shadow so you could play with these levers and see the effect. I think when we switched from static demos to scripted demos, this was
r1510 - in trunk/release: . build
Author: cloudream@gmail.com Date: Sun Jan 4 09:55:04 2009 New Revision: 1510 Added: trunk/release/build/yuicompressor-2.4.2.jar (contents, props changed) Removed: trunk/release/build/yuicompressor.jar Modified: trunk/release/build.xml Log: build: update YUICompressor 2.4.2 Modified: trunk/release/build.xml ============================================================================== --- trunk/release/build.xml (original) +++ trunk/release/build.xml Sun Jan 4 09:55:04 2009 @@ -39,7 +39,7 @@
r1511 - trunk/ui/i18n
Author: scott.gonzalez Date: Sun Jan 4 10:11:41 2009 New Revision: 1511 Modified: trunk/ui/i18n/ui.datepicker-ar.js trunk/ui/i18n/ui.datepicker-bg.js trunk/ui/i18n/ui.datepicker-ca.js trunk/ui/i18n/ui.datepicker-cs.js trunk/ui/i18n/ui.datepicker-da.js trunk/ui/i18n/ui.datepicker-de.js trunk/ui/i18n/ui.datepicker-eo.js trunk/ui/i18n/ui.datepicker-es.js trunk/ui/i18n/ui.datepicker-fa.js trunk/ui/i18n/ui.datepicker-fi.js trunk/ui/i18n/ui.datepicker-fr.js trunk/ui/i18n/ui.datepicker-he.js trunk/ui/i18n/ui.datepicker-hr.js
ThemeRoller tab bug needs fixing
I just noticed that the loading bug in the new ThemeRoller tabs isn't fixed in the live site. Yikes. If you go to the Gallery tab, then try to click on the Roll your own tab, it doesn't work. You can always click the 'edit' button next to a theme to get back over but it looks pretty darn broken. Every once in a while it works, but mostly clicking the first tab does nothing. Anyone know how to fix this? I believe Scott logged this earlier and i *think* it's a bug with the tab Ajax implementation.
r1504 - trunk/ui
Author: pazu2k@gmail.com Date: Sun Jan 4 01:30:39 2009 New Revision: 1504 Modified: trunk/ui/ui.datepicker.js Log: datepicker: fixes #3232 [Position Problem in IE 6/7]: re-wrote the _checkOffset function to remove browser detection and compact it to 3 lines. Positioning tested and looks good in FF3, Safari3, Opera 9.61, IE6 & 7. Modified: trunk/ui/ui.datepicker.js ============================================================================== --- trunk/ui/ui.datepicker.js (original) +++ trunk/ui/ui.datepicker.js Sun
r1509 - in trunk: tests/visual ui
Author: pazu2k@gmail.com Date: Sun Jan 4 07:13:01 2009 New Revision: 1509 Modified: trunk/tests/visual/datepicker.html trunk/ui/ui.datepicker.js Log: datepicker: Fixes regression in #3232 [datepicker position problem in IE 6/7]: added back functionality to detect whether the datepicker displays outside a viewpoint. Additionally if the viewpoint is too small to fit the datepicker it will show in its usual position regardless. I have also added a visual test case for this. Modified: trunk/tests/visual/datepicker.html
r1508 - trunk/tests/visual
Author: cloudream@gmail.com Date: Sun Jan 4 06:16:40 2009 New Revision: 1508 Modified: trunk/tests/visual/datepicker.html Log: fixes xhtml code (disabled="disabled") Modified: trunk/tests/visual/datepicker.html ============================================================================== --- trunk/tests/visual/datepicker.html (original) +++ trunk/tests/visual/datepicker.html Sun Jan 4 06:16:40 2009 @@ -70,7 +70,7 @@ Datepicker Simple <div> - <input type="text" id="d1">
r1507 - trunk/tests/visual
Author: pazu2k@gmail.com Date: Sun Jan 4 05:43:01 2009 New Revision: 1507 Modified: trunk/tests/visual/datepicker.html Log: datepicker: fixes #3679 [focus error on IE if disabled]: added visual test to verify. Both IE 6 & 7 do not return an error. Modified: trunk/tests/visual/datepicker.html ============================================================================== --- trunk/tests/visual/datepicker.html (original) +++ trunk/tests/visual/datepicker.html Sun Jan 4 05:43:01 2009 @@ -53,6 +53,10
Demo font size/padding
I noticed that the text in a lot of the interaction and effects demos looks a bit rough. In general, it's a bit too large so sometimes the text will break out of the boxes (FF3/Mac), like this: http://ui.jquery.com/demos/draggable#snap Can someone tweak the styles on all these demo blocks to make the font 1-2 sizes smaller and set the internal padding on each block to be a standard 5px all around? Right now, there is a lot of top padding and not enough on the sides. The font sizes here are pretty
r1505 - in trunk/ui: . i18n
Author: pazu2k@gmail.com Date: Sun Jan 4 03:07:42 2009 New Revision: 1505 Modified: trunk/ui/i18n/ui.datepicker-ar.js trunk/ui/i18n/ui.datepicker-bg.js trunk/ui/i18n/ui.datepicker-ca.js trunk/ui/i18n/ui.datepicker-cs.js trunk/ui/i18n/ui.datepicker-da.js trunk/ui/i18n/ui.datepicker-de.js trunk/ui/i18n/ui.datepicker-eo.js trunk/ui/i18n/ui.datepicker-es.js trunk/ui/i18n/ui.datepicker-fa.js trunk/ui/i18n/ui.datepicker-fi.js trunk/ui/i18n/ui.datepicker-fr.js trunk/ui/i18n/ui.datepicker-he.js trunk/ui/i18n/ui.datepicker-hr.js
r1503 - in trunk/demos: draggable sortable
Author: cloudream@gmail.com Date: Sun Jan 4 01:20:45 2009 New Revision: 1503 Added: trunk/demos/sortable/delay.html trunk/demos/sortable/distance.html Removed: trunk/demos/sortable/delaydistance.html Modified: trunk/demos/draggable/delaydistance.html trunk/demos/draggable/snap.html trunk/demos/draggable/sortable.html trunk/demos/sortable/connectwith.html trunk/demos/sortable/droponempty.html trunk/demos/sortable/droppable.html trunk/demos/sortable/index.html trunk/demos/sortable/items.html trunk/demos/sortable/placeholder.html
Empty Tabs
Should you be able to initialize tabs on an empty list? $('<ul/>').tabs().tabs('add', 'foo.html', foo'); Related question: Should you be able to remove all tabs?
r1502 - trunk/ui
Author: rdworth Date: Sat Jan 3 14:46:47 2009 New Revision: 1502 Modified: trunk/ui/ui.core.js Log: ui.core.js: corrected invalid (x)html Modified: trunk/ui/ui.core.js ============================================================================== --- trunk/ui/ui.core.js (original) +++ trunk/ui/ui.core.js Sat Jan 3 14:46:47 2009 @@ -46,7 +46,7 @@ cssCache: {}, css: function(name) { if ($.ui.cssCache[name]) { return $.ui.cssCache[name]; } - var tmp = $('<div class="ui-gen">').addClass(name).css({position:'absolute',
Small modification to please Safari in xml mode (1.6rc4)
In 1.6rc4, in the css fonction of the ui object, we try to create a div with the following markup $('<div class="ui-gen">') With safari, when a document is served as application/xhtml+xml, innerHTML wants valid XML markup, and so this fails. Just closing the div ( $('<div class="ui-gen"></div>') ) is enought to make it work wonderfully again...
r1500 - in trunk: . tests/simulate themes/base themes/default ui
Author: rdworth Date: Sat Jan 3 13:55:13 2009 New Revision: 1500 Modified: trunk/MIT-LICENSE.txt trunk/tests/simulate/jquery.simulate.js trunk/themes/base/ui.core.css trunk/themes/base/ui.theme.css trunk/themes/default/ui.core.css trunk/themes/default/ui.theme.css trunk/ui/effects.blind.js trunk/ui/effects.bounce.js trunk/ui/effects.clip.js trunk/ui/effects.core.js trunk/ui/effects.drop.js trunk/ui/effects.explode.js trunk/ui/effects.fold.js trunk/ui/effects.highlight.js trunk/ui/effects.pulsate.js
r1501 - trunk
Author: rdworth Date: Sat Jan 3 13:59:30 2009 New Revision: 1501 Modified: trunk/AUTHORS.txt Log: authors.txt: Added Rich Caloggero, Colin Clark, Michelle D'Souza. Changed Maggie Costello to Maggie Costello Wachs. Modified: trunk/AUTHORS.txt ============================================================================== --- trunk/AUTHORS.txt (original) +++ trunk/AUTHORS.txt Sat Jan 3 13:59:30 2009 @@ -7,8 +7,10 @@ Brandon Aaron Paul Bakaus (paulbakaus.com) David Bolter +Rich Caloggero Chi Cheng
r1499 - trunk/ui
Author: scott.gonzalez Date: Sat Jan 3 07:37:51 2009 New Revision: 1499 Modified: trunk/ui/ui.resizable.js Log: Resizable: Partial fix for #3728: Use this._trigger for all events/callbacks. Modified: trunk/ui/ui.resizable.js ============================================================================== --- trunk/ui/ui.resizable.js (original) +++ trunk/ui/ui.resizable.js Sat Jan 3 07:37:51 2009 @@ -340,7 +340,7 @@ this._updateCache(data); // calling the user callback at the end
Reminder: Don't Mess With The User's Options
Just wanted to remind everyone that if a user sets an option, the plugin should not change the value of it. For example, if you have an option that accepts a selector, like "#foo" and you want to store a jQuery object from that selector, do not overwrite the option. Good: this.someOption = $(this.options.someOption); Bad: this.options.someOption = $(this.options.someOption);
r1497 - trunk/ui
Author: scott.gonzalez Date: Sat Jan 3 07:30:23 2009 New Revision: 1497 Modified: trunk/ui/ui.droppable.js Log: Droppable: Fixed #3727: Use this._trigger for all callbacks/events. Modified: trunk/ui/ui.droppable.js ============================================================================== --- trunk/ui/ui.droppable.js (original) +++ trunk/ui/ui.droppable.js Sat Jan 3 07:30:23 2009 @@ -63,7 +63,7 @@ var draggable = $.ui.ddmanager.current; $.ui.plugin.call(this, 'activate',
r1498 - trunk/tests
Author: scott.gonzalez Date: Sat Jan 3 07:33:10 2009 New Revision: 1498 Modified: trunk/tests/droppable.js Log: Droppable test: Fixed accept default. Modified: trunk/tests/droppable.js ============================================================================== --- trunk/tests/droppable.js (original) +++ trunk/tests/droppable.js Sat Jan 3 07:33:10 2009 @@ -7,7 +7,7 @@ // var defaults = { - accept: null, + accept: '*', activeClass: null, cssNamespace: "ui", disabled: false,
r1496 - trunk/ui
Author: scott.gonzalez Date: Sat Jan 3 07:15:22 2009 New Revision: 1496 Modified: trunk/ui/ui.draggable.js Log: Draggable: Proper event prefix. Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Sat Jan 3 07:15:22 2009 @@ -359,6 +359,7 @@ $.extend($.ui.draggable, { version: "@VERSION", + eventPrefix: "drag", defaults: { appendTo: "parent", axis:
r1495 - trunk/demos/sortable
Author: rdworth Date: Sat Jan 3 07:10:19 2009 New Revision: 1495 Modified: trunk/demos/sortable/default.html Log: demos/sortable/default: added some icons Modified: trunk/demos/sortable/default.html ============================================================================== --- trunk/demos/sortable/default.html (original) +++ trunk/demos/sortable/default.html Sat Jan 3 07:10:19 2009 @@ -9,7 +9,8 @@ <link type="text/css" href="../demos.css" rel="stylesheet" /> <style type="text/css">
r1494 - trunk/release
Author: rdworth Date: Sat Jan 3 06:47:12 2009 New Revision: 1494 Modified: trunk/release/build.xml Log: release/build.xml: fixed clean task Modified: trunk/release/build.xml ============================================================================== --- trunk/release/build.xml (original) +++ trunk/release/build.xml Sat Jan 3 06:47:12 2009 @@ -217,7 +217,7 @@ </target> <target depends="load.properties" name="clean"> - <delete dir="${dist.dir}" /> + <delete dir="dist"
r1493 - trunk/ui
Author: scott.gonzalez Date: Sat Jan 3 06:43:50 2009 New Revision: 1493 Modified: trunk/ui/ui.dialog.js Log: Dialog: Fixed #3756: Wrong height on every other open. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Sat Jan 3 06:43:50 2009 @@ -438,6 +438,7 @@ // reset content sizing this.element.css({ height: 0, + minHeight: 0, width:
r1492 - trunk/demos
Author: pazu2k@gmail.com Date: Sat Jan 3 06:24:57 2009 New Revision: 1492 Modified: trunk/demos/index.html Log: demos/index.html - replaced the $= attribute selector with an if condition for now to overcome the selector bug in 1.3. Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Sat Jan 3 06:24:57 2009 @@ -122,10 +122,12 @@ if (window.location.hash)
r1491 - trunk/demos
Author: pazu2k@gmail.com Date: Sat Jan 3 01:07:34 2009 New Revision: 1491 Modified: trunk/demos/demos.css Log: demos/demos.css - fixed font-sizing in IE7. Modified: trunk/demos/demos.css ============================================================================== --- trunk/demos/demos.css (original) +++ trunk/demos/demos.css Sat Jan 3 01:07:34 2009 @@ -2,6 +2,10 @@ font-size: 62.5%; } +table { + font-size: 1em; +} + /* Site -------------------------------- */ @@ -182,4 +186,8 @@ .ui-draggable,
r1489 - trunk/ui
Author: scott.gonzalez Date: Fri Jan 2 21:52:26 2009 New Revision: 1489 Modified: trunk/ui/ui.selectable.js Log: Selectable: Fixed #3752: Cleaned up ui hash in callbacks. Modified: trunk/ui/ui.selectable.js ============================================================================== --- trunk/ui/ui.selectable.js (original) +++ trunk/ui/ui.selectable.js Fri Jan 2 21:52:26 2009 @@ -73,11 +73,7 @@ this.selectees = $(options.filter, this.element[0]); - // selectable START callback
r1486 - trunk/ui
Author: scott.gonzalez Date: Fri Jan 2 21:25:48 2009 New Revision: 1486 Modified: trunk/ui/ui.dialog.js Log: Dialog: Fixed #3731: Contain dialogs within the document when dragging. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Fri Jan 2 21:25:48 2009 @@ -285,6 +285,7 @@ cancel: '.ui-dialog-content', helper: options.dragHelper, handle:
Next Page