r1223 - trunk/tests/visual
Author: scott.gonzalez Date: Mon Dec 22 20:24:28 2008 New Revision: 1223 Modified: trunk/tests/visual/dialog.html Log: Dialog static test: Removing duplicate ids. Modified: trunk/tests/visual/dialog.html ============================================================================== --- trunk/tests/visual/dialog.html (original) +++ trunk/tests/visual/dialog.html Mon Dec 22 20:24:28 2008 @@ -13,7 +13,7 @@ $(function() { // Simple Dialog $("#dialog button").click(function()
r1222 - trunk/ui
Author: scott.gonzalez Date: Mon Dec 22 20:23:19 2008 New Revision: 1222 Modified: trunk/ui/ui.dialog.js Log: Dialog: Setting the correct element for alsoResize. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Mon Dec 22 20:23:19 2008 @@ -312,7 +312,7 @@ this.uiDialog.resizable({ cancel: '.ui-dialog-content', - alsoResize: '.ui-dialog-content',
r1221 - in branches/dev/slider: tests/visual ui
Author: rdworth Date: Mon Dec 22 17:17:24 2008 New Revision: 1221 Modified: branches/dev/slider/tests/visual/slider.html branches/dev/slider/ui/ui.slider.js Log: branches/dev/slider: slider refactor for #3650 - added change callback Modified: branches/dev/slider/tests/visual/slider.html ============================================================================== --- branches/dev/slider/tests/visual/slider.html (original) +++ branches/dev/slider/tests/visual/slider.html Mon Dec 22 17:17:24
tabs to new markup and framework?
Seems most of the widgets have gotten most or all of the markup changes needed for the new framework, but tabs still looks untouched. Are we planning to have that widget ready for the release?
r1220 - in branches/dev/slider: tests/visual themes/base ui
Author: rdworth Date: Mon Dec 22 15:28:01 2008 New Revision: 1220 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: ref/branches/dev/slider: slider refactor for #3650 - added mouse click and drag support - added start/slide/stop callbacks Modified: branches/dev/slider/tests/visual/slider.html ============================================================================== --- branches/dev/slider/tests/visual/slider.html (original)
accordion selected class
it's currently: <div class="ui-accordion-group selected"> Should it be this instead? <div class="ui-accordion-group ui-accordion-selected">
Dialog CSS
Does anyone know why this rule exists in the dialog CSS: .ui-dialog-titlebar-close:hover { padding: 0; } It seems to me like that rule shouldn't exist.
r1219 - trunk/tests/static
Author: scott.gonzalez Date: Mon Dec 22 12:34:32 2008 New Revision: 1219 Modified: trunk/tests/static/tabs.html Log: Tabs Static Test: Added missing ui-state-default class to active tab. Modified: trunk/tests/static/tabs.html ============================================================================== --- trunk/tests/static/tabs.html (original) +++ trunk/tests/static/tabs.html Mon Dec 22 12:34:32 2008 @@ -13,7 +13,7 @@ <!-- Tabs --> <div class="ui-tabs ui-widget ui-widget-content ui-corner-all">
r1218 - in trunk: themes/base ui
Author: pazu2k@gmail.com Date: Mon Dec 22 12:24:27 2008 New Revision: 1218 Modified: trunk/themes/base/ui.datepicker.css trunk/ui/ui.datepicker.js Log: Datepicker #3647: Added RTL support to the datepicker theme and reverted markup changes for RTL in r1196 for better semantics. Modified: trunk/themes/base/ui.datepicker.css ============================================================================== --- trunk/themes/base/ui.datepicker.css (original) +++ trunk/themes/base/ui.datepicker.css Mon
r1217 - trunk/themes/base
Author: scottjehl Date: Mon Dec 22 11:28:48 2008 New Revision: 1217 Modified: trunk/themes/base/ui.tabs.css Log: overrode background on ui-tab-panel that is being set by ui-widget-content class. The wrapper has this class as well, so all this panel needs of the class is the text color. Modified: trunk/themes/base/ui.tabs.css ============================================================================== --- trunk/themes/base/ui.tabs.css (original) +++ trunk/themes/base/ui.tabs.css Mon Dec 22
r1216 - in trunk: tests ui
Author: pazu2k@gmail.com Date: Mon Dec 22 11:18:15 2008 New Revision: 1216 Modified: trunk/tests/datepicker.js trunk/ui/ui.datepicker.js Log: Datepicker #3647: fixed disabled state for inline datepicker so it looks disabled visually and removed the erroneous cover div. Modified: trunk/tests/datepicker.js ============================================================================== --- trunk/tests/datepicker.js (original) +++ trunk/tests/datepicker.js Mon Dec 22 11:18:15 2008 @@ -425,19 +425,13
r1215 - trunk/themes/base
Author: scottjehl Date: Mon Dec 22 10:32:59 2008 New Revision: 1215 Modified: trunk/themes/base/ui.accordion.css Log: Fixed 1px jog during animation. Works in FF, not in Safari. Modified: trunk/themes/base/ui.accordion.css ============================================================================== --- trunk/themes/base/ui.accordion.css (original) +++ trunk/themes/base/ui.accordion.css Mon Dec 22 10:32:59 2008 @@ -1,9 +1,9 @@ /* Accordion ----------------------------------*/ .ui-accordion-group
r1214 - trunk/release
Author: joern.zaefferer Date: Mon Dec 22 10:29:29 2008 New Revision: 1214 Modified: trunk/release/build.xml Log: Build: Added back packed folder to replace version Modified: trunk/release/build.xml ============================================================================== --- trunk/release/build.xml (original) +++ trunk/release/build.xml Mon Dec 22 10:29:29 2008 @@ -47,6 +47,7 @@ <replaceregexp match="@VERSION" replace="${release.version}" flags="g" byline="true"> <fileset
Build problems, append header etc.
I was looking at this ticket: http://ui.jquery.com/bugs/ticket/3576 That is actually a solved problem for core and the plugins build. Trying to fix it for UI, and came to wonder why we are using other tools (yuicompressor, packer via php), therefore duplicating the effort while being unable to reuse solutions like the one for copying the header into the minified/packed files. Anything I am missing? Jörn
r1213 - in trunk/release/build: build js
Author: joern.zaefferer Date: Mon Dec 22 10:27:08 2008 New Revision: 1213 Removed: trunk/release/build/build/ trunk/release/build/js/ Log: Build: Fix for #3576, adding headers to minified and packed files; current solution is rather ugly, need to refactor; also removed unnecessary files from old build scripts, while adding ant-contrib-0.6.jar
r1212 - in trunk/release: . build build/js
Author: joern.zaefferer Date: Mon Dec 22 10:26:26 2008 New Revision: 1212 Added: trunk/release/build/ant-contrib-0.6.jar (contents, props changed) Removed: trunk/release/build/js.jar trunk/release/build/js/Packer.js trunk/release/build/js/ParseMaster.js trunk/release/build/js/Words.js trunk/release/build/js/base2.js trunk/release/build/js/jsmin.js trunk/release/build/js/json.js trunk/release/build/js/pack.js trunk/release/build/js/pack.wsf trunk/release/build/js/parse.js trunk/release/build/js/writeFile.js
Accordion theme issues with autoHeight and fillSpace
Hi, while migrating the accordion to the new CSS framework I introduced an additional wrapper div around the accordion's content elements. The wrapper is then the animated element, while the wrapped gets the theme classes applied. This falls apart as soon as you use autoHeight or fillSpace with content elements with different amounts of contents. Click on the second header to see the issue: http://jquery-ui.googlecode.com/svn/trunk/tests/visual/accordion.html I think what we need is to move all theme-classes
r1211 - trunk
Author: joern.zaefferer Date: Mon Dec 22 10:10:47 2008 New Revision: 1211 Modified: trunk/AUTHORS.txt Log: fixed my name and Scott's in AUTHORS.txt Modified: trunk/AUTHORS.txt ============================================================================== --- trunk/AUTHORS.txt (original) +++ trunk/AUTHORS.txt Mon Dec 22 10:10:47 2008 @@ -11,7 +11,7 @@ Maggie Costello Aaron Eisenberger (aaronchi@gmail.com) Ariel Flesler -Scott Gonz�lez +Scott González Marc Grabanski (m@marcgrabanski.com) Klaus
r1210 - branches/dev/slider/themes/base
Author: rdworth Date: Mon Dec 22 09:25:25 2008 New Revision: 1210 Modified: branches/dev/slider/themes/base/ui.slider.css Log: /branches/dev/slider/themes/base/ui.slider.css: created a cleaner separation between -horizontal and -vertical styles Modified: branches/dev/slider/themes/base/ui.slider.css ============================================================================== --- branches/dev/slider/themes/base/ui.slider.css (original) +++ branches/dev/slider/themes/base/ui.slider.css Mon
r1209 - trunk/tests/visual
Author: rdworth Date: Mon Dec 22 09:12:26 2008 New Revision: 1209 Modified: trunk/tests/visual/all.css trunk/tests/visual/all.html trunk/tests/visual/dialog.html Log: tests/visual: adjusted the formatting a bit. Separated dialog tests into simple dialog and dialog with buttons Modified: trunk/tests/visual/all.css ============================================================================== --- trunk/tests/visual/all.css (original) +++ trunk/tests/visual/all.css Mon Dec 22 09:12:26 2008 @@
Options for which icons to use in a widget
The thought occurred to us this morning that we are going to need an option system for selecting which icons a widget uses. Even in the last couple of days, we updated the icons in the static markup for the default accordion icons (it's not yet updated in scripted demo) to use triangles rather than plus/minus, but this won't suit every developer's preference. Particularly in the case where icons are toggled with state changes, like in the accordion, we need options for the default and selected icons.
r1208 - in trunk: tests tests/visual ui
Author: pazu2k@gmail.com Date: Mon Dec 22 07:47:35 2008 New Revision: 1208 Modified: trunk/tests/datepicker.js trunk/tests/visual/datepicker.html trunk/ui/ui.datepicker.js Log: Datepicker #3647: added enable, disable, destroy buttons to visual test. Fixed failing localisation tests. Fixed RTL support and selected day highlighting for keyboard navigation. Modified: trunk/tests/datepicker.js ============================================================================== --- trunk/tests/datepicker.js (original)
r1207 - trunk/ui
Author: joern.zaefferer Date: Mon Dec 22 07:35:03 2008 New Revision: 1207 Modified: trunk/ui/ui.accordion.js Log: accordion: update content div classes to move theme classes to wrapper with seperate content-wrap and content classes Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original) +++ trunk/ui/ui.accordion.js Mon Dec 22 07:35:03 2008 @@ -35,7 +35,7 @@ .bind("mouseenter.accordion",
r1206 - in trunk: tests/static themes/base
Author: scottjehl Date: Mon Dec 22 07:22:17 2008 New Revision: 1206 Modified: trunk/tests/static/accordion.html trunk/themes/base/ui.accordion.css Log: updated content divs per Jörn's suggestion. Moved framework classes to wrapper. Padding on inner. Modified: trunk/tests/static/accordion.html ============================================================================== --- trunk/tests/static/accordion.html (original) +++ trunk/tests/static/accordion.html Mon Dec 22 07:22:17 2008 @@ -15,24
r1204 - trunk/ui
Author: joern.zaefferer Date: Mon Dec 22 06:50:59 2008 New Revision: 1204 Modified: trunk/ui/ui.accordion.js Log: accordion: fix for #3626, refactoring resize code into its own public method Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original) +++ trunk/ui/ui.accordion.js Mon Dec 22 06:50:59 2008 @@ -47,22 +47,7 @@ this.element.find('a').css('zoom', '1'); } - var maxHeight;
r1205 - trunk/tests/visual
Author: joern.zaefferer Date: Mon Dec 22 06:57:15 2008 New Revision: 1205 Modified: trunk/tests/visual/accordion.html Log: accordion: adjusting visual test to demonstrate theming issue Modified: trunk/tests/visual/accordion.html ============================================================================== --- trunk/tests/visual/accordion.html (original) +++ trunk/tests/visual/accordion.html Mon Dec 22 06:57:15 2008 @@ -28,7 +28,7 @@ <div> <h3><a href="#">First</a></h3>
r1201 - in trunk: tests ui
Author: klaus.hartl Date: Mon Dec 22 03:44:30 2008 New Revision: 1201 Modified: trunk/tests/tabs.js trunk/ui/ui.tabs.js Log: adopted proposed markup for 1.6, fixes #3651 Modified: trunk/tests/tabs.js ============================================================================== --- trunk/tests/tabs.js (original) +++ trunk/tests/tabs.js Mon Dec 22 03:44:30 2008 @@ -13,16 +13,16 @@ deselectable: false, deselectableClass: 'ui-tabs-deselectable', disabled: [], - disabledClass: 'ui-tabs-disabled',
r1203 - trunk/ui
Author: joern.zaefferer Date: Mon Dec 22 06:34:32 2008 New Revision: 1203 Modified: trunk/ui/ui.accordion.js Log: accordion: updated to icons: { header, headerSelected } Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original) +++ trunk/ui/ui.accordion.js Mon Dec 22 06:34:32 2008 @@ -39,8 +39,8 @@ var active = options.active = findActive(headers, options.active).toggleClass("ui-state-default").toggleClass("ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");
r1202 - trunk/tests
Author: klaus.hartl Date: Mon Dec 22 03:45:29 2008 New Revision: 1202 Modified: trunk/tests/tabs.js Log: UI Tabs: added a few tests for remove method, still incomplete Modified: trunk/tests/tabs.js ============================================================================== --- trunk/tests/tabs.js (original) +++ trunk/tests/tabs.js Mon Dec 22 03:45:29 2008 @@ -81,7 +81,20 @@ }); test('remove', function() { - expect(0); + expect(4); + + var el = $('#tabs1 > ul').tabs();
r1200 - trunk/themes/base
Author: scottjehl Date: Sun Dec 21 20:12:54 2008 New Revision: 1200 Modified: trunk/themes/base/ui.datepicker.css Log: removed rule that set background image to none on "today" highlight state. Element shows complete ui-state-highlight style now. Modified: trunk/themes/base/ui.datepicker.css ============================================================================== --- trunk/themes/base/ui.datepicker.css (original) +++ trunk/themes/base/ui.datepicker.css Sun Dec 21 20:12:54 2008 @@ -18,7
r1199 - trunk/ui
Author: scott.gonzalez Date: Sun Dec 21 10:00:42 2008 New Revision: 1199 Modified: trunk/ui/ui.dialog.js Log: Dialog: Added hover and focus states to all buttons. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Sun Dec 21 10:00:42 2008 @@ -95,12 +95,18 @@ .attr('role', 'button') .hover( function() { - $(this).addClass('ui-state-hover');
Slider refactor for 1.6rc3
I started the 1.6rc3 slider refactor (in /branches/dev/slider). We'll do a bigger refactor in a future release. This is a minimal one for the new CSS Framework, though I'm recommending quite a number of changes. I'm also clarifying some points that were unspecified before. I started with keyboard support. Mouse support will still be added. I updated the functional specs section of the wiki page <a href="http://jqueryui.pbwiki.com/Slider">http://jqueryui.pbwiki.com/Slider</a> and I have one big open
r1197 - trunk/ui
Author: scott.gonzalez Date: Sun Dec 21 08:54:27 2008 New Revision: 1197 Modified: trunk/ui/ui.dialog.js Log: Dialog: Fixed #3145: Added support for height: 'auto'. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Sun Dec 21 08:54:27 2008 @@ -411,27 +411,31 @@ $.widget.prototype._setData.apply(this, arguments); }, - + _size: function() { /*
r1196 - in trunk: tests/visual themes/base ui
Author: pazu2k@gmail.com Date: Sat Dec 20 12:20:33 2008 New Revision: 1196 Modified: trunk/tests/visual/datepicker.html trunk/themes/base/ui.datepicker.css trunk/ui/ui.datepicker.js Log: Datepicker #3647: fixed RTL support for new UI markup. Modified: trunk/tests/visual/datepicker.html ============================================================================== --- trunk/tests/visual/datepicker.html (original) +++ trunk/tests/visual/datepicker.html Sat Dec 20 12:20:33 2008 @@ -11,7 +11,7
r1195 - trunk/themes/base
Author: scottjehl Date: Sat Dec 20 11:52:00 2008 New Revision: 1195 Modified: trunk/themes/base/ui.theme.css Log: added tokens for background positioning and repeat to all themeable backgrounds. Allows for easier addition of new textures Modified: trunk/themes/base/ui.theme.css ============================================================================== --- trunk/themes/base/ui.theme.css (original) +++ trunk/themes/base/ui.theme.css Sat Dec 20 11:52:00 2008 @@ -10,24 +10,24 @@ ----------------------------------*/
r1191 - trunk/themes/base
Author: scott.gonzalez Date: Sat Dec 20 08:39:07 2008 New Revision: 1191 Modified: trunk/themes/base/ui.dialog.css Log: Dialog CSS: Set content to overflow auto so users can scroll to see the content if the content is too large to fit in the window. Modified: trunk/themes/base/ui.dialog.css ============================================================================== --- trunk/themes/base/ui.dialog.css (original) +++ trunk/themes/base/ui.dialog.css Sat Dec 20 08:39:07 2008 @@ -6,7 +6,7 @@
r1190 - trunk/ui
Author: pazu2k@gmail.com Date: Sat Dec 20 08:09:04 2008 New Revision: 1190 Modified: trunk/ui/ui.datepicker.js Log: Datepicker: Fixes #3647: added correct class name to highlight selected day Modified: trunk/ui/ui.datepicker.js ============================================================================== --- trunk/ui/ui.datepicker.js (original) +++ trunk/ui/ui.datepicker.js Sat Dec 20 08:09:04 2008 @@ -1484,7 +1484,7 @@ (unselectable ? printDate.getDate() : '<a
r1194 - in trunk: tests ui
Author: pazu2k@gmail.com Date: Sat Dec 20 09:34:31 2008 New Revision: 1194 Modified: trunk/tests/datepicker.js trunk/ui/ui.datepicker.js Log: Datepicker #3647: removed clickable weekdays. Modified: trunk/tests/datepicker.js ============================================================================== --- trunk/tests/datepicker.js (original) +++ trunk/tests/datepicker.js Sat Dec 20 09:34:31 2008 @@ -627,13 +627,6 @@ $('.ui-datepicker-calendar tbody a:contains(18)', dp).simulate('click');
r1193 - trunk/ui
Author: pazu2k@gmail.com Date: Sat Dec 20 09:14:43 2008 New Revision: 1193 Modified: trunk/ui/ui.datepicker.js Log: Datepicker #3647: Slimed down datepicker by removing all code related to prompt, status and week highlighting. Modified: trunk/ui/ui.datepicker.js ============================================================================== --- trunk/ui/ui.datepicker.js (original) +++ trunk/ui/ui.datepicker.js Sat Dec 20 09:14:43 2008 @@ -34,43 +34,27 @@ this._appendClass = 'ui-datepicker-append';
r1192 - trunk/themes/base
Author: scott.gonzalez Date: Sat Dec 20 08:42:47 2008 New Revision: 1192 Modified: trunk/themes/base/ui.dialog.css Log: Dialog CSS: Whitesapce cleanup. Modified: trunk/themes/base/ui.dialog.css ============================================================================== --- trunk/themes/base/ui.dialog.css (original) +++ trunk/themes/base/ui.dialog.css Sat Dec 20 08:42:47 2008 @@ -1,12 +1,12 @@ /* Dialog ----------------------------------*/ -.ui-dialog {position: relative; padding: .2em; width:
Next Page