r2153 - trunk/ui
Author: rdworth Date: Sat Feb 28 13:23:19 2009 New Revision: 2153 Modified: trunk/ui/ui.resizable.js Log: resizable: add ui-resizable-resizing class during resize Modified: trunk/ui/ui.resizable.js ============================================================================== --- trunk/ui/ui.resizable.js (original) +++ trunk/ui/ui.resizable.js Sat Feb 28 13:23:19 2009 @@ -177,7 +177,7 @@ this._mouseDestroy(); var _destroy = function(exp) { - $(exp).removeClass("ui-resizable
r2151 - trunk/ui
Author: rdworth Date: Sat Feb 28 12:45:05 2009 New Revision: 2151 Modified: trunk/ui/ui.slider.js Log: slider: use handle width / 2 instead of marginLeft to find offset of mousedown relative to center of handle (fixes #4063 - slider: horizontal slider handle jumps up when you click on it IE6) Modified: trunk/ui/ui.slider.js ============================================================================== --- trunk/ui/ui.slider.js (original) +++ trunk/ui/ui.slider.js Sat Feb 28 12:45:05 2009 @@
r2150 - trunk/demos/slider
Author: joern.zaefferer Date: Sat Feb 28 04:24:42 2009 New Revision: 2150 Modified: trunk/demos/slider/multiple-vertical.html Log: refactored multiple-slider demo by setting a few defaults and reading values from markup, removing some inline styles Modified: trunk/demos/slider/multiple-vertical.html ============================================================================== --- trunk/demos/slider/multiple-vertical.html (original) +++ trunk/demos/slider/multiple-vertical.html Sat Feb 28 04:24:42
r2148 - in trunk/demos: addClass removeClass switchClass toggleClass
Author: scottjehl Date: Fri Feb 27 10:35:01 2009 New Revision: 2148 Modified: trunk/demos/addClass/default.html trunk/demos/removeClass/default.html trunk/demos/switchClass/default.html trunk/demos/toggleClass/default.html Log: updated classes to use all animated properties Modified: trunk/demos/addClass/default.html ============================================================================== --- trunk/demos/addClass/default.html (original) +++ trunk/demos/addClass/default.html Fri Feb 27
r2149 - in trunk/demos: addClass removeClass switchClass toggleClass
Author: scottjehl Date: Fri Feb 27 11:06:57 2009 New Revision: 2149 Modified: trunk/demos/addClass/default.html trunk/demos/removeClass/default.html trunk/demos/switchClass/default.html trunk/demos/toggleClass/default.html Log: updated classes more to use all animated properties Modified: trunk/demos/addClass/default.html ============================================================================== --- trunk/demos/addClass/default.html (original) +++ trunk/demos/addClass/default.html Fri Feb
r2147 - in trunk/demos: . addClass animate effect hide removeClass show switchClass toggle toggle...
Author: scottjehl Date: Fri Feb 27 10:05:18 2009 New Revision: 2147 Added: trunk/demos/addClass/ trunk/demos/addClass/default.html (contents, props changed) trunk/demos/addClass/index.html (contents, props changed) trunk/demos/removeClass/ trunk/demos/removeClass/default.html (contents, props changed) trunk/demos/removeClass/index.html (contents, props changed) Modified: trunk/demos/animate/default.html trunk/demos/effect/default.html trunk/demos/hide/default.html trunk/demos/index.html trunk/demos/show/default.html
Upgrade Guide
Hey everyone, we're currently collecting everything that has changed between jQuery UI 1.5.3 and jQuery UI 1.7. We will later use this information to write a comprehensive upgrade guide for all users that will be featured in the jQuery wiki and in our website. You can find the current collection here: <a href="http://wiki.jqueryui.com/Upgrade-Guide">http://wiki.jqueryui.com/Upgrade-Guide</a> I've pretty much updated everything I could with the exception of tabs. Please feel free to add anything you
Sortable Placeholder CSS
Line 613 of ui.sortable.js sets the placeholder visibility to hidden. I'd like to propose moving that rule into ui.sortable.css (requires creating ui.sortable.css).
r2146 - in branches/labs: demos demos/carousel demos/carousel/icons demos/coverflow demos/coverfl...
Author: paul.bakaus Date: Fri Feb 27 09:13:01 2009 New Revision: 2146 Modified: branches/labs/demos/carousel/default.html (props changed) branches/labs/demos/carousel/dynamic.html (props changed) branches/labs/demos/carousel/icons/1.png (props changed) branches/labs/demos/carousel/icons/10.png (props changed) branches/labs/demos/carousel/icons/2.png (props changed) branches/labs/demos/carousel/icons/3.png (props changed) branches/labs/demos/carousel/icons/4.png (props changed) branches/labs/demos/carousel/icons/5.png
r2145 - in branches/labs: . demos demos/carousel demos/carousel/icons demos/coverflow demos/cover...
Author: paul.bakaus Date: Fri Feb 27 09:08:12 2009 New Revision: 2145 Added: branches/labs/ branches/labs/GPL-LICENSE.txt branches/labs/MIT-LICENSE.txt branches/labs/demos/ branches/labs/demos/carousel/ branches/labs/demos/carousel/default.html branches/labs/demos/carousel/dynamic.html branches/labs/demos/carousel/icons/ branches/labs/demos/carousel/icons/1.png (contents, props changed) branches/labs/demos/carousel/icons/10.png (contents, props changed) branches/labs/demos/carousel/icons/2.png (contents,
r2144 - in trunk/demos: droppable sortable
Author: scottjehl Date: Fri Feb 27 08:57:26 2009 New Revision: 2144 Modified: trunk/demos/droppable/accepted-elements.html trunk/demos/droppable/default.html trunk/demos/droppable/propagation.html trunk/demos/droppable/revert.html trunk/demos/droppable/visual-feedback.html trunk/demos/sortable/display-grid.html trunk/demos/sortable/portlets.html Log: removed margin-left rules due to IE6 conflict Modified: trunk/demos/droppable/accepted-elements.html ==============================================================================
r2143 - branches/1.7
Author: paul.bakaus Date: Fri Feb 27 08:40:26 2009 New Revision: 2143 Removed: branches/1.7/ Log: removed legacy 1.7 branch
r2142 - branches/paul
Author: paul.bakaus Date: Fri Feb 27 08:37:39 2009 New Revision: 2142 Removed: branches/paul/ Log: removed paul branch
Trac maintenance
Hey everyone, Trac will be not accessible for about 10 minutes for maintenance reasons. Thanks for your patience, Paul<br clear="all"> -- Paul Bakaus UI Architect -- <a href="http://paulbakaus.com">http://paulbakaus.com</a> <a href="http://www.linkedin.com/in/paulbakaus">http://www.linkedin.com/in/paulbakaus</a>
r2141 - in trunk: . demos themes/base ui
Author: rdworth Date: Fri Feb 27 03:41:40 2009 New Revision: 2141 Modified: trunk/MIT-LICENSE.txt trunk/demos/index.html trunk/themes/base/ui.core.css trunk/themes/base/ui.theme.css trunk/ui/effects.blind.js trunk/ui/effects.bounce.js trunk/ui/effects.clip.js trunk/ui/effects.core.js trunk/ui/effects.drop.js trunk/ui/effects.explode.js trunk/ui/effects.fold.js trunk/ui/effects.highlight.js trunk/ui/effects.pulsate.js trunk/ui/effects.scale.js trunk/ui/effects.shake.js trunk/ui/effects.slide.js trunk/ui/effects.transfer.js
Changelog for 1.7 almost done
Hey team, I invested plenty of hours to manage tickets in Trac and update the changelog at <a href="http://docs.jquery.com/UI/Changelog/1.7">http://docs.jquery.com/UI/Changelog/1.7</a> . My time is over for today, but if everyone wants to do more tonight, here's what's left to do, and how to do it: The following plugins still need to be updated: - Resizable - Slider - Sortable - Tabs I have prepared a custom trac report that gives you a list of only these, and only the items you'll have to enter.
bugs in accordion rc6 ?
when i use "collapsible: true" i can close the active accordion item with a click on the headline - right? i think this feature is broken in rc6? (using firefox 3.0.6 windows)
many dom manipulations high prozessor usage
Hi, i have used the ui accordion (1.6 rc6) in a project this days. first of all: jquery ui is a great thing:) thanks to the dev team. i have seen there are many dom manipulations (add css styles add/ remove clases etc) which take high prozessor usage and slow down the browser on lower pcs. is there an option to set some classes like "ui-accordion-content" or "ui-accordion-header" in my html by myself so jquery.ui dont need to set this classes?
r2140 - in trunk/demos: . draggable
Author: scottjehl Date: Thu Feb 26 20:06:52 2009 New Revision: 2140 Modified: trunk/demos/draggable/constrain-movement.html trunk/demos/draggable/cursor-style.html trunk/demos/draggable/delay-start.html trunk/demos/draggable/handle.html trunk/demos/draggable/revert.html trunk/demos/draggable/scroll.html trunk/demos/draggable/snap-to.html trunk/demos/draggable/visual-feedback.html trunk/demos/index.html Log: removed margin-left rules from these draggable demos due to IE6 conflict Modified: trunk/demos/draggable/constrain-movement.html
Dropping something over undesired (under-overlapped) div
Droppable has the greedy property that works well with nested DIV. But lets assume the case in which the DIV are not parent-son but brothers, something like: <div> <div>DIV 1</div> <div>DIV 2</div> </div> With simple css code, using "position: absolute", we can overlap both DIV. Dragging an element over the overlapped zone, we will discover that BOTH div get the drop event. Technically, the user would like only the DIV that is on the top to get the drop event. Is there any way to achieve this? thanks
r2136 - trunk/demos/effect
Author: scottjehl Date: Thu Feb 26 14:27:15 2009 New Revision: 2136 Added: trunk/demos/effect/ trunk/demos/effect/default.html (contents, props changed) trunk/demos/effect/index.html (contents, props changed) Log: effect method demos page - possibly a good solution for this Added: trunk/demos/effect/default.html ============================================================================== --- (empty file) +++ trunk/demos/effect/default.html Thu Feb 26 14:27:15 2009 @@ -0,0 +1,106 @@ +<!doctype
r2137 - in trunk/demos: animate hide show switchClass toggle toggleClass
Author: scottjehl Date: Thu Feb 26 14:50:45 2009 New Revision: 2137 Added: trunk/demos/animate/ trunk/demos/animate/default.html trunk/demos/animate/index.html trunk/demos/hide/ trunk/demos/hide/default.html trunk/demos/hide/index.html trunk/demos/show/ trunk/demos/show/default.html trunk/demos/show/index.html trunk/demos/switchClass/ trunk/demos/switchClass/default.html trunk/demos/switchClass/index.html trunk/demos/toggle/ trunk/demos/toggle/default.html trunk/demos/toggle/index.html trunk/demos/toggleClass/
r2138 - in trunk/demos: effect_methods effect_types effects_easings effects_feedback effects_gene...
Author: scottjehl Date: Thu Feb 26 14:53:46 2009 New Revision: 2138 Removed: trunk/demos/effect_methods/ trunk/demos/effect_types/ trunk/demos/effects_easings/ trunk/demos/effects_feedback/ trunk/demos/effects_general/ trunk/demos/effects_movement/ trunk/demos/effects_showhide/ Log: added effect method folders / pages
r2135 - trunk/ui
Author: klaus.hartl Date: Thu Feb 26 13:39:44 2009 New Revision: 2135 Modified: trunk/ui/ui.tabs.js Log: better performing check for base and href in IE Modified: trunk/ui/ui.tabs.js ============================================================================== --- trunk/ui/ui.tabs.js (original) +++ trunk/ui/ui.tabs.js Thu Feb 26 13:39:44 2009 @@ -87,9 +87,9 @@ // Same consideration applies for an added tab with a fragment identifier // since a[href=#fragment-identifier]
Themeroller Feedback
I was walking someone through the process of creating a new theme for a project that uses jQuery UI and when he clicked "Download theme" he thought it broke. It was a pretty jarring experience. I mean the button says "Download theme", not "Next" or "Build jQuery UI with this Theme".<div> </div><div>It seems like most of the time if I go to themeroller directly than I'm there to generate a theme and probably already have a build of jQuery UI. However, if I go to UI builder I can understand being taken
Cool example of CSS API
http://www.nicolas.rudas.info/jQuery/Finder/v0.6a/ ...need to ad this to the wiki
Pagination control help
I wrote this jquery to basically dynamically build a paging control for long articles, etc.... I have it dynamically generating a UL, a page selector and a drop down selector and I just need to write a piece that will do a <-Prev and Next -> and my brain is having trouble with it. Here is the code in simplified form. I also don't have the coding for the contect highlighting done yet to show what page we are on. HTML: <div id="headerUL"><!--UL goes here--></div> <div id="page1" class="page" title="Section
draggable TR's in subtables in IE
Hi, I'm trying to build a feature for my users to allow them to move materials around in tables, and more importantly, into groups (and out of groups). I've been able to build the functionality with support for safari & firefox, but I cannot figure out how to work around what appears to be a bug in IE7's handling of tables within tables, when acting on the table rows. http://www.gameowls.com/test The url above has working functionality (with one use case that fails in all browsers, but I think I
ui.dialog.js Close method regression
Hello, Revision 2119 of ui.dialog.js caused a regression where the dialog is still visible in IE after close is called. uiDialog.hide() is never called if options.hide is not set. In IE this results in the dialog still being visible. Here's a patch to fix: Index: ui.dialog.js =================================================================== --- ui.dialog.js (revision 2130) +++ ui.dialog.js (working copy) @@ -163,11 +163,15 @@ (self.overlay && self.overlay.destroy()); self.uiDialog.unbind('keypress.ui-dialog');
r2134 - trunk/ui
Author: scott.gonzalez Date: Wed Feb 25 17:27:34 2009 New Revision: 2134 Modified: trunk/ui/ui.dialog.js Log: Dialog: Fixed bug where dialogs wouldn't close if there was no animation. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Wed Feb 25 17:27:34 2009 @@ -167,7 +167,7 @@ ? self.uiDialog.hide(self.options.hide, function() { self._trigger('close',
cosmetic bug with resizable knobs
in the line 51 of ui.resizable.js it is written: 'ui-resizable-n': { cursor: 'n-resize', top: '0px', left: '45%' }, 'ui-resizable-s': { cursor: 's-resize', bottom: '0px', left: '45%' }, 'ui-resizable-e': { cursor: 'e-resize', right: '0px', top: '45%' }, 'ui-resizable-w': { cursor: 'w-resize', left: '0px', top: '45%' }, This means that the knobs are not really centered in the image. I perceived it with the eye, so it is kind of "obvious". I changed to
r2133 - trunk/ui
Author: klaus.hartl Date: Wed Feb 25 14:15:49 2009 New Revision: 2133 Modified: trunk/ui/ui.tabs.js Log: Tabs: refactored - replaced noisy $property names Modified: trunk/ui/ui.tabs.js ============================================================================== --- trunk/ui/ui.tabs.js (original) +++ trunk/ui/ui.tabs.js Wed Feb 25 14:15:49 2009 @@ -55,13 +55,13 @@ return { tab: tab, panel: panel, - index: this.$tabs.index(tab) + index:
IE7 issue with jquery sortable
I'm wondering if anyone knows about an issue where if you are using sortable in IE7 the list item you are dragging pops up to the upper left corner on update. Is there a solution for this? Thanks, --Keith
r2132 - in trunk: tests/unit/tabs ui
Author: klaus.hartl Date: Wed Feb 25 14:09:45 2009 New Revision: 2132 Modified: trunk/tests/unit/tabs/tabs_events.js trunk/ui/ui.tabs.js Log: Tabs: refactored so that it's using queue, fixes #4060 Modified: trunk/tests/unit/tabs/tabs_events.js ============================================================================== --- trunk/tests/unit/tabs/tabs_events.js (original) +++ trunk/tests/unit/tabs/tabs_events.js Wed Feb 25 14:09:45 2009 @@ -14,7 +14,7 @@ }); test('show', function() { - expect(3);
r2131 - trunk/ui
Author: klaus.hartl Date: Wed Feb 25 12:16:27 2009 New Revision: 2131 Modified: trunk/ui/ui.tabs.js Log: Tabs: fixes #4033 as well for the case a base tag is being used Modified: trunk/ui/ui.tabs.js ============================================================================== --- trunk/ui/ui.tabs.js (original) +++ trunk/ui/ui.tabs.js Wed Feb 25 12:16:27 2009 @@ -87,7 +87,9 @@ // Same consideration applies for an added tab with a fragment identifier // since a[href=#fragment-identifier]
Dialog Helper Option Removal
Dialog currently has options for dragHelper and resizeHelper. Both are undocumented and seem unnecessary. For resizeHelper, we can just create a specific class name to add like ui-dialog-resizing. For dragHelper, I can't really see a good use case for this, so I'm proposing we drop it.
PAINFUL Bug: Widget Tabs IE7
I spent many hours tracking this very weird problem with jQuery UI Tabs widget, which is only happening on IE7, when you create elements dynamically, especially the tabs part containing the hyperlinks with the "href" attribute. I find that the IE7 prepend the URL to the value of the "href" attribute, before the pound sign. After you execute the ".tabs()" code, the "href" attribute change to something like "#ui-tabs-15" with the tab's label containing "<em>Loading..</em>". Screenshot of "alert()",
r2130 - trunk/ui
Author: scott.gonzalez Date: Tue Feb 24 21:29:01 2009 New Revision: 2130 Modified: trunk/ui/ui.dialog.js Log: Dialog: Passing parameters to moveToTop properly. Fixed #4214 - Dialog z-index adjusted incorrectly on mousedown. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Tue Feb 24 21:29:01 2009 @@ -64,7 +64,7 @@ 'aria-labelledby': titleId })
r2129 - in trunk: tests/unit/sortable ui
Author: scott.gonzalez Date: Tue Feb 24 20:15:48 2009 New Revision: 2129 Modified: trunk/tests/unit/sortable/sortable_defaults.js trunk/tests/unit/sortable/sortable_options.js trunk/ui/ui.sortable.js Log: Sortable: Removed accurateIntersection option (Fixes #4225). Modified: trunk/tests/unit/sortable/sortable_defaults.js ============================================================================== --- trunk/tests/unit/sortable/sortable_defaults.js (original) +++ trunk/tests/unit/sortable/sortable_defaults.js Tue
r2128 - trunk/tests/visual/dialog
Author: scott.gonzalez Date: Tue Feb 24 20:09:29 2009 New Revision: 2128 Added: trunk/tests/visual/dialog/dialog_on_page_with_large_dom.html Log: Added visual test for dialog on a page with a large DOM. Added: trunk/tests/visual/dialog/dialog_on_page_with_large_dom.html ============================================================================== --- (empty file) +++ trunk/tests/visual/dialog/dialog_on_page_with_large_dom.html Tue Feb 24 20:09:29 2009 @@ -0,0 +1,2959 @@ +<!doctype html> +<html
Next Page