r1587 - trunk/demos/slider
Author: scottjehl Date: Sun Jan 11 18:45:29 2009 New Revision: 1587 Modified: trunk/demos/slider/side_scroll.html (contents, props changed) Log: mime type etc Modified: trunk/demos/slider/side_scroll.html ============================================================================== --- trunk/demos/slider/side_scroll.html (original) +++ trunk/demos/slider/side_scroll.html Sun Jan 11 18:45:29 2009 @@ -2,11 +2,11 @@ <html lang="en"> <head> <title>jQuery UI Slider - Default Demo</title> - <link
r1586 - trunk/demos/slider
Author: scottjehl Date: Sun Jan 11 18:39:27 2009 New Revision: 1586 Modified: trunk/demos/slider/index.html Log: added link to slider scrollbar in nav Modified: trunk/demos/slider/index.html ============================================================================== --- trunk/demos/slider/index.html (original) +++ trunk/demos/slider/index.html Sun Jan 11 18:39:27 2009 @@ -18,6 +18,7 @@ <li><a href="range_vertical.html">Vertical range slider</a></li> <li><a href="multiple_vertical.html">Multiple
r1585 - trunk/demos/slider
Author: scottjehl Date: Sun Jan 11 18:32:31 2009 New Revision: 1585 Added: trunk/demos/slider/side_scroll.html Log: added a side scroller / scrollbar demo. have not tested in IE Added: trunk/demos/slider/side_scroll.html ============================================================================== --- (empty file) +++ trunk/demos/slider/side_scroll.html Sun Jan 11 18:32:31 2009 @@ -0,0 +1,118 @@ +<!doctype html> +<html lang="en"> +<head> + <title>jQuery UI Slider - Default Demo</title> + <link
r1582 - trunk/ui
Author: klaus.hartl Date: Sat Jan 10 04:35:01 2009 New Revision: 1582 Modified: trunk/ui/ui.tabs.js Log: UI Tabs: allow initializing an empty list, fixes #3683 Modified: trunk/ui/ui.tabs.js ============================================================================== --- trunk/ui/ui.tabs.js (original) +++ trunk/ui/ui.tabs.js Sat Jan 10 04:35:01 2009 @@ -150,7 +150,7 @@ // highlight selected tab this.$panels.addClass(o.hideClass); this.$lis.removeClass(o.selectedClass);
r1581 - trunk
Author: joern.zaefferer Date: Sat Jan 10 04:20:46 2009 New Revision: 1581 Modified: trunk/AUTHORS.txt Log: added url Modified: trunk/AUTHORS.txt ============================================================================== --- trunk/AUTHORS.txt (original) +++ trunk/AUTHORS.txt Sat Jan 10 04:20:46 2009 @@ -27,4 +27,4 @@ Keith Wood (kbwood@virginbroadband.com.au) Maggie Costello Wachs Richard D. Worth (rdworth.org) -Jörn Zaefferer +Jörn Zaefferer (bassistance.de)
r1583 - trunk/ui
Author: klaus.hartl Date: Sat Jan 10 04:42:30 2009 New Revision: 1583 Modified: trunk/ui/ui.tabs.js Log: UI Tabs: fixed incorrectly named argument in try/catch block Modified: trunk/ui/ui.tabs.js ============================================================================== --- trunk/ui/ui.tabs.js (original) +++ trunk/ui/ui.tabs.js Sat Jan 10 04:42:30 2009 @@ -487,7 +487,7 @@ try { o.ajaxOptions.success(r, s); } - catch (event)
r1579 - trunk/ui
Author: klaus.hartl Date: Sat Jan 10 03:53:07 2009 New Revision: 1579 Modified: trunk/ui/ui.tabs.js Log: UI Tabs: fixed a bunch of problems that were introduced with the new markup, fixes #3734, #3795 Modified: trunk/ui/ui.tabs.js ============================================================================== --- trunk/ui/ui.tabs.js (original) +++ trunk/ui/ui.tabs.js Sat Jan 10 03:53:07 2009 @@ -21,7 +21,7 @@ destroy: function() { var o = this.options; - this.element.unbind('.tabs')
r1580 - in trunk: demos release
Author: joern.zaefferer Date: Sat Jan 10 04:20:32 2009 New Revision: 1580 Modified: trunk/demos/index.html trunk/release/build.xml Log: moving documentation folder under demos to make it work locally Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Sat Jan 10 04:20:32 2009 @@ -164,7 +164,7 @@ updateDemoNotes(); }); if (/default.html$/.test(path))
r1559 - trunk/ui
Author: paul.bakaus Date: Thu Jan 8 07:49:20 2009 New Revision: 1559 Modified: trunk/ui/ui.draggable.js trunk/ui/ui.sortable.js Log: sortable,draggable: fixed order and propagation of events (fixes #3658, #3730 and #3726) Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Thu Jan 8 07:49:20 2009 @@ -104,7 +104,7 @@ this._setContainment(); //Call
r1578 - trunk/ui
Author: klaus.hartl Date: Sat Jan 10 02:47:28 2009 New Revision: 1578 Modified: trunk/ui/ui.tabs.js Log: UI Tabs: reviewed code to handle hover/focus states: needs to take disabling into account, namespaced events, to be destroyed Modified: trunk/ui/ui.tabs.js ============================================================================== --- trunk/ui/ui.tabs.js (original) +++ trunk/ui/ui.tabs.js Sat Jan 10 02:47:28 2009 @@ -32,7 +32,7 @@ $this.removeData(prefix + '.tabs'); });
Resizable 1 pixel difference
Playing around with the resizable I found strange behaviour: the mouse seemed not to move accordingly with the size/position of the resizable. In fact, the resizable was moving to the "previous mouse position". I have seen many bugs related to "1 pixel jumping" but I was unable to add a note to them (the bug system is not working properly). After some time reading the code I understood the reason. The resizable is "updated" with the new values _before_ the cache values are updated. In ui.resizable.js:335
Availability
Hey everyone, We currently have 50+ critical tickets and a very short timeframe for 1.6 final. If everyone can respond with what their availability is like for the next two weeks that should help us plan the final days before the release. We have bugs to fix, docs to write, tests to write, code to refactor, etc. Any and all help is greatly appreciated. Thanks.
r1577 - trunk/ui
Author: paul.bakaus Date: Fri Jan 9 08:52:27 2009 New Revision: 1577 Modified: trunk/ui/ui.core.js trunk/ui/ui.sortable.js Log: core: fixed _trigger not modifing the original event with event.result sortable: use event.result to listen for a return false Modified: trunk/ui/ui.core.js ============================================================================== --- trunk/ui/ui.core.js (original) +++ trunk/ui/ui.core.js Fri Jan 9 08:52:27 2009 @@ -371,7 +371,7 @@ ? type : this.widgetEventPrefix
r1576 - trunk/ui
Author: paul.bakaus Date: Fri Jan 9 07:16:41 2009 New Revision: 1576 Modified: trunk/ui/ui.sortable.js Log: sortable: don't copy content from the original item into the placeholder anymore by default (fixes #3595), check if event still exists in _trigger, fixes issue when you call $(this).sortable('cancel') from within a callback Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Fri
r1574 - trunk/ui
Author: paul.bakaus Date: Fri Jan 9 06:08:32 2009 New Revision: 1574 Modified: trunk/ui/ui.draggable.js trunk/ui/ui.sortable.js Log: draggable: removed unneeded comment block sortable: fixed sort callback, merged position fixes from draggables Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Fri Jan 9 06:08:32 2009 @@ -123,11 +123,6 @@ //Compute the helpers
r1575 - trunk/ui
Author: scott.gonzalez Date: Fri Jan 9 06:28:39 2009 New Revision: 1575 Modified: trunk/ui/ui.core.js Log: Widget factory: _trigger will now set event.result if the callback returns a value. The created event is now always run through $.Event to reset isDefaultPrevent(), isPropagationStopped(), isImmediatePropagationStopped(). Modified: trunk/ui/ui.core.js ============================================================================== --- trunk/ui/ui.core.js (original) +++ trunk/ui/ui.core.js Fri
Duplicate theme files are confusing
Hi, I think we should remove all the duplicate ui.[widget].css files in the /themes/default/ folder and link everything to /themes/base/. From what I could see the only difference between /themes/base/ and /themes/default/ are images and ui.theme.css. And ui.theme.css is the only place where we reference images and colours. Which means we could reduce /themes/default/ to the following: /images/ ui.all.css ui.theme.css And in ui.all.css we could change the import references to: @import url(../base/ui.core.css);
r1573 - in trunk: external/bgiframe external/bgiframe/docs external/bgiframe/test release/build t...
Author: rdworth Date: Fri Jan 9 03:47:42 2009 New Revision: 1573 Modified: trunk/external/bgiframe/ChangeLog.txt (props changed) trunk/external/bgiframe/META.json (props changed) trunk/external/bgiframe/docs/index.html (props changed) trunk/external/bgiframe/jquery.bgiframe.js (props changed) trunk/external/bgiframe/jquery.bgiframe.min.js (props changed) trunk/external/bgiframe/jquery.bgiframe.pack.js (props changed) trunk/external/bgiframe/test/index.html (props changed) trunk/release/build/style.xsl
r1572 - trunk/demos/sortable
Author: bohdan.ganicky Date: Fri Jan 9 03:10:23 2009 New Revision: 1572 Modified: trunk/demos/sortable/tolerance.html (props changed) Log: demos/sortable - fixed svn:mime-type on tolerance.html
r1571 - in trunk/demos: datepicker datepicker/images images
Author: rdworth Date: Fri Jan 9 02:47:12 2009 New Revision: 1571 Added: trunk/demos/datepicker/images/ trunk/demos/datepicker/images/calendar.gif (props changed) - copied unchanged from r1569, /trunk/demos/images/calendar.gif Removed: trunk/demos/images/calendar.gif Modified: trunk/demos/datepicker/icon_trigger.html Log: demos/datepicker: moved icon image into own datepicker images folder instead of demos/images Modified: trunk/demos/datepicker/icon_trigger.html ==============================================================================
r1570 - trunk/demos/datepicker
Author: kbwood.au Date: Fri Jan 9 00:30:36 2009 New Revision: 1570 Modified: trunk/demos/datepicker/default.html Log: Added description of keyboard equivalents Modified: trunk/demos/datepicker/default.html ============================================================================== --- trunk/demos/datepicker/default.html (original) +++ trunk/demos/datepicker/default.html Fri Jan 9 00:30:36 2009 @@ -24,6 +24,17 @@ <div class="demo-description"> This is a default datepicker which is tied to
Demos examples list order
On the demos example list the options are not ordered alphabetically. What do you think in sorting alphabetically the options starting from the second option? Example: Now the options are listed like this: <div style="margin-left: 40px;">* Default Droppable * Accept * Hover class * Active class * Greedy * Revert </div> Is easier to find an option if always the first option is the "Default Droppable", and sort by name all the other options, the list will be shown like this: <div style="margin-left:
Themeroller layout issue on Opera
Look at: https://browsershots.org/http://ui.jquery.com/themeroller Another issue, themerollber blocks my Firefox/3.0.5 and Google Chrome/ 2.0.156.1 (Win XP/SP3) when I choose color for header text and header icon. I have to use task manager to kill browser process.
r1568 - trunk/demos/sortable
Author: eduardolundgren Date: Thu Jan 8 16:15:54 2009 New Revision: 1568 Added: trunk/demos/sortable/tolerance.html (contents, props changed) Modified: trunk/demos/sortable/index.html Log: Sortable tolerance demo Modified: trunk/demos/sortable/index.html ============================================================================== --- trunk/demos/sortable/index.html (original) +++ trunk/demos/sortable/index.html Thu Jan 8 16:15:54 2009 @@ -19,6 +19,7 @@ <li><a href="droponempty.html">Dropping
r1569 - trunk/demos/sortable
Author: rdworth Date: Thu Jan 8 16:30:23 2009 New Revision: 1569 Modified: trunk/demos/sortable/portlets.html Log: fixed columns to stay wide and droppable when empty Modified: trunk/demos/sortable/portlets.html ============================================================================== --- trunk/demos/sortable/portlets.html (original) +++ trunk/demos/sortable/portlets.html Thu Jan 8 16:30:23 2009 @@ -8,7 +8,7 @@ <script type="text/javascript" src="../../ui/ui.sortable.js"></script>
r1565 - trunk/release
Author: joern.zaefferer Date: Thu Jan 8 13:53:08 2009 New Revision: 1565 Modified: trunk/release/build.xml Log: integrating documentation into demo files, first draft; run Ant targets docs-download and docs-process to generate the files Modified: trunk/release/build.xml ============================================================================== --- trunk/release/build.xml (original) +++ trunk/release/build.xml Thu Jan 8 13:53:08 2009 @@ -233,8 +233,7 @@ <get src="${url}Tabs" dest="tabs.xml"
r1564 - trunk/documentation
Author: joern.zaefferer Date: Thu Jan 8 13:51:42 2009 New Revision: 1564 Removed: trunk/documentation/ Log: integrating documentation into demo files, first draft; run Ant targets docs-download and docs-process to generate the files
r1567 - trunk/demos/datepicker
Author: fg.todd Date: Thu Jan 8 14:28:45 2009 New Revision: 1567 Modified: trunk/demos/datepicker/date_formats.html Log: Fixed some spacing issues for the format dropdown and added a label. Modified: trunk/demos/datepicker/date_formats.html ============================================================================== --- trunk/demos/datepicker/date_formats.html (original) +++ trunk/demos/datepicker/date_formats.html Thu Jan 8 14:28:45 2009 @@ -18,7 +18,9 @@ <div class="demo"> - Date: <input
r1566 - in trunk: . demos release
Author: joern.zaefferer Date: Thu Jan 8 13:57:49 2009 New Revision: 1566 Modified: trunk/ (props changed) trunk/demos/index.html trunk/release/ (props changed) trunk/release/build.xml Log: integrating documentation into demo files, first draft; run Ant targets docs-download and docs-process to generate the files Modified: trunk/demos/index.html ============================================================================== --- trunk/demos/index.html (original) +++ trunk/demos/index.html Thu
r1562 - trunk/release
Author: joern.zaefferer Date: Thu Jan 8 11:01:26 2009 New Revision: 1562 Modified: trunk/release/build.xml Log: release build: moved properties to top level, removing load.properties dependency completely Modified: trunk/release/build.xml ============================================================================== --- trunk/release/build.xml (original) +++ trunk/release/build.xml Thu Jan 8 11:01:26 2009 @@ -16,34 +16,32 @@ <pathelement location="build/ant-contrib-0.6.jar"/> </classpath>
View demo in new window link
I don't have SVN access today at home, so here's the idea for the demo link, but you'll need to get the details worked out in code: I think the cleanest way to let people view the demos in a new page would be to add a small link directly below the demo block. Add ~25 pixels of space between the link and the start of the description. <a href="foo" class="demoLink"><span class="ui-icon ui-icon- newwin">Open demo in a new window</a> The link could be small (10px) and even gray until you hover on it.
r1560 - trunk/ui
Author: pazu2k@gmail.com Date: Thu Jan 8 08:03:34 2009 New Revision: 1560 Modified: trunk/ui/ui.datepicker.js Log: datepicker: fixes #3779: added code to detect browser width/height in quirksmode. Modified: trunk/ui/ui.datepicker.js ============================================================================== --- trunk/ui/ui.datepicker.js (original) +++ trunk/ui/ui.datepicker.js Thu Jan 8 08:03:34 2009 @@ -617,8 +617,8 @@ var dpHeight = inst.dpDiv.outerHeight(); var inputWidth
r1558 - trunk
Author: rdworth Date: Thu Jan 8 07:03:56 2009 New Revision: 1558 Modified: trunk/AUTHORS.txt Log: AUTHORS.txt: added Bohdan Ganicky Modified: trunk/AUTHORS.txt ============================================================================== --- trunk/AUTHORS.txt (original) +++ trunk/AUTHORS.txt Thu Jan 8 07:03:56 2009 @@ -1,4 +1,4 @@ -jQuery UI Authors (http://ui.jquery.com/about) +jQuery UI Authors (http://ui.jquery.com/about) This software consists of voluntary contributions made by many individuals.
Little correction in <jQuery.fn.offset> for using jquery effects while asp.net postbacks
jQuery.fn.offset = function() { var left = 0, top = 0, elem = this[0], results; if (elem) with (jQuery.browser) { var parent = elem.parentNode, offsetChild = elem, offsetParent = function IESafeOffsetParent(elem) { try { return elem.offsetParent; } catch (e) { return document.body; } }, //first modification !!! doc = elem.ownerDocument, safari2 = safari && parseInt(version) < 522 && !/adobeair/i.test (userAgent), css = jQuery.curCSS, fixed = css(elem,
r1556 - trunk/ui
Author: paul.bakaus Date: Thu Jan 8 05:39:58 2009 New Revision: 1556 Modified: trunk/ui/ui.draggable.js Log: draggable: if cursorAt was used, revert was reverting to the wrong position (fixes #3699) Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Thu Jan 8 05:39:58 2009 @@ -90,14 +90,16 @@ relative: this._getRelativeOffset() //This is a relative
r1557 - in trunk: demos/draggable ui
Author: paul.bakaus Date: Thu Jan 8 06:03:34 2009 New Revision: 1557 Modified: trunk/demos/draggable/sortable.html trunk/ui/ui.draggable.js Log: draggable: revert 'invalid/valid' now works with dropping on sortables (fixes #3556), beautified demo of connectToSortable demonstrating the reverts on both draggable and sortable Modified: trunk/demos/draggable/sortable.html ============================================================================== --- trunk/demos/draggable/sortable.html (original)
updated home page markup available for integration
hi all, I just dropped markup for the redesigned home page into /src/design/ markup/home/. (you may notice when browsing that the page I posted, index.html, is missing some background images (like in the footer) -- this is not a design recommendation, I just didn't bother to grab all of the images when I downloaded the static markup. in the redesigned version the global nav elements (top nav, footer, etc.) should appear as they do now. we (Filament) are going to be scarce over the next few days during
Draggable issues
The distance/delay demo indicates a potential improvement: Both option seem to protect against accidental drags. Neither seems to achieve that: 1000ms delay is way too long. 20px are a good min. distance, but not useful against accidental drags without any delay at all. I can't seem to combine both to get a useful result - the docs don't mention anything in that regard, I don't currently want to dig into the internals of the mouse interaction plugin. The containment demo doesn't work for me on a
r1555 - trunk/ui
Author: paul.bakaus Date: Thu Jan 8 05:31:16 2009 New Revision: 1555 Modified: trunk/ui/ui.draggable.js Log: draggable: fixed convertPositionTo (fixes #3710) Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Thu Jan 8 05:31:16 2009 @@ -284,20 +284,19 @@ return { top: ( - pos.top //
r1554 - trunk/ui
Author: paul.bakaus Date: Thu Jan 8 04:37:15 2009 New Revision: 1554 Modified: trunk/ui/ui.draggable.js Log: draggable: re-implemented containment and grid support (fixes #3607) Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Thu Jan 8 04:37:15 2009 @@ -96,6 +96,8 @@ //Generate the original position this.originalPosition = this._generatePosition(event);
Next Page