r1119 - trunk/themes/base
Author: scottjehl Date: Fri Dec 12 09:25:47 2008 New Revision: 1119 Modified: trunk/themes/base/ui.theme.css Log: - changed defaults for shadow to be smaller and a tad darker Modified: trunk/themes/base/ui.theme.css ============================================================================== --- trunk/themes/base/ui.theme.css (original) +++ trunk/themes/base/ui.theme.css Fri Dec 12 09:25:47 2008 @@ -235,4 +235,4 @@ /* Overlays */ .ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/
r1113 - trunk/themes/base
Author: fg.maggie Date: Fri Dec 12 07:29:21 2008 New Revision: 1113 Modified: trunk/themes/base/ui.tabs.css Log: tabs were appearing 2x tall in IE/Vista -- fixed by displaying links as blocks instead of floating Modified: trunk/themes/base/ui.tabs.css ============================================================================== --- trunk/themes/base/ui.tabs.css (original) +++ trunk/themes/base/ui.tabs.css Fri Dec 12 07:29:21 2008 @@ -4,7 +4,7 @@ .ui-tabs-nav { padding: .2em .2em 0 .2em; position:
r1115 - trunk/themes/base
Author: scottjehl Date: Fri Dec 12 07:47:58 2008 New Revision: 1115 Modified: trunk/themes/base/ui.theme.css Log: added additional rules for setting font family and font size on form elements within ui-widget. Win browsers don't inherit properly otherwise. Modified: trunk/themes/base/ui.theme.css ============================================================================== --- trunk/themes/base/ui.theme.css (original) +++ trunk/themes/base/ui.theme.css Fri Dec 12 07:47:58 2008 @@ -9,6 +9,7
r1114 - trunk/tests/static
Author: fg.maggie Date: Fri Dec 12 07:37:24 2008 New Revision: 1114 Modified: trunk/tests/static/datepicker.html Log: page formatting change (no change to widget markup) Modified: trunk/tests/static/datepicker.html ============================================================================== --- trunk/tests/static/datepicker.html (original) +++ trunk/tests/static/datepicker.html Fri Dec 12 07:37:24 2008 @@ -9,6 +9,11 @@ .ui-datepicker { float:left; margin: 0 2em 2em 0;} .ui-datepicker-multi
r1116 - in trunk: tests/static themes/base
Author: fg.maggie Date: Fri Dec 12 07:53:54 2008 New Revision: 1116 Modified: trunk/tests/static/slider.html trunk/themes/base/ui.slider.css Log: Updated #3650: noted that "ui-slider-horizontal" class is on hz slider css change: slider handles are centered over range start and end points Modified: trunk/tests/static/slider.html ============================================================================== --- trunk/tests/static/slider.html (original) +++ trunk/tests/static/slider.html Fri Dec
r1112 - in trunk: tests ui
Author: joern.zaefferer Date: Fri Dec 12 05:58:41 2008 New Revision: 1112 Modified: trunk/tests/accordion.js trunk/ui/ui.accordion.js Log: Accordion: Fixed jumpy behaviour (#3646) by wrapping content elements in an additional div Modified: trunk/tests/accordion.js ============================================================================== --- trunk/tests/accordion.js (original) +++ trunk/tests/accordion.js Fri Dec 12 05:58:41 2008 @@ -10,7 +10,7 @@ function state(accordion) { var args
r1111 - trunk/tests/visual
Author: joern.zaefferer Date: Fri Dec 12 05:27:57 2008 New Revision: 1111 Modified: trunk/tests/visual/accordion.html (props changed) Log: accordion visual test: svn:property mime-type set to text/html
r1110 - in trunk: tests tests/visual ui
Author: joern.zaefferer Date: Fri Dec 12 05:20:34 2008 New Revision: 1110 Added: trunk/tests/visual/accordion.html (contents, props changed) Modified: trunk/tests/accordion.html trunk/tests/accordion.js trunk/ui/ui.accordion.js Log: Accordion: Fixed #3646 - Update markup to new UI CSS Framework specs; Added visual test and updated tests to markup changes Modified: trunk/tests/accordion.html ============================================================================== --- trunk/tests/accordion.html (original)
Simulate plugin
Can someone provide a quick introduction to the simulate plugin? In which cases does it make sense to use it? Jörn
r1108 - trunk/tests/static
Author: rdworth Date: Thu Dec 11 18:31:34 2008 New Revision: 1108 Modified: trunk/tests/static/accordion.html trunk/tests/static/dialog.html trunk/tests/static/highlight_error.html trunk/tests/static/progressbar.html trunk/tests/static/slider.html trunk/tests/static/static_helpers.js trunk/tests/static/tabs.html Log: tests/static: whitespace and formatting Modified: trunk/tests/static/accordion.html ============================================================================== --- trunk/tests/static/accordion.html (original)
r1109 - trunk/tests/static
Author: rdworth Date: Thu Dec 11 18:32:40 2008 New Revision: 1109 Modified: trunk/tests/static/icons.html Log: tests/static/icons.html: fixed urls to be relative instead of absolute. Removed preload script. Modified: trunk/tests/static/icons.html ============================================================================== --- trunk/tests/static/icons.html (original) +++ trunk/tests/static/icons.html Thu Dec 11 18:32:40 2008 @@ -1,12 +1,9 @@ <!doctype html> <html> <head> - <meta http-equiv="Content-Type"
r1107 - trunk/tests/static
Author: rdworth Date: Thu Dec 11 18:23:03 2008 New Revision: 1107 Modified: trunk/tests/static/accordion.html trunk/tests/static/datepicker.html trunk/tests/static/dialog.html trunk/tests/static/highlight_error.html trunk/tests/static/icons.html trunk/tests/static/overlay.html trunk/tests/static/progressbar.html trunk/tests/static/slider.html trunk/tests/static/static_helpers.js trunk/tests/static/tabs.html Log: tests/static: whitespace only Modified: trunk/tests/static/accordion.html ==============================================================================
r1106 - trunk/themes/base
Author: scottjehl Date: Thu Dec 11 16:01:12 2008 New Revision: 1106 Modified: trunk/themes/base/ui.accordion.css Log: .1em change in accordion headers top padding Modified: trunk/themes/base/ui.accordion.css ============================================================================== --- trunk/themes/base/ui.accordion.css (original) +++ trunk/themes/base/ui.accordion.css Thu Dec 11 16:01:12 2008 @@ -4,6 +4,6 @@ .ui-accordion-header { cursor: pointer; position: relative; height:2em; } .selected
r1104 - trunk/themes/base
Author: scottjehl Date: Thu Dec 11 13:33:56 2008 New Revision: 1104 Modified: trunk/themes/base/ui.core.css trunk/themes/base/ui.theme.css Log: - Moved several static css rules from theme to core - Tokenized overlay and shadow styles for TR integration Modified: trunk/themes/base/ui.core.css ============================================================================== --- trunk/themes/base/ui.core.css (original) +++ trunk/themes/base/ui.core.css Thu Dec 11 13:33:56 2008 @@ -18,4 +18,23 @@
r1105 - trunk/themes/base
Author: fg.maggie Date: Thu Dec 11 13:52:50 2008 New Revision: 1105 Modified: trunk/themes/base/ui.datepicker.css Log: fixed position of prev/next arrows on hover Modified: trunk/themes/base/ui.datepicker.css ============================================================================== --- trunk/themes/base/ui.datepicker.css (original) +++ trunk/themes/base/ui.datepicker.css Thu Dec 11 13:52:50 2008 @@ -2,13 +2,15 @@ ----------------------------------*/ .ui-datepicker { width: 17em; padding:
r1103 - in trunk: tests/static themes/base
Author: fg.maggie Date: Thu Dec 11 13:30:44 2008 New Revision: 1103 Modified: trunk/tests/static/datepicker.html trunk/themes/base/ui.datepicker.css Log: updated #3647: static page now has recommended markup for datepicker with multiple calendars/months also edited styles so that month/year feedback header always centers over calendar Modified: trunk/tests/static/datepicker.html ============================================================================== --- trunk/tests/static/datepicker.html (original)
r1102 - trunk/themes/base
Author: fg.maggie Date: Thu Dec 11 10:03:36 2008 New Revision: 1102 Modified: trunk/themes/base/ui.dialog.css Log: added "width:auto" to button -- removes odd default width set by IE Modified: trunk/themes/base/ui.dialog.css ============================================================================== --- trunk/themes/base/ui.dialog.css (original) +++ trunk/themes/base/ui.dialog.css Thu Dec 11 10:03:36 2008 @@ -8,6 +8,6 @@ .ui-dialog-titlebar-close:hover { padding: 0; } .ui-dialog-content
r1101 - trunk/themes/base
Author: fg.maggie Date: Thu Dec 11 09:54:14 2008 New Revision: 1101 Modified: trunk/themes/base/ui.dialog.css Log: added default width (300px) Modified: trunk/themes/base/ui.dialog.css ============================================================================== --- trunk/themes/base/ui.dialog.css (original) +++ trunk/themes/base/ui.dialog.css Thu Dec 11 09:54:14 2008 @@ -1,6 +1,6 @@ /* Dialog ----------------------------------*/ -.ui-dialog {position: relative; padding: .2em; } +.ui-dialog
r1099 - in branches/dev/grid: tests/visual ui
Author: paul.bakaus Date: Thu Dec 11 09:35:58 2008 New Revision: 1099 Modified: branches/dev/grid/tests/visual/grid.html branches/dev/grid/ui/ui.grid.js Log: grid: column reordering half-way done (needs final logic to reorder data columns along, and no trigger on resize) Modified: branches/dev/grid/tests/visual/grid.html ============================================================================== --- branches/dev/grid/tests/visual/grid.html (original) +++ branches/dev/grid/tests/visual/grid.html Thu
r1100 - in trunk: tests/static themes/base
Author: fg.maggie Date: Thu Dec 11 09:46:29 2008 New Revision: 1100 Modified: trunk/tests/static/slider.html trunk/themes/base/ui.core.css trunk/themes/base/ui.slider.css Log: updated #3650: noted that inline position style should be removed from range element (ui-slider-range) ui.slider.css - added position style, fixed range display issues for IE6 ui.core.css - fixed clearfix class to work in IE7, Opera Modified: trunk/tests/static/slider.html ==============================================================================
Please Create Tickets
Hey everyone, If you're going to fix a bug or add a new feature, please create a ticket. All bug fixes, new features and enhancements should be worked as the result of a ticket. Your commit message should then reference the ticket number (Dialog: Fixes #123: Some description.) and when you close the ticket you should reference the commit (Fixed in [234]). If you're just re-organizing or trimming down some code, you don't need a ticket. Also, just a reminder that if you're going to be adding or
r1098 - trunk/ui
Author: paul.bakaus Date: Thu Dec 11 07:02:21 2008 New Revision: 1098 Modified: trunk/ui/ui.draggable.js Log: sortable: fixed connectToSortable option, wasn't working with Arrays as described in the documentation Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Thu Dec 11 07:02:21 2008 @@ -395,15 +395,19 @@ var inst = $(this).data("draggable"); inst.sortables
New markup and CSS for resizable (#3649)
Ticket #3649 is a blocker to update resizable to use the new markup in the static test files, but not such file exists.
r1097 - trunk/tests/static
Author: fg.maggie Date: Thu Dec 11 06:15:21 2008 New Revision: 1097 Modified: trunk/tests/static/accordion.html Log: back to html 5 doctype Modified: trunk/tests/static/accordion.html ============================================================================== --- trunk/tests/static/accordion.html (original) +++ trunk/tests/static/accordion.html Thu Dec 11 06:15:21 2008 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Themeroller theme gallery
Hi all - After chatting with Scott J. about custom themes this morning, I wanted to post a few thoughts on the various theme mechanisms. To get everyone up to speed on the conversation, I had posted this to Cabal earlier... We've been kicking around ideas on how to improve the theme gallery in the new ThemeRoller app and really would like to get user-generated themes and ratings into this release if we can. I've written up a description here: http://jqueryui.pbwiki.com/ThemeRoller-gallery After seeing
r1085 - trunk/tests/static
Author: fg.maggie Date: Wed Dec 10 14:14:50 2008 New Revision: 1085 Modified: trunk/tests/static/accordion.html Log: edited doctype for IE6 Modified: trunk/tests/static/accordion.html ============================================================================== --- trunk/tests/static/accordion.html (original) +++ trunk/tests/static/accordion.html Wed Dec 10 14:14:50 2008 @@ -1,4 +1,4 @@ -<!doctype html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
r1096 - trunk/ui
Author: paul.bakaus Date: Thu Dec 11 05:39:15 2008 New Revision: 1096 Modified: trunk/ui/ui.draggable.js trunk/ui/ui.sortable.js Log: sortable,draggable: fixed issues with _convertPositionTo, missed from latest re-factor, miscalculated the absolute position including scroll Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Thu Dec 11 05:39:15 2008 @@ -262,20 +262,21
r1095 - trunk/ui
Author: paul.bakaus Date: Thu Dec 11 03:18:28 2008 New Revision: 1095 Modified: trunk/ui/ui.sortable.js Log: sortable: fixed containment issue (with 'parent', height was miscalculated due to wrong append order) Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Thu Dec 11 03:18:28 2008 @@ -134,10 +134,6 @@ //Cache the former DOM position this.domPosition
r1091 - in trunk: tests ui
Author: scott.gonzalez Date: Wed Dec 10 18:45:42 2008 New Revision: 1091 Modified: trunk/tests/dialog.js trunk/ui/ui.dialog.js Log: Dialog: Partial fix for #3648: Use new CSS framework. Modified: trunk/tests/dialog.js ============================================================================== --- trunk/tests/dialog.js (original) +++ trunk/tests/dialog.js Wed Dec 10 18:45:42 2008 @@ -300,7 +300,7 @@ i++; }); - equals(btn.parent().attr('className'), 'ui-dialog-buttonpane', "buttons
r1093 - in trunk: tests ui
Author: scott.gonzalez Date: Wed Dec 10 19:03:13 2008 New Revision: 1093 Modified: trunk/tests/progressbar.js trunk/ui/ui.progressbar.js Log: Progressbar: Fixed #3645: Use new CSS framework. Modified: trunk/tests/progressbar.js ============================================================================== --- trunk/tests/progressbar.js (original) +++ trunk/tests/progressbar.js Wed Dec 10 19:03:13 2008 @@ -8,11 +8,7 @@ var defaults = { disabled: false, - height: 20, - label: true,
r1090 - in trunk: tests ui
Author: scott.gonzalez Date: Wed Dec 10 18:25:51 2008 New Revision: 1090 Modified: trunk/tests/dialog.js trunk/ui/ui.dialog.js Log: Dialog: Fixed #3638: Added closeText option (default 'close'). Modified: trunk/tests/dialog.js ============================================================================== --- trunk/tests/dialog.js (original) +++ trunk/tests/dialog.js Wed Dec 10 18:25:51 2008 @@ -10,6 +10,8 @@ autoOpen: true, autoResize: true, buttons: {}, + closeOnEscape: true,
r1092 - trunk/ui
Author: scott.gonzalez Date: Wed Dec 10 18:48:20 2008 New Revision: 1092 Modified: trunk/ui/ui.dialog.js Log: Dialog: Fixed variable re-declaration. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Wed Dec 10 18:48:20 2008 @@ -70,6 +70,21 @@ 'ui-corner-all' ) .attr('role', 'button') + .hover( + function()
r1094 - trunk/ui
Author: scott.gonzalez Date: Wed Dec 10 19:05:02 2008 New Revision: 1094 Modified: trunk/ui/ui.dialog.js Log: Dialog: Remove ui-widget-content class on destroy. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Wed Dec 10 19:05:02 2008 @@ -164,7 +164,7 @@ this.element .unbind('.dialog') .removeData('dialog') - .removeClass('ui-dialog-content')
Dialog + close link text + i18n
There is a ticket to add an option for the close link text in dialogs ( <a href="http://ui.jquery.com/bugs/ticket/3638">http://ui.jquery.com/bugs/ticket/3638</a> ). This should really support i18n, but we haven't discussed how we want to handle this across all UI plugins yet. Does anyone object to adding a closeText option now and then changing it when we fully support i18n?
r1089 - trunk/tests/static
Author: scott.gonzalez Date: Wed Dec 10 17:22:06 2008 New Revision: 1089 Modified: trunk/tests/static/dialog.html Log: Static dialog test: Added ARIA semantics. Modified: trunk/tests/static/dialog.html ============================================================================== --- trunk/tests/static/dialog.html (original) +++ trunk/tests/static/dialog.html Wed Dec 10 17:22:06 2008 @@ -9,10 +9,10 @@ <body style="font-size: 62.5%;"> -<div class="ui-dialog ui-widget ui-widget-content ui-corner-all">
r1088 - in trunk: tests/static themes/base
Author: scottjehl Date: Wed Dec 10 16:03:51 2008 New Revision: 1088 Added: trunk/tests/static/overlay.html (contents, props changed) Modified: trunk/themes/base/ui.core.css trunk/themes/base/ui.theme.css Log: - added overlay.html static demo to demonstrate the positionTo iframefix + shadow markup. It's actually not static, but a js demo with our markup recommendations, since we found it easier to communicate our recommendation that way. - edited ui-widget-overlay and ui-widget-shadow in theme.css
r1087 - trunk/themes/base
Author: scottjehl Date: Wed Dec 10 14:58:20 2008 New Revision: 1087 Modified: trunk/themes/base/ui.theme.css Log: changed ui-widget-overlay to a background with opacity (not yet lever driven) Modified: trunk/themes/base/ui.theme.css ============================================================================== --- trunk/themes/base/ui.theme.css (original) +++ trunk/themes/base/ui.theme.css Wed Dec 10 14:58:20 2008 @@ -13,7 +13,7 @@ .ui-widget-header a { color: #222222/*{fcHeader}*/; } .ui-widget-content
r1086 - trunk/themes/base
Author: fg.maggie Date: Wed Dec 10 14:33:12 2008 New Revision: 1086 Modified: trunk/themes/base/ui.accordion.css trunk/themes/base/ui.theme.css Log: fixed icon placement in IE6 Modified: trunk/themes/base/ui.accordion.css ============================================================================== --- trunk/themes/base/ui.accordion.css (original) +++ trunk/themes/base/ui.accordion.css Wed Dec 10 14:33:12 2008 @@ -1,7 +1,7 @@ /* Accordion ----------------------------------*/ .ui-accordion-group
r1084 - trunk/themes/base
Author: scottjehl Date: Wed Dec 10 10:39:06 2008 New Revision: 1084 Added: trunk/themes/base/ui.theme.css (contents, props changed) Modified: trunk/themes/base/ui.all.css trunk/themes/base/ui.core.css Log: ui.core.css is now just core css helper dependencies added ui.theme.css - contains a themed set of TR classes with token comments (needs to be documented) ui.all.css now imports core, theme, and allplugins Modified: trunk/themes/base/ui.all.css ==============================================================================
r1083 - trunk/tests/static
Author: fg.maggie Date: Wed Dec 10 08:54:15 2008 New Revision: 1083 Modified: trunk/tests/static/accordion.html Log: swapped circle with triangle icons Modified: trunk/tests/static/accordion.html ============================================================================== --- trunk/tests/static/accordion.html (original) +++ trunk/tests/static/accordion.html Wed Dec 10 08:54:15 2008 @@ -11,18 +11,18 @@ <div class="ui-accordion ui-widget ui-helper-reset"> <div class="ui-accordion-group
Next Page