r2191 - trunk/build
Author: rdworth Date: Tue Mar 3 05:26:01 2009 New Revision: 2191 Modified: trunk/build/build.xml Log: merged r2190 to trunk Modified: trunk/build/build.xml ============================================================================== --- trunk/build/build.xml (original) +++ trunk/build/build.xml Tue Mar 3 05:26:01 2009 @@ -25,6 +25,7 @@ <property name="build.dir" value="build" /> <property name="ui.dir" value="../" /> <property name="src.dir" value="${ui.dir}/ui/" /> + <property
r2169 - in branches/labs: demos demos/selectable source
Author: paul.bakaus Date: Mon Mar 2 06:48:09 2009 New Revision: 2169 Added: branches/labs/demos/selectable/ branches/labs/demos/selectable/default.html branches/labs/demos/selectable/draggable.html branches/labs/demos/selectable/index.html branches/labs/source/ui.selectable.js Modified: branches/labs/demos/index.html Log: labs: added experimental selectable demo Modified: branches/labs/demos/index.html ============================================================================== --- branches/labs/demos/index.html (original)
r2186 - branches/labs/demos/selectable/images
Author: paul.bakaus Date: Tue Mar 3 04:35:48 2009 New Revision: 2186 Modified: branches/labs/demos/selectable/images/1.jpg (props changed) branches/labs/demos/selectable/images/10.jpg (props changed) branches/labs/demos/selectable/images/11.jpg (props changed) branches/labs/demos/selectable/images/12.jpg (props changed) branches/labs/demos/selectable/images/13.jpg (props changed) branches/labs/demos/selectable/images/14.jpg (props changed) branches/labs/demos/selectable/images/15.jpg (props changed)
r2185 - in branches/labs: demos/selectable demos/selectable/images source
Author: paul.bakaus Date: Tue Mar 3 04:34:41 2009 New Revision: 2185 Added: branches/labs/demos/selectable/images/ branches/labs/demos/selectable/images/1.jpg (contents, props changed) branches/labs/demos/selectable/images/10.jpg (contents, props changed) branches/labs/demos/selectable/images/11.jpg (contents, props changed) branches/labs/demos/selectable/images/12.jpg (contents, props changed) branches/labs/demos/selectable/images/13.jpg (contents, props changed) branches/labs/demos/selectable/images/14.jpg
r2181 - trunk
Author: rdworth Date: Tue Mar 3 03:06:55 2009 New Revision: 2181 Modified: trunk/version.txt Log: set version to 1.7 Modified: trunk/version.txt ============================================================================== --- trunk/version.txt (original) +++ trunk/version.txt Tue Mar 3 03:06:55 2009 @@ -1 +1 @@ -1.7pre \ No newline at end of file +1.7 \ No newline at end of file
r2180 - in trunk/demos: addClass removeClass switchClass toggleClass
Author: rdworth Date: Tue Mar 3 03:01:55 2009 New Revision: 2180 Modified: trunk/demos/addClass/default.html trunk/demos/removeClass/default.html trunk/demos/switchClass/default.html trunk/demos/toggleClass/default.html Log: demos: simplified class effect demos to work in IE6 Modified: trunk/demos/addClass/default.html ============================================================================== --- trunk/demos/addClass/default.html (original) +++ trunk/demos/addClass/default.html Tue Mar
r2184 - in trunk/demos: slider tabs
Author: rdworth Date: Tue Mar 3 03:15:16 2009 New Revision: 2184 Added: trunk/demos/slider/side-scroll.html - copied unchanged from r2178, /trunk/demos/slider/side-scroll.html trunk/demos/tabs/manipulation.html - copied unchanged from r2178, /trunk/demos/tabs/manipulation.html Modified: trunk/demos/slider/index.html trunk/demos/tabs/index.html Log: reverted r2179 (demos: removed Slider 'Simple scrollbar' and Tabs 'Simple manipulation' for now as both have issues in Safari) restoring broken demos
r2183 - trunk
Author: rdworth Date: Tue Mar 3 03:09:08 2009 New Revision: 2183 Modified: trunk/version.txt Log: set version to 1.7.1pre Modified: trunk/version.txt ============================================================================== --- trunk/version.txt (original) +++ trunk/version.txt Tue Mar 3 03:09:08 2009 @@ -1 +1 @@ -1.7 \ No newline at end of file +1.7.1pre \ No newline at end of file
r2178 - trunk/demos/slider
Author: rdworth Date: Tue Mar 3 02:32:52 2009 New Revision: 2178 Modified: trunk/demos/slider/colorpicker.html Log: demos: slider - Simple colorpicker, prevent sliders from sometimes being drawn vertical when page first loads. Weird. Modified: trunk/demos/slider/colorpicker.html ============================================================================== --- trunk/demos/slider/colorpicker.html (original) +++ trunk/demos/slider/colorpicker.html Tue Mar 3 02:32:52 2009 @@ -52,6 +52,7 @@ }
Issues with new selectable
Paul, I commit a new demo:<div> </div><div><a href="http://jquery-ui.googlecode.com/svn/branches/labs/demos/selectable/droppable.html" target="_blank">http://jquery-ui.googlecode.com/svn/branches/labs/demos/selectable/droppable.html</a></div> <div> </div><div>But there is a strange bug, it doesn't work when you selected >=8 items. I have no idea why this happens. Please check it.</div><div> </div><div>And there is a difference behavior from OS. I reply it here:</div> <div><a href="http://groups.google.com/group/jquery-ui-dev/browse_frm/thread/cc12bcbd6a4f37d5?hl=en">http://groups.google.com/group/jquery-ui-dev/browse_frm/thread/cc12bcbd6a4f37d5?hl=en</a><br
r2179 - in trunk/demos: slider tabs
Author: rdworth Date: Tue Mar 3 02:38:12 2009 New Revision: 2179 Removed: trunk/demos/slider/side-scroll.html trunk/demos/tabs/manipulation.html Modified: trunk/demos/slider/index.html trunk/demos/tabs/index.html Log: demos: removed Slider 'Simple scrollbar' and Tabs 'Simple manipulation' for now as both have issues in Safari Modified: trunk/demos/slider/index.html ============================================================================== --- trunk/demos/slider/index.html (original) +++ trunk/demos/slider/index.html Tue
r2175 - trunk/demos/sortable
Author: rdworth Date: Tue Mar 3 01:35:30 2009 New Revision: 2175 Modified: trunk/demos/sortable/items.html Log: demos: sortable - Include / exclude items, fixed display issue in IE6 Modified: trunk/demos/sortable/items.html ============================================================================== --- trunk/demos/sortable/items.html (original) +++ trunk/demos/sortable/items.html Tue Mar 3 01:35:30 2009 @@ -8,8 +8,8 @@ <script type="text/javascript" src="../../ui/ui.sortable.js"></script>
r2176 - trunk/demos/sortable
Author: rdworth Date: Tue Mar 3 01:37:10 2009 New Revision: 2176 Modified: trunk/demos/sortable/delay-start.html Log: demos: sortable - Delay start, fixed so first drag doesn't have to start on text in IE6 Modified: trunk/demos/sortable/delay-start.html ============================================================================== --- trunk/demos/sortable/delay-start.html (original) +++ trunk/demos/sortable/delay-start.html Tue Mar 3 01:37:10 2009 @@ -9,7 +9,7 @@ <link type="text/css" href="../demos.css"
r2174 - trunk/demos/draggable
Author: rdworth Date: Tue Mar 3 01:27:22 2009 New Revision: 2174 Modified: trunk/demos/draggable/constrain-movement.html Log: demos: draggable - Contrain movement, prevent horizontal scrollbar Modified: trunk/demos/draggable/constrain-movement.html ============================================================================== --- trunk/demos/draggable/constrain-movement.html (original) +++ trunk/demos/draggable/constrain-movement.html Tue Mar 3 01:27:22 2009 @@ -12,7 +12,7 @@ #draggable,
Custom Selectors for Plugins
On the jquery-ui list, someone asked how they can tell if a plugin has already been initialized on an element. They're currently using class detection, e.g., .is('.ui-dialog-content') but wondering if there's a better way. Right now I think the most reliable method is .is(':data (pluginName)'), but I'd like to suggest adding custom selectors to all the widgets and interactions like we had in previous versions: .is (':ui-pluginName'). This could even be done through $.widget to prevent us from having
r2171 - branches/labs/demos/selectable
Author: cloudream@gmail.com Date: Mon Mar 2 09:33:44 2009 New Revision: 2171 Added: branches/labs/demos/selectable/droppable.html Log: labs: add new selectable+droppable demo (issus: doesn't work when selected items > 6) Added: branches/labs/demos/selectable/droppable.html ============================================================================== --- (empty file) +++ branches/labs/demos/selectable/droppable.html Mon Mar 2 09:33:44 2009 @@ -0,0 +1,135 @@ +<!doctype html> +<html lang="en"> +<head>
r2173 - branches/labs/demos/selectable
Author: cloudream@gmail.com Date: Mon Mar 2 09:51:38 2009 New Revision: 2173 Modified: branches/labs/demos/selectable/draggable.html branches/labs/demos/selectable/droppable.html branches/labs/demos/selectable/index.html Log: labs: selectable demos typo Modified: branches/labs/demos/selectable/draggable.html ============================================================================== --- branches/labs/demos/selectable/draggable.html (original) +++ branches/labs/demos/selectable/draggable.html Mon
r2172 - branches/labs/demos/selectable
Author: cloudream@gmail.com Date: Mon Mar 2 09:36:15 2009 New Revision: 2172 Modified: branches/labs/demos/selectable/droppable.html (props changed) Log: labs: demo file MIME: text/html
Dialog's beforeclose event is undocumented. And should it be camelCase?
The new dialog event 'beforeclose' is undocumented, other than a mention in the <a href="http://wiki.jqueryui.com/Upgrade-Guide#Dialog">Upgrade Guide</a>. And shouldn't it be camelCase, 'beforeClose', instead of 'beforeclose'? Thanks. - Richard
draggable option names inconsistent: scrollSensitiviy, snapTolerance
In reviewing the draggable documentation, I noticed an inconsistency in the naming of these two parameters: scrollSensitivity <a href="http://docs.jquery.com/UI/API/1.7/Draggable#option-scrollSensitivity">http://docs.jquery.com/UI/API/1.7/Draggable#option-scrollSensitivity</a> "Distance in pixels from the edge of the view port after which the view port should scroll. Distance is relative to pointer, not the draggable." This is one of three related options: scroll, scrollSensitivity, scrollSpeed snapTolerance
r2170 - branches/labs/demos/selectable
Author: paul.bakaus Date: Mon Mar 2 06:49:17 2009 New Revision: 2170 Modified: branches/labs/demos/selectable/default.html (props changed) branches/labs/demos/selectable/draggable.html (props changed) branches/labs/demos/selectable/index.html (props changed) Log: labs: corrected mime types
r2168 - trunk/demos/show
Author: rdworth Date: Mon Mar 2 04:46:33 2009 New Revision: 2168 Modified: trunk/demos/show/default.html Log: demos: show - start hidden instead of fadeOut to prevent flash Modified: trunk/demos/show/default.html ============================================================================== --- trunk/demos/show/default.html (original) +++ trunk/demos/show/default.html Mon Mar 2 04:46:33 2009 @@ -57,7 +57,7 @@ return false; }); - $("#effect").fadeOut(); + $("#effect").hide();
r2167 - trunk/ui
Author: rdworth Date: Mon Mar 2 04:37:00 2009 New Revision: 2167 Modified: trunk/ui/ui.accordion.js Log: accordion: call .blur() so ui-state-focus class gets removed from last-focused header. See r1945 Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original) +++ trunk/ui/ui.accordion.js Mon Mar 2 04:37:00 2009 @@ -354,7 +354,7 @@ } - toHide.prev().attr('aria-expanded','false').attr("tabIndex",
r2152 - trunk/ui
Author: rdworth Date: Sat Feb 28 13:21:45 2009 New Revision: 2152 Modified: trunk/ui/ui.dialog.js Log: Dailog: fixed #4254 - Dialog: undocumented dragHelper and resizeHelper options should be removed Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Sat Feb 28 13:21:45 2009 @@ -293,7 +293,8 @@ _makeDraggable: function() { var self = this, - options
r2166 - trunk/demos/sortable
Author: rdworth Date: Mon Mar 2 04:10:59 2009 New Revision: 2166 Modified: trunk/demos/sortable/default.html trunk/demos/sortable/display-grid.html trunk/demos/sortable/empty-lists.html trunk/demos/sortable/placeholder.html trunk/demos/sortable/portlets.html Log: demos: sortable - disableSelection on sortable elements Modified: trunk/demos/sortable/default.html ============================================================================== --- trunk/demos/sortable/default.html (original) +++ trunk/demos/sortable/default.html Mon
r2165 - trunk/demos/droppable
Author: rdworth Date: Mon Mar 2 03:57:08 2009 New Revision: 2165 Modified: trunk/demos/droppable/photo-manager.html Log: demos: droppable photo manager - fixed issue where dialog would not be centered when image first opened. Modified: trunk/demos/droppable/photo-manager.html ============================================================================== --- trunk/demos/droppable/photo-manager.html (original) +++ trunk/demos/droppable/photo-manager.html Mon Mar 2 03:57:08 2009 @@ -84,15 +84,19
r2164 - trunk/ui
Author: rdworth Date: Mon Mar 2 02:39:16 2009 New Revision: 2164 Modified: trunk/ui/ui.resizable.js Log: Fixed #3053 - when resizing a image a row of pixels can disappear props raziel057 Modified: trunk/ui/ui.resizable.js ============================================================================== --- trunk/ui/ui.resizable.js (original) +++ trunk/ui/ui.resizable.js Mon Mar 2 02:39:16 2009 @@ -311,6 +311,9 @@ if (!o.animate) this.element.css($.extend(s, { top: top,
r2163 - in trunk/tests/visual/resizable: . images
Author: rdworth Date: Mon Mar 2 02:37:33 2009 New Revision: 2163 Added: trunk/tests/visual/resizable/images/ trunk/tests/visual/resizable/images/test.png (contents, props changed) trunk/tests/visual/resizable/resizable_ticket_3053.html (contents, props changed) Log: tests: resizable - Added visual test for ticket #3053 Added: trunk/tests/visual/resizable/images/test.png ============================================================================== Binary file. No diff available. Added: trunk/tests/visual/resizable/resizable_ticket_3053.html
BUG FIX: Ticket #4217
Hello, I reported a bug concerning "resizable" interaction when "containment:parent" is activated. (cf.:Ticket #4217). I worked on an issue and I propose a solution to solve it. The bug fix is explained in the Ticket. I worked too on an other Ticket #3053. I think it is related to #3719 and #3732. (The problem appears when "ghost" option is enabled). I found the issue and I corrected it. (explainations are contained in the Ticket 3053) I hope you will take it in account and commit this issue fix.
r2159 - in trunk/demos: addClass effect hide removeClass show switchClass toggle toggleClass
Author: rdworth Date: Mon Mar 2 01:26:09 2009 New Revision: 2159 Modified: trunk/demos/addClass/default.html trunk/demos/effect/default.html trunk/demos/hide/default.html trunk/demos/removeClass/default.html trunk/demos/show/default.html trunk/demos/switchClass/default.html trunk/demos/toggle/default.html trunk/demos/toggleClass/default.html Log: demos: effects - added return false; to button click handlers Modified: trunk/demos/addClass/default.html ==============================================================================
r2162 - trunk/ui
Author: rdworth Date: Mon Mar 2 02:11:38 2009 New Revision: 2162 Modified: trunk/ui/ui.resizable.js Log: Fixed #4127 - Resizable: displacement of element (in case of constraint resize area) props raziel057 Modified: trunk/ui/ui.resizable.js ============================================================================== --- trunk/ui/ui.resizable.js (original) +++ trunk/ui/ui.resizable.js Mon Mar 2 02:11:38 2009 @@ -690,6 +690,9 @@ self.position.top = self._helper ? co.top : 0; }
r2160 - in trunk: demos/animate demos/hide demos/show demos/switchClass demos/toggle demos/toggle...
Author: rdworth Date: Mon Mar 2 01:32:17 2009 New Revision: 2160 Modified: trunk/demos/animate/default.html (props changed) trunk/demos/animate/index.html (props changed) trunk/demos/hide/default.html (props changed) trunk/demos/hide/index.html (props changed) trunk/demos/show/default.html (props changed) trunk/demos/show/index.html (props changed) trunk/demos/switchClass/default.html (props changed) trunk/demos/switchClass/index.html (props changed) trunk/demos/toggle/default.html (props changed)
r2161 - trunk/tests/visual/resizable
Author: rdworth Date: Mon Mar 2 02:05:19 2009 New Revision: 2161 Added: trunk/tests/visual/resizable/resizable_ticket_4217.html (contents, props changed) Log: tests: resizable - Added visual test for ticket #4217 Added: trunk/tests/visual/resizable/resizable_ticket_4217.html ============================================================================== --- (empty file) +++ trunk/tests/visual/resizable/resizable_ticket_4217.html Mon Mar 2 02:05:19 2009 @@ -0,0 +1,43 @@ +<!doctype html> +<html lang="en">
http://jqueryui.com/demos/slider/side-scroll.html example broken in ie7
http://jqueryui.com/demos/slider/side-scroll.html example broken in ie7 it tries to do parseInt on a string var leftVal = parseInt(scrollContent.css('margin-left')); and scrollContent.css('margin-left') value is 'auto'
r2158 - trunk/demos/tabs
Author: bohdan.ganicky Date: Sun Mar 1 09:05:44 2009 New Revision: 2158 Added: trunk/demos/tabs/manipulation.html (contents, props changed) Modified: trunk/demos/tabs/index.html Log: demos/tabs: added new demo "Simple manipulation", shows simple tabs adding and removing Modified: trunk/demos/tabs/index.html ============================================================================== --- trunk/demos/tabs/index.html (original) +++ trunk/demos/tabs/index.html Sun Mar 1 09:05:44 2009 @@ -12,8
r2157 - trunk/ui
Author: klaus.hartl Date: Sun Mar 1 07:27:40 2009 New Revision: 2157 Modified: trunk/ui/ui.tabs.js Log: Tabs: fixed a few issues in rotate method extension Modified: trunk/ui/ui.tabs.js ============================================================================== --- trunk/ui/ui.tabs.js (original) +++ trunk/ui/ui.tabs.js Sun Mar 1 07:27:40 2009 @@ -640,31 +640,34 @@ rotation: null, rotate: function(ms, continuing) { - var self = this, o = this.options, t = o.selected; - - var
r2156 - in trunk: tests/unit/tabs ui
Author: klaus.hartl Date: Sun Mar 1 06:32:29 2009 New Revision: 2156 Modified: trunk/tests/unit/tabs/tabs_methods.js trunk/ui/ui.tabs.js Log: Tabs: few fixes required in destroy method, removed ol as tabifyable element Modified: trunk/tests/unit/tabs/tabs_methods.js ============================================================================== --- trunk/tests/unit/tabs/tabs_methods.js (original) +++ trunk/tests/unit/tabs/tabs_methods.js Sun Mar 1 06:32:29 2009 @@ -22,16 +22,18 @@ }); test('destroy',
Tabs rotate in IE 7
Hi, I'm trying to use the rotate() function on UI Tabs: $(element).tabs().tabs('rotate', 3000); // works in all major browsers But if I insert the 0 (or null) instead of 3000 to disable the rotation, the example stop working in IE (call error). $(element).tabs().tabs('rotate', 0); // doesn't work in IE, works in Firefox Do I something wrong? Thanks for your help.
r2155 - trunk/ui
Author: scott.gonzalez Date: Sat Feb 28 16:52:03 2009 New Revision: 2155 Modified: trunk/ui/ui.dialog.js Log: Dialog: Actually removed dragHelper and resizeHelper options. Fixes #4252 - undocumented dragHelper and resizeHelper options should be removed. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Sat Feb 28 16:52:03 2009 @@ -298,7 +298,6 @@ this.uiDialog.draggable({
r2154 - trunk/ui
Author: klaus.hartl Date: Sat Feb 28 14:10:30 2009 New Revision: 2154 Modified: trunk/ui/ui.tabs.js Log: Tabs: fixed stopping a rotation Modified: trunk/ui/ui.tabs.js ============================================================================== --- trunk/ui/ui.tabs.js (original) +++ trunk/ui/ui.tabs.js Sat Feb 28 14:10:30 2009 @@ -639,29 +639,30 @@ var self = this, o = this.options, t = o.selected; - function rotate() { + var rotate = function() { clearTimeout(self.rotation);
Next Page