r1552 - trunk/demos/draggable
Author: joern.zaefferer Date: Thu Jan 8 02:46:26 2009 New Revision: 1552 Modified: trunk/demos/draggable/containment.html Log: reverted change on iframe demo Modified: trunk/demos/draggable/containment.html ============================================================================== --- trunk/demos/draggable/containment.html (original) +++ trunk/demos/draggable/containment.html Thu Jan 8 02:46:26 2009 @@ -10,7 +10,7 @@ </style> </head> <body> -<iframe frameborder='0' style='width:
r1553 - trunk/ui
Author: paul.bakaus Date: Thu Jan 8 03:19:48 2009 New Revision: 1553 Modified: trunk/ui/ui.draggable.js Log: draggable: second partial fix for remaining scroll issues (for the special case, subtract scrollLeft/scrollTop already in getParentOffset, so calculations become easier in _generatePosition) Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Thu Jan 8 03:19:48
r1551 - trunk/ui/i18n
Author: kbwood.au Date: Thu Jan 8 02:20:01 2009 New Revision: 1551 Added: trunk/ui/i18n/ui.datepicker-ms.js Log: Fixed 3764. Malaysian localisation Added: trunk/ui/i18n/ui.datepicker-ms.js ============================================================================== --- (empty file) +++ trunk/ui/i18n/ui.datepicker-ms.js Thu Jan 8 02:20:01 2009 @@ -0,0 +1,19 @@ +/* Malaysian initialisation for the jQuery UI date picker plugin. */ +/* Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net).
r1550 - trunk/demos/draggable
Author: bohdan.ganicky Date: Thu Jan 8 01:13:50 2009 New Revision: 1550 Modified: trunk/demos/draggable/cancel.html (props changed) Log: demos/draggable - svn props fixed on cancel.html
r1549 - trunk/demos/draggable
Author: bohdan.ganicky Date: Thu Jan 8 00:58:02 2009 New Revision: 1549 Added: trunk/demos/draggable/cancel.html Modified: trunk/demos/draggable/index.html Log: demos/draggable - added cancel option demo Added: trunk/demos/draggable/cancel.html ============================================================================== --- (empty file) +++ trunk/demos/draggable/cancel.html Thu Jan 8 00:58:02 2009 @@ -0,0 +1,40 @@ +<!doctype html> +<html lang="en"> +<head> + <title>jQuery UI Draggable - Cancel
r1548 - trunk/ui
Author: paul.bakaus Date: Wed Jan 7 23:54:40 2009 New Revision: 1548 Modified: trunk/ui/ui.draggable.js Log: draggable: partial fix for remaining scroll issues (containment, grid broken atm, comes with next commit) Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Wed Jan 7 23:54:40 2009 @@ -121,6 +121,11 @@ //Compute the helpers position this.position
r1547 - in trunk: demos tests/visual
Author: pazu2k@gmail.com Date: Wed Jan 7 22:50:51 2009 New Revision: 1547 Modified: trunk/demos/demos.css trunk/demos/index.html trunk/tests/visual/datepicker.html Log: demos/index.html - added link to open demo in new window. Modified: trunk/demos/demos.css ============================================================================== --- trunk/demos/demos.css (original) +++ trunk/demos/demos.css Wed Jan 7 22:50:51 2009 @@ -203,5 +203,5 @@ padding-right: 10px; } -#demo-link { font-size:11px;
r1546 - trunk/demos/datepicker
Author: rdworth Date: Wed Jan 7 21:54:53 2009 New Revision: 1546 Modified: trunk/demos/datepicker/localization.html Log: spelling of localization - see [1465] Modified: trunk/demos/datepicker/localization.html ============================================================================== --- trunk/demos/datepicker/localization.html (original) +++ trunk/demos/datepicker/localization.html Wed Jan 7 21:54:53 2009 @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Datepicker
r1545 - in trunk: demos demos/accordion demos/datepicker demos/dialog demos/draggable demos/dropp...
Author: rdworth Date: Wed Jan 7 21:44:34 2009 New Revision: 1545 Modified: trunk/demos/accordion/collapsible.html trunk/demos/accordion/custom_icons.html trunk/demos/accordion/default.html trunk/demos/accordion/fillspace.html trunk/demos/accordion/mouseover.html trunk/demos/datepicker/alt_field.html trunk/demos/datepicker/buttonbar.html trunk/demos/datepicker/date_formats.html trunk/demos/datepicker/default.html trunk/demos/datepicker/dropdown_month_year.html trunk/demos/datepicker/icon_trigger.html
r1544 - in trunk: demos demos/accordion demos/datepicker demos/dialog demos/draggable demos/dropp...
Author: rdworth Date: Wed Jan 7 21:39:38 2009 New Revision: 1544 Modified: trunk/demos/accordion/collapsible.html trunk/demos/accordion/custom_icons.html trunk/demos/accordion/default.html trunk/demos/accordion/fillspace.html trunk/demos/accordion/mouseover.html trunk/demos/datepicker/alt_field.html trunk/demos/datepicker/buttonbar.html trunk/demos/datepicker/date_formats.html trunk/demos/datepicker/default.html trunk/demos/datepicker/dropdown_month_year.html trunk/demos/datepicker/icon_trigger.html
DatePicker CSS bug
Hi, I am not sure if this is the right place to post this, but I am experiencing an issue with the DatePicker that I think may be a bug in the CSS of the latest themes. Whenever I enable the DatePicker on a textbox, there is a line at the bottom of the page that extends all the way across the page. If you click on the textbox to bring up the DatePicker, it goes away. I am running Firefox on Mac, though I saw the same thing in Safari. Has anyone else experienced this? I am not a registered user with
Themeroller
I'm not sure if I'm doing something, but every single time I've downloaded a theme from the themeroller I always have to go back in, add resets, changes classes, etc. I don't get how I can use the same library they use on the site, but I get different class names generated. With the latest theme I just downloaded, only a few minutes ago, I've already encountered the following errors: -tabs are not float so they display one on top of the other -both tab panes are show -text for buttons (prev/next)
r1543 - in trunk/tests/unit: draggable resizable sortable
Author: paul.bakaus Date: Wed Jan 7 09:45:15 2009 New Revision: 1543 Modified: trunk/tests/unit/draggable/draggable.js trunk/tests/unit/resizable/resizable.js trunk/tests/unit/sortable/sortable.js Log: tests: updated default value for 'cancel' option in tests Modified: trunk/tests/unit/draggable/draggable.js ============================================================================== --- trunk/tests/unit/draggable/draggable.js (original) +++ trunk/tests/unit/draggable/draggable.js Wed Jan
r1536 - trunk
Author: scott.gonzalez Date: Wed Jan 7 07:00:32 2009 New Revision: 1536 Modified: trunk/jquery-1.3pre.js Log: Updated jQuery 1.3pre to r6065 (post 1.3b2) Modified: trunk/jquery-1.3pre.js ============================================================================== --- trunk/jquery-1.3pre.js (original) +++ trunk/jquery-1.3pre.js Wed Jan 7 07:00:32 2009 @@ -1,34 +1,36 @@ -(function(){ -/* - * jQuery 1.3b2pre - New Wave Javascript +/*! + * jQuery JavaScript Library v1.3b2 + * http://jquery.com/
r1540 - in trunk: themes/base ui
Author: paul.bakaus Date: Wed Jan 7 08:17:12 2009 New Revision: 1540 Modified: trunk/themes/base/ui.accordion.css trunk/ui/ui.accordion.js Log: accordion: all classes added should have a 'ui-' prefix (fixes #3705) Modified: trunk/themes/base/ui.accordion.css ============================================================================== --- trunk/themes/base/ui.accordion.css (original) +++ trunk/themes/base/ui.accordion.css Wed Jan 7 08:17:12 2009 @@ -2,7 +2,7 @@ ----------------------------------*/
r1541 - in trunk: themes/base ui
Author: paul.bakaus Date: Wed Jan 7 08:55:50 2009 New Revision: 1541 Modified: trunk/themes/base/ui.datepicker.css trunk/ui/ui.datepicker.js Log: datepicker: prev/next buttons were bumping in disabled state due to :hover rules in the stylesheet, fixed by adding ui-datepicker-prev/next-hover classes, fixes #3774 Modified: trunk/themes/base/ui.datepicker.css ============================================================================== --- trunk/themes/base/ui.datepicker.css (original) +++ trunk/themes/base/ui.datepicker.css Wed
r1538 - trunk/ui
Author: paul.bakaus Date: Wed Jan 7 07:40:20 2009 New Revision: 1538 Modified: trunk/ui/effects.explode.js Log: explode: classed added to later remove temp elements without creating a scope should have a ui- prefix anyway (fixes #3704) Modified: trunk/ui/effects.explode.js ============================================================================== --- trunk/ui/effects.explode.js (original) +++ trunk/ui/effects.explode.js Wed Jan 7 07:40:20 2009 @@ -43,7 +43,7 @@ top:
r1539 - trunk/ui
Author: paul.bakaus Date: Wed Jan 7 08:07:23 2009 New Revision: 1539 Modified: trunk/ui/effects.core.js Log: effects: improved syntax, arguments, fixes #3674 Modified: trunk/ui/effects.core.js ============================================================================== --- trunk/ui/effects.core.js (original) +++ trunk/ui/effects.core.js Wed Jan 7 08:07:23 2009 @@ -13,20 +13,26 @@ $.extend($.effects, { version: "@VERSION", - save: function(el, set) { - for(var i=0;i<set.length;i++)
r1537 - trunk/ui
Author: paul.bakaus Date: Wed Jan 7 07:37:02 2009 New Revision: 1537 Modified: trunk/ui/ui.draggable.js trunk/ui/ui.resizable.js trunk/ui/ui.selectable.js trunk/ui/ui.sortable.js Log: cancel option should take in account <option> (fixes #3786) Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Wed Jan 7 07:37:02 2009 @@ -363,7 +363,7 @@ defaults: { appendTo:
Documentation design proposal
Hi all - After looking through all the docs, we think it would be really nice if we could roll demos and docs together instead of having separate sections. The demos make you want to see more detail and the docs already have embedded demos because seeing an example is always helpful so we'd like to pull these together. If we were able to change the top nav to "Demos & Documentation", the page could look like this: https://jqueryui.pbwiki.com/f/demo_documentation.png Where we have a tabbed area under
r1462 - in trunk/demos: datepicker images
Author: kbwood.au Date: Thu Jan 1 18:10:06 2009 New Revision: 1462 Added: trunk/demos/datepicker/alt_field.html trunk/demos/datepicker/date_formats.html trunk/demos/datepicker/icon_trigger.html trunk/demos/datepicker/localisation.html trunk/demos/datepicker/min_max.html trunk/demos/images/calendar.gif (contents, props changed) Modified: trunk/demos/datepicker/index.html Log: Additional datepicker demonstrations Added: trunk/demos/datepicker/alt_field.html ==============================================================================
r1534 - in trunk/external/bgiframe: . docs test
Author: rdworth Date: Tue Jan 6 19:34:18 2009 New Revision: 1534 Added: trunk/external/bgiframe/ trunk/external/bgiframe/ChangeLog.txt trunk/external/bgiframe/META.json trunk/external/bgiframe/docs/ trunk/external/bgiframe/docs/index.html trunk/external/bgiframe/jquery.bgiframe.js trunk/external/bgiframe/jquery.bgiframe.min.js trunk/external/bgiframe/jquery.bgiframe.pack.js trunk/external/bgiframe/test/ trunk/external/bgiframe/test/index.html Log: Added bgiframe 2.1.1 to external folder Added: trunk/external/bgiframe/ChangeLog.txt
r1535 - trunk/demos/dialog
Author: rdworth Date: Tue Jan 6 19:40:05 2009 New Revision: 1535 Modified: trunk/demos/dialog/default.html trunk/demos/dialog/modal.html trunk/demos/dialog/modal_confirmation.html trunk/demos/dialog/modal_form.html trunk/demos/dialog/modal_message.html Log: demos/dialog: set up dialog demos to use bgiframe Modified: trunk/demos/dialog/default.html ============================================================================== --- trunk/demos/dialog/default.html (original) +++ trunk/demos/dialog/default.html Tue
r1533 - in trunk: external tests tests/images tests/plugins tests/simulate tests/unit tests/unit/...
Author: rdworth Date: Tue Jan 6 19:31:15 2009 New Revision: 1533 Added: trunk/tests/unit/ trunk/tests/unit/accordion/ trunk/tests/unit/accordion/accordion.html (contents, props changed) - copied, changed from r1532, /trunk/tests/accordion.html trunk/tests/unit/accordion/accordion.js (props changed) - copied unchanged from r1532, /trunk/tests/accordion.js trunk/tests/unit/all/ trunk/tests/unit/all/all.html trunk/tests/unit/all/all_2.html trunk/tests/unit/core/ trunk/tests/unit/core/core.html (contents,
r1532 - trunk/external
Author: rdworth Date: Tue Jan 6 18:53:09 2009 New Revision: 1532 Added: trunk/external/ Log: new folder for external plugins
r1531 - trunk/tests/images
Author: rdworth Date: Tue Jan 6 18:45:25 2009 New Revision: 1531 Removed: trunk/tests/images/bg.gif trunk/tests/images/clock.png trunk/tests/images/progress-bg.gif trunk/tests/images/spinner-bg.gif Log: tests/images: cleaned up (removed) some unused images
r1530 - in trunk: tests themes/default
Author: rdworth Date: Tue Jan 6 18:38:50 2009 New Revision: 1530 Removed: trunk/themes/default/ Modified: trunk/tests/all.html trunk/tests/all_2.html trunk/tests/datepicker.html Log: removed default theme in favor of only one versioned css framework/TR theme - base Modified: trunk/tests/all.html ============================================================================== --- trunk/tests/all.html (original) +++ trunk/tests/all.html Tue Jan 6 18:38:50 2009 @@ -34,7 +34,7 @@ <script type="text/javascript"
r1529 - in trunk/demos: . accordion datepicker dialog draggable droppable effects_general effects...
Author: rdworth Date: Tue Jan 6 18:36:51 2009 New Revision: 1529 Modified: trunk/demos/accordion/collapsible.html trunk/demos/accordion/custom_icons.html trunk/demos/accordion/default.html trunk/demos/accordion/fillspace.html trunk/demos/accordion/mouseover.html trunk/demos/datepicker/alt_field.html trunk/demos/datepicker/buttonbar.html trunk/demos/datepicker/date_formats.html trunk/demos/datepicker/default.html trunk/demos/datepicker/dropdown_month_year.html trunk/demos/datepicker/icon_trigger.html
Datepicker Bug
The datepicker works great except when I try to put it in a data grid (HTML table with numerous <tr>'s). I've given every row element a unique id, but that didn't seem to fix the problem. I think I've found two bugs. One of them is when I use jQuery to try to clone a row (<tr>) I get an error. The autocomplete works great on the jQuery clone, but not the datepicker. Below is the information. Please let me know if I'm just missing something, there is a fix for this, or if it would be helpful for me
r1528 - trunk/demos
Author: fg.todd Date: Tue Jan 6 10:03:05 2009 New Revision: 1528 Modified: trunk/demos/demos.css trunk/demos/index.html Log: Refined demo left nav design and added selected state class. I need someone to look at these changes and figure out how they relate to the web demos template file because they seem to be almost copies of each other and I didn't update this file. Modified: trunk/demos/demos.css ============================================================================== --- trunk/demos/demos.css (original)
r1527 - branches/paul/suite/demos/coverflow
Author: paul.bakaus Date: Tue Jan 6 07:54:38 2009 New Revision: 1527 Modified: branches/paul/suite/demos/coverflow/index.html Log: paul-dev: coverflow: fixed max value for slider configuration Modified: branches/paul/suite/demos/coverflow/index.html ============================================================================== --- branches/paul/suite/demos/coverflow/index.html (original) +++ branches/paul/suite/demos/coverflow/index.html Tue Jan 6 07:54:38 2009 @@ -1,6 +1,7 @@ <html> <head>
r1524 - in branches/paul/suite: . demos demos/carousel demos/carousel/icons demos/coverflow demos...
Author: paul.bakaus Date: Tue Jan 6 05:28:38 2009 New Revision: 1524 Added: branches/paul/suite/demos/ branches/paul/suite/demos/carousel/ branches/paul/suite/demos/carousel/icons/ branches/paul/suite/demos/carousel/icons/1.png (contents, props changed) branches/paul/suite/demos/carousel/icons/10.png (contents, props changed) branches/paul/suite/demos/carousel/icons/2.png (contents, props changed) branches/paul/suite/demos/carousel/icons/3.png (contents, props changed) branches/paul/suite/demos/carousel/icons/4.png
r1526 - branches/paul/suite/source
Author: paul.bakaus Date: Tue Jan 6 06:42:12 2009 New Revision: 1526 Modified: branches/paul/suite/source/pb.coverflow.js Log: paul-dev: coverflow: added 'mozTransform' so it works in Firefox >= 3.1 Modified: branches/paul/suite/source/pb.coverflow.js ============================================================================== --- branches/paul/suite/source/pb.coverflow.js (original) +++ branches/paul/suite/source/pb.coverflow.js Tue Jan 6 06:42:12 2009 @@ -87,6 +87,7 @@
r1525 - in branches/paul/suite: . demos/carousel demos/carousel/icons demos/coverflow demos/cover...
Author: paul.bakaus Date: Tue Jan 6 05:42:13 2009 New Revision: 1525 Modified: branches/paul/suite/demos/carousel/icons/1.png (props changed) branches/paul/suite/demos/carousel/icons/10.png (props changed) branches/paul/suite/demos/carousel/icons/2.png (props changed) branches/paul/suite/demos/carousel/icons/3.png (props changed) branches/paul/suite/demos/carousel/icons/4.png (props changed) branches/paul/suite/demos/carousel/icons/5.png (props changed) branches/paul/suite/demos/carousel/icons/6.png
Can we make Datepicker work in quirksmode?
See <a href="http://www.markhneedham.com/blog/2009/01/06/jquery-datepicker-ie6-positioning-bug/">http://www.markhneedham.com/blog/2009/01/06/jquery-datepicker-ie6-positioning-bug/</a> - Richard
Resizable issues
The current default demo lacks a non-hover visual indicator. I can't see whats it about on first glance. The standard "grip" used by dialog would suffice to fix this. The other problem I have with it: The lower-right corner is unusable, I have a hard time hitting it. Dialog is way better in that regard. It looks like it isn't a matter of size, but of position. The area I'm expecting to hit is too small, overlapping border-bottom and border-right hitareas. The Animate-demo doesn't work: Once the resize
r1523 - in trunk: themes/base themes/default ui
Author: joern.zaefferer Date: Tue Jan 6 01:07:15 2009 New Revision: 1523 Modified: trunk/themes/base/ui.resizable.css trunk/themes/default/ui.resizable.css trunk/ui/ui.resizable.js Log: Fix for #3767 Modified: trunk/themes/base/ui.resizable.css ============================================================================== --- trunk/themes/base/ui.resizable.css (original) +++ trunk/themes/base/ui.resizable.css Tue Jan 6 01:07:15 2009 @@ -7,7 +7,7 @@ .ui-resizable-s { cursor: s-resize; height:
r1522 - in branches/experimental: coverflow tests/visual ui
Author: paul.bakaus Date: Tue Jan 6 00:52:02 2009 New Revision: 1522 Removed: branches/experimental/coverflow/ branches/experimental/tests/visual/magnifier.html branches/experimental/ui/ui.magnifier.js Log: branches/experimental: removed plugins that will be part of my own plugin collection
r1521 - in branches/paul: experimental experimental/gecko experimental/gecko/renderToCanvas exper...
Author: paul.bakaus Date: Tue Jan 6 00:45:04 2009 New Revision: 1521 Added: branches/paul/experimental/ branches/paul/experimental/gecko/ branches/paul/experimental/gecko/renderToCanvas/ branches/paul/experimental/gecko/renderToCanvas/index.html branches/paul/experimental/gecko/renderToCanvas/renderToCanvas.js branches/paul/experimental/gecko/transformff/ branches/paul/experimental/gecko/transformff/index.xml branches/paul/experimental/gecko/transformff/svgbase64test/ branches/paul/experimental/gecko/transformff/svgbase64test/svg64lion.html
r1520 - branches/paul/webkit
Author: paul.bakaus Date: Tue Jan 6 00:42:16 2009 New Revision: 1520 Removed: branches/paul/webkit/ Log: paul-dev: cleaned up branch
Next Page