r1259 - trunk/ui
Author: pazu2k@gmail.com Date: Wed Dec 24 02:06:00 2008 New Revision: 1259 Modified: trunk/ui/ui.datepicker.js Log: Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: added a better fix - needs refactoring. Modified: trunk/ui/ui.datepicker.js ============================================================================== --- trunk/ui/ui.datepicker.js (original) +++ trunk/ui/ui.datepicker.js Wed Dec 24 02:06:00 2008 @@ -595,23 +595,12 @@ .trigger('mouseover') .end();
Anchor Outlines
Hi, take a look at this demo in Opera, click Toggle and then on one of the headers: http://jquery-ui.googlecode.com/svn/trunk/tests/visual/accordion.html Someone suggested via Twitter to set outline: none for the anchors, which makes sense to me. I wonder if that may be related to accessibility, therefore ask the design team if they can just change this in the theme. Jörn
r1249 - trunk/ui
Author: scott.gonzalez Date: Tue Dec 23 06:55:41 2008 New Revision: 1249 Modified: trunk/ui/ui.dialog.js trunk/ui/ui.resizable.js Log: Resizable: Partial fix for supporting jQuery objects in alsoResize. Dialog: Fixed bug with content resizing. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Tue Dec 23 06:55:41 2008 @@ -308,7 +308,7 @@ this.uiDialog.resizable({
r1258 - in trunk: themes/base ui
Author: pazu2k@gmail.com Date: Tue Dec 23 11:39:28 2008 New Revision: 1258 Modified: trunk/themes/base/ui.datepicker.css trunk/ui/ui.datepicker.js Log: Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: IE doesn't seem to like dynamic widths so had no other choice but to hard code some width values (this needs a better fix). Modified: trunk/themes/base/ui.datepicker.css ============================================================================== --- trunk/themes/base/ui.datepicker.css (original)
r1257 - trunk/demos
Author: paul.bakaus Date: Tue Dec 23 10:42:28 2008 New Revision: 1257 Modified: trunk/demos/demos.css trunk/demos/index.html Log: demos: fixed styles for sub pages Modified: trunk/demos/demos.css ============================================================================== --- trunk/demos/demos.css (original) +++ trunk/demos/demos.css Tue Dec 23 10:42:28 2008 @@ -27,3 +27,1093 @@ background: #eaeaea; border-bottom: 1px solid #bbb; } + + + +/* Site + --------------------------------
r1255 - in trunk/themes: base default
Author: scottjehl Date: Tue Dec 23 10:01:56 2008 New Revision: 1255 Modified: trunk/themes/base/ui.theme.css trunk/themes/default/ui.theme.css Log: switched icon positioning for calendar and calculator in framework Modified: trunk/themes/base/ui.theme.css ============================================================================== --- trunk/themes/base/ui.theme.css (original) +++ trunk/themes/base/ui.theme.css Tue Dec 23 10:01:56 2008 @@ -137,12 +137,12 @@ .ui-icon-tag { background-position:
r1256 - trunk/demos
Author: paul.bakaus Date: Tue Dec 23 10:17:07 2008 New Revision: 1256 Modified: trunk/demos/index.html Log: display preloaded content if available (placeholder) Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Tue Dec 23 10:17:07 2008 @@ -17,13 +17,6 @@ <script type="text/javascript" src="../ui/ui.slider.js"></script> <script type="text/javascript" src="../ui/ui.sortable.js"></script>
r1251 - in trunk/themes: base default
Author: scottjehl Date: Tue Dec 23 07:17:57 2008 New Revision: 1251 Modified: trunk/themes/base/ui.dialog.css trunk/themes/default/ui.dialog.css Log: added padding: 0; rule to .ui-dialog-titlebar-close:focus as well as .ui-dialog-titlebar-close:hover Modified: trunk/themes/base/ui.dialog.css ============================================================================== --- trunk/themes/base/ui.dialog.css (original) +++ trunk/themes/base/ui.dialog.css Tue Dec 23 07:17:57 2008 @@ -5,7 +5,7 @@
r1254 - trunk/demos
Author: paul.bakaus Date: Tue Dec 23 09:08:26 2008 New Revision: 1254 Modified: trunk/demos/index.html Log: demos: overview file headers are not included if $plain is set in php Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Tue Dec 23 09:08:26 2008 @@ -1,3 +1,4 @@ +<?php if(!isset($plain)) { ?> <!doctype html> <html lang="en"> <head> @@ -25,6 +26,7 @@ </script>
r1247 - in trunk/demos: . accordion datepicker dialog draggable droppable progressbar resizable s...
Author: joern.zaefferer Date: Tue Dec 23 06:41:33 2008 New Revision: 1247 Modified: trunk/demos/accordion/default.html (props changed) trunk/demos/accordion/index.html (props changed) trunk/demos/accordion/mouseover.html (props changed) trunk/demos/datepicker/default.html (props changed) trunk/demos/datepicker/index.html (props changed) trunk/demos/dialog/default.html (props changed) trunk/demos/dialog/index.html (props changed) trunk/demos/draggable/index.html (props changed) trunk/demos/droppable/index.html
r1250 - trunk/themes/default
Author: scottjehl Date: Tue Dec 23 07:11:38 2008 New Revision: 1250 Modified: trunk/themes/default/ui.theme.css Log: tired typo... fixed for good: .ui-state-focus wasn't getting icon color styles. Modified: trunk/themes/default/ui.theme.css ============================================================================== --- trunk/themes/default/ui.theme.css (original) +++ trunk/themes/default/ui.theme.css Tue Dec 23 07:11:38 2008 @@ -39,9 +39,9 @@ /* states and images */ .ui-icon { width: 16px;
r1248 - in trunk/themes: base default
Author: scottjehl Date: Tue Dec 23 06:53:58 2008 New Revision: 1248 Modified: trunk/themes/base/ui.theme.css trunk/themes/default/ui.theme.css Log: .ui-state-focus wasn't getting icon color styles. fixed! Modified: trunk/themes/base/ui.theme.css ============================================================================== --- trunk/themes/base/ui.theme.css (original) +++ trunk/themes/base/ui.theme.css Tue Dec 23 06:53:58 2008 @@ -41,7 +41,7 @@ .ui-widget-content .ui-icon {background-image:
r1253 - trunk/ui
Author: rdworth Date: Tue Dec 23 08:06:38 2008 New Revision: 1253 Modified: trunk/ui/ui.slider.js Log: slider: removed hover and focus from range as it's not draggable (yet) Modified: trunk/ui/ui.slider.js ============================================================================== --- trunk/ui/ui.slider.js (original) +++ trunk/ui/ui.slider.js Tue Dec 23 08:06:38 2008 @@ -34,7 +34,8 @@ if (this.options.range) { if (this.options.range === true) { - this.range
r1252 - trunk/demos
Author: paul.bakaus Date: Tue Dec 23 07:39:01 2008 New Revision: 1252 Modified: trunk/demos/index.html Log: demos: modified overview file to use the website markup Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Tue Dec 23 07:39:01 2008 @@ -25,24 +25,62 @@ </script> </head> <body> +<table cellspacing="0" cellpadding="0" class="layout-grid" id="functional"> + <tr>
r1198 - in trunk: tests ui
Author: pazu2k@gmail.com Date: Sun Dec 21 09:20:54 2008 New Revision: 1198 Modified: trunk/tests/datepicker.js trunk/ui/ui.datepicker.js Log: Datepicker #3647: Removed date range features, removed related tests, and fixed disabled states for prev, next and day. Modified: trunk/tests/datepicker.js ============================================================================== --- trunk/tests/datepicker.js (original) +++ trunk/tests/datepicker.js Sun Dec 21 09:20:54 2008 @@ -869,38 +869,6 @@ equalsDate(inp.datepicker('getDate'),
r1246 - trunk/ui
Author: paul.bakaus Date: Tue Dec 23 06:28:47 2008 New Revision: 1246 Modified: trunk/ui/ui.resizable.js Log: fixed alsoResize to also accept vanilla DOM nodes ( fixes #3693 ) Modified: trunk/ui/ui.resizable.js ============================================================================== --- trunk/ui/ui.resizable.js (original) +++ trunk/ui/ui.resizable.js Tue Dec 23 06:28:47 2008 @@ -577,7 +577,7 @@ }); }; - if (typeof(o.alsoResize) == 'object') { + if (typeof(o.alsoResize)
r1245 - trunk/ui
Author: paul.bakaus Date: Tue Dec 23 06:24:34 2008 New Revision: 1245 Modified: trunk/ui/ui.resizable.js Log: fixed alsoResize to also accept vanilla DOM nodes ( fixes #3693 ) Modified: trunk/ui/ui.resizable.js ============================================================================== --- trunk/ui/ui.resizable.js (original) +++ trunk/ui/ui.resizable.js Tue Dec 23 06:24:34 2008 @@ -606,7 +606,7 @@ }); }; - if (typeof(o.alsoResize) == 'object') { + if (typeof(o.alsoResize)
r1244 - trunk/demos/datepicker
Author: rdworth Date: Tue Dec 23 05:59:00 2008 New Revision: 1244 Added: trunk/demos/datepicker/default.html Log: demos: Added default datepicker demo Added: trunk/demos/datepicker/default.html ============================================================================== --- (empty file) +++ trunk/demos/datepicker/default.html Tue Dec 23 05:59:00 2008 @@ -0,0 +1,21 @@ +<!doctype html> +<html lang="en"> +<head> + <title>jQuery UI Datepicker - Default Demo</title> + <link type="text/css"
r1243 - trunk/demos/dialog
Author: rdworth Date: Tue Dec 23 05:56:19 2008 New Revision: 1243 Added: trunk/demos/dialog/default.html Log: demos: Added default dialog demo Added: trunk/demos/dialog/default.html ============================================================================== --- (empty file) +++ trunk/demos/dialog/default.html Tue Dec 23 05:56:19 2008 @@ -0,0 +1,25 @@ +<!doctype html> +<html lang="en"> +<head> + <title>jQuery UI Dialog - Default Demo</title> + <link type="text/css" href="../demos.css"
r1242 - trunk/demos/tabs
Author: rdworth Date: Tue Dec 23 05:47:35 2008 New Revision: 1242 Added: trunk/demos/tabs/default.html Log: demos: Added default tabs demo Added: trunk/demos/tabs/default.html ============================================================================== --- (empty file) +++ trunk/demos/tabs/default.html Tue Dec 23 05:47:35 2008 @@ -0,0 +1,42 @@ +<!doctype html> +<html lang="en"> +<head> + <title>jQuery UI Tabs - Default Demo</title> + <link type="text/css" href="../demos.css" rel="stylesheet"
r1241 - in trunk/demos: functional real-world
Author: rdworth Date: Tue Dec 23 05:36:42 2008 New Revision: 1241 Removed: trunk/demos/functional/ trunk/demos/real-world/ Log: demos: removed legacy demos folders - functional, real-world
r1240 - trunk/ui
Author: rdworth Date: Tue Dec 23 05:27:57 2008 New Revision: 1240 Modified: trunk/ui/ui.progressbar.js Log: progressbar: changed value to have 'ui-widget-header' instead of 'ui-state-default' Modified: trunk/ui/ui.progressbar.js ============================================================================== --- trunk/ui/ui.progressbar.js (original) +++ trunk/ui/ui.progressbar.js Tue Dec 23 05:27:57 2008 @@ -31,7 +31,7 @@ "aria-valuenow": this._value() }); - this.valueDiv
r1239 - trunk/demos
Author: rdworth Date: Tue Dec 23 05:26:07 2008 New Revision: 1239 Modified: trunk/demos/demos.css Log: demos: bumped down the nav font a bit Modified: trunk/demos/demos.css ============================================================================== --- trunk/demos/demos.css (original) +++ trunk/demos/demos.css Tue Dec 23 05:26:07 2008 @@ -5,7 +5,7 @@ } .nav dt { color: #E87B10; - font-size: 1.8em; + font-size: 1.7em; font-weight: bold; margin-top: 1em; margin-bottom:
r1238 - in trunk/demos: accordion progressbar slider
Author: rdworth Date: Tue Dec 23 05:23:38 2008 New Revision: 1238 Added: trunk/demos/progressbar/default.html trunk/demos/slider/default.html trunk/demos/slider/range.html trunk/demos/slider/rangemax.html trunk/demos/slider/rangemin.html Modified: trunk/demos/accordion/mouseover.html trunk/demos/slider/index.html Log: demos: Added progressbar and slider demos Modified: trunk/demos/accordion/mouseover.html ============================================================================== --- trunk/demos/accordion/mouseover.html (original)
r1237 - in trunk/demos: . accordion datepicker dialog draggable droppable progressbar resizable s...
Author: rdworth Date: Tue Dec 23 05:02:51 2008 New Revision: 1237 Modified: trunk/demos/accordion/index.html trunk/demos/datepicker/index.html trunk/demos/demos.css trunk/demos/dialog/index.html trunk/demos/draggable/index.html trunk/demos/droppable/index.html trunk/demos/index.html trunk/demos/progressbar/index.html trunk/demos/resizable/index.html trunk/demos/selectable/index.html trunk/demos/slider/index.html trunk/demos/sortable/index.html trunk/demos/tabs/index.html Log: demos: touched up the
r1233 - in trunk/themes/default: . images
Author: rdworth Date: Tue Dec 23 03:15:48 2008 New Revision: 1233 Added: trunk/themes/default/images/000000_40x100_textures_01_flat_10.png (contents, props changed) trunk/themes/default/images/222222_256x240_icons_icons.png (contents, props changed) trunk/themes/default/images/228ef1_256x240_icons_icons.png (contents, props changed) trunk/themes/default/images/666666_40x100_textures_08_diagonals_thick_20.png (contents, props changed) trunk/themes/default/images/b81900_40x100_textures_08_diagonals_thick_18.png
r1234 - trunk/demos
Author: rdworth Date: Tue Dec 23 03:24:52 2008 New Revision: 1234 Added: trunk/demos/index.html Log: demos: index file Added: trunk/demos/index.html ============================================================================== --- (empty file) +++ trunk/demos/index.html Tue Dec 23 03:24:52 2008 @@ -0,0 +1,35 @@ +<!doctype html> +<html lang="en"> +<head> + <title>jQuery UI Demos</title> + <script type="text/javascript" src="../jquery-1.2.6.js"></script> + <script type="text/javascript">
r1236 - in trunk/demos: . accordion
Author: rdworth Date: Tue Dec 23 04:05:08 2008 New Revision: 1236 Added: trunk/demos/accordion/default.html trunk/demos/accordion/mouseover.html trunk/demos/demos.css Modified: trunk/demos/accordion/index.html Log: demos: Added default and mousover accordion demos Added: trunk/demos/accordion/default.html ============================================================================== --- (empty file) +++ trunk/demos/accordion/default.html Tue Dec 23 04:05:08 2008 @@ -0,0 +1,42 @@ +<!doctype html>
r1235 - in trunk/demos: . accordion datepicker dialog draggable droppable progressbar resizable s...
Author: rdworth Date: Tue Dec 23 03:41:11 2008 New Revision: 1235 Added: trunk/demos/accordion/index.html trunk/demos/datepicker/index.html trunk/demos/dialog/index.html trunk/demos/draggable/index.html trunk/demos/droppable/index.html trunk/demos/progressbar/index.html trunk/demos/resizable/index.html trunk/demos/selectable/index.html trunk/demos/slider/index.html trunk/demos/sortable/index.html trunk/demos/tabs/index.html Modified: trunk/demos/index.html Log: demos: added index page for each plugin
UI Tabs bug ?
Hi, I have just tested jquery ui tabs 1.6rc2 and I think there might be a bug. Here is a fix. Line 31: - createHelper: function() { + createHelper: function(e) { Line 75 - this.helper = this.createHelper(); + this.helper = this.createHelper(e); Sounds correct ? Hope it helps, Rémi
r1232 - in trunk/demos: accordion datepicker dialog draggable droppable progressbar resizable sel...
Author: rdworth Date: Tue Dec 23 02:56:48 2008 New Revision: 1232 Added: trunk/demos/accordion/ trunk/demos/datepicker/ trunk/demos/dialog/ trunk/demos/draggable/ trunk/demos/droppable/ trunk/demos/progressbar/ trunk/demos/resizable/ trunk/demos/selectable/ trunk/demos/slider/ trunk/demos/sortable/ trunk/demos/tabs/ Log: new demos folder structure
r1231 - branches/dev/slider
Author: rdworth Date: Tue Dec 23 02:41:25 2008 New Revision: 1231 Removed: branches/dev/slider/ Log: removed dev/slider branch (reintegrated to trunk in [1229])
r1230 - in trunk: tests tests/visual themes/base ui
Author: rdworth Date: Tue Dec 23 02:38:12 2008 New Revision: 1230 Modified: trunk/tests/slider.js trunk/tests/visual/slider.html trunk/themes/base/ui.slider.css trunk/ui/ui.slider.js Log: merged dev/slider branch (revs 1152-1229) back to trunk Modified: trunk/tests/slider.js ============================================================================== --- trunk/tests/slider.js (original) +++ trunk/tests/slider.js Tue Dec 23 02:38:12 2008 @@ -3,54 +3,21 @@ */ (function($) { // -// Selectable
r1228 - in branches/dev/slider: tests/visual themes/base ui
Author: rdworth Date: Tue Dec 23 02:24:39 2008 New Revision: 1228 Modified: branches/dev/slider/tests/visual/slider.html branches/dev/slider/themes/base/ui.slider.css branches/dev/slider/ui/ui.slider.js Log: branches/dev/slider: slider refactor for #3650 - added range: true support - added multiple handle/values support Modified: branches/dev/slider/tests/visual/slider.html ============================================================================== --- branches/dev/slider/tests/visual/slider.html (original)
r1229 - in branches/dev/slider: . demos/functional/js release release/build release/build/build r...
Author: rdworth Date: Tue Dec 23 02:29:53 2008 New Revision: 1229 Added: branches/dev/slider/release/build/ant-contrib-0.6.jar - copied unchanged from r1228, /trunk/release/build/ant-contrib-0.6.jar Removed: branches/dev/slider/release/build/build/ branches/dev/slider/release/build/js/ branches/dev/slider/release/build/js.jar Modified: branches/dev/slider/AUTHORS.txt branches/dev/slider/demos/functional/js/behaviour.functionaldemos.js branches/dev/slider/release/build.xml branches/dev/slider/tests/datepicker.js
Request review of ticket #3647 patch - Datepicker markup updates
I have just uploaded a patch to ticket #3647 which updates the markup for datepicker to latest UI CSS framework specs. See: <a href="http://ui.jquery.com/bugs/attachment/ticket/3647/jquery-ui-trunk-datepicker.patch">http://ui.jquery.com/bugs/attachment/ticket/3647/jquery-ui-trunk-datepicker.patch</a> I've only done the simple and multi (single row) datepicker calendars so far so more updates to come. Here's how the patched version looks: <a href="http://yelotofu.com/labs/jquery/UI/datepicker/datepicker.html">http://yelotofu.com/labs/jquery/UI/datepicker/datepicker.html</a>
r1227 - trunk/ui
Author: rdworth Date: Tue Dec 23 00:00:59 2008 New Revision: 1227 Modified: trunk/ui/ui.tabs.js Log: Tabs: Added tab hover and focus support. For #3651 Update markup to new UI CSS Framework specs Modified: trunk/ui/ui.tabs.js ============================================================================== --- trunk/ui/ui.tabs.js (original) +++ trunk/ui/ui.tabs.js Tue Dec 23 00:00:59 2008 @@ -78,6 +78,24 @@ var self = this, o = this.options; + this.$lis + .hover( + function()
r1226 - trunk/ui
Author: scott.gonzalez Date: Mon Dec 22 20:40:06 2008 New Revision: 1226 Modified: trunk/ui/ui.dialog.js Log: Dialog: Removed unnecessary call to moveToTop in drag start. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Mon Dec 22 20:40:06 2008 @@ -286,7 +286,6 @@ helper: options.dragHelper, handle: '.ui-dialog-titlebar', start: function()
r1225 - trunk/ui
Author: scott.gonzalez Date: Mon Dec 22 20:38:50 2008 New Revision: 1225 Modified: trunk/ui/ui.dialog.js Log: Dialog: Move to top on mousedown instead of mouseup. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Mon Dec 22 20:38:50 2008 @@ -64,7 +64,7 @@ role: 'dialog', 'aria-labelledby': titleId }) - .mouseup(function()
r1224 - trunk/ui
Author: scott.gonzalez Date: Mon Dec 22 20:32:44 2008 New Revision: 1224 Modified: trunk/ui/ui.dialog.js Log: Dialog: Passing in a DOMElement instead of a jQuery object for alsoResize to avoid resizable bug. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Mon Dec 22 20:32:44 2008 @@ -312,7 +312,7 @@ this.uiDialog.resizable({ cancel: '.ui-dialog-content',
Next Page