r1722 - trunk/ui
Author: paul.bakaus Date: Tue Jan 20 08:34:21 2009 New Revision: 1722 Modified: trunk/ui/ui.sortable.js Log: sortable: connectWith should accept string selectors (fixes #3892, backward compatibility still existant) Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Tue Jan 20 08:34:21 2009 @@ -469,8 +469,9 @@ var queries = []; if(this.options.connectWith
r1705 - in trunk: demos demos/draggable demos/droppable demos/effects_easings demos/effects_feedb...
Author: rdworth Date: Tue Jan 20 03:42:07 2009 New Revision: 1705 Modified: trunk/demos/draggable/constrain-movement.html (props changed) trunk/demos/draggable/cursor-style.html (props changed) trunk/demos/draggable/delay-start.html (props changed) trunk/demos/draggable/snap-to.html (props changed) trunk/demos/draggable/visual-feedback.html (props changed) trunk/demos/droppable/accepted-elements.html (props changed) trunk/demos/droppable/propagation.html (props changed) trunk/demos/droppable/visual-feedback.html
r1723 - trunk/demos/draggable
Author: bohdan.ganicky Date: Tue Jan 20 08:49:33 2009 New Revision: 1723 Modified: trunk/demos/draggable/events.html Log: demos/draggable/events: tiny CSS fix for IE6 Modified: trunk/demos/draggable/events.html ============================================================================== --- trunk/demos/draggable/events.html (original) +++ trunk/demos/draggable/events.html Tue Jan 20 08:49:33 2009 @@ -9,7 +9,7 @@ <link type="text/css" href="../demos.css" rel="stylesheet" /> <style
r1683 - trunk/demos/droppable
Author: bohdan.ganicky Date: Mon Jan 19 09:04:20 2009 New Revision: 1683 Modified: trunk/demos/droppable/photo_manager.html Log: demos/droppable/photo_manager: fixed modal dialog displaying on the demo index Modified: trunk/demos/droppable/photo_manager.html ============================================================================== --- trunk/demos/droppable/photo_manager.html (original) +++ trunk/demos/droppable/photo_manager.html Mon Jan 19 09:04:20 2009 @@ -80,11 +80,11 @@ //
r1680 - trunk/ui
Author: paul.bakaus Date: Mon Jan 19 07:00:14 2009 New Revision: 1680 Modified: trunk/ui/ui.accordion.js Log: accordion: fixed two small variable issues related to the rewrite Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original) +++ trunk/ui/ui.accordion.js Mon Jan 19 07:00:14 2009 @@ -46,8 +46,7 @@ .parent() .addClass("ui-accordion-content-wrap ui-helper-reset
r1694 - branches/experimental/tabbable
Author: scott.gonzalez Date: Mon Jan 19 16:24:00 2009 New Revision: 1694 Modified: branches/experimental/tabbable/ui.core.js Log: Tabbable: Fixed incorrect closing paren. Modified: branches/experimental/tabbable/ui.core.js ============================================================================== --- branches/experimental/tabbable/ui.core.js (original) +++ branches/experimental/tabbable/ui.core.js Mon Jan 19 16:24:00 2009 @@ -4,11 +4,12 @@ focusable: function(element) { var
r1707 - trunk/demos
Author: rdworth Date: Tue Jan 20 04:24:05 2009 New Revision: 1707 Modified: trunk/demos/demos.css Log: fixed code inline styling Modified: trunk/demos/demos.css ============================================================================== --- trunk/demos/demos.css (original) +++ trunk/demos/demos.css Tue Jan 20 04:24:05 2009 @@ -166,6 +166,7 @@ } #demo-notes { width:520px; color:#333; font-size: 1em; } +.demo-description p code { padding: 0; font-weight: bold; } code, pre { padding:8px 0 8px
r1727 - trunk/demos/progressbar
Author: fg.maggie Date: Tue Jan 20 12:13:03 2009 New Revision: 1727 Modified: trunk/demos/progressbar/default.html trunk/demos/progressbar/index.html trunk/demos/progressbar/resize.html Log: slightly reorganized/renamed demos to better reflect functionality Modified: trunk/demos/progressbar/default.html ============================================================================== --- trunk/demos/progressbar/default.html (original) +++ trunk/demos/progressbar/default.html Tue Jan 20 12:13:03
r1692 - in trunk: tests/unit/tabs ui
Author: klaus.hartl Date: Mon Jan 19 15:11:30 2009 New Revision: 1692 Modified: trunk/tests/unit/tabs/tabs.html trunk/tests/unit/tabs/tabs.js trunk/ui/ui.tabs.js Log: UI Tabs: url containing a fragment identfier broke Ajax tab loading, fixes #3627 Modified: trunk/tests/unit/tabs/tabs.html ============================================================================== --- trunk/tests/unit/tabs/tabs.html (original) +++ trunk/tests/unit/tabs/tabs.html Mon Jan 19 15:11:30 2009 @@ -16,9 +16,7 @@
r1708 - trunk/ui
Author: klaus.hartl Date: Tue Jan 20 04:57:32 2009 New Revision: 1708 Modified: trunk/ui/ui.tabs.js Log: UI Tabs: updated TODO to with information for reported bug Modified: trunk/ui/ui.tabs.js ============================================================================== --- trunk/ui/ui.tabs.js (original) +++ trunk/ui/ui.tabs.js Tue Jan 20 04:57:32 2009 @@ -107,7 +107,11 @@ // remote tab else if (href != '#') { // prevent loading the page itself if href is just "#"
r1713 - trunk/demos/droppable
Author: paul.bakaus Date: Tue Jan 20 05:36:29 2009 New Revision: 1713 Modified: trunk/demos/droppable/propagation.html Log: demos: fixed propagation demo callback Modified: trunk/demos/droppable/propagation.html ============================================================================== --- trunk/demos/droppable/propagation.html (original) +++ trunk/demos/droppable/propagation.html Tue Jan 20 05:36:29 2009 @@ -22,7 +22,8 @@ activeClass: 'ui-state-hover', hoverClass:
r1689 - trunk/demos/accordion
Author: fg.maggie Date: Mon Jan 19 13:02:36 2009 New Revision: 1689 Modified: trunk/demos/accordion/collapsible.html trunk/demos/accordion/custom_icons.html trunk/demos/accordion/default.html trunk/demos/accordion/fillspace.html trunk/demos/accordion/index.html trunk/demos/accordion/mouseover.html Log: updated the demo captions, and reordered the examples navigation Modified: trunk/demos/accordion/collapsible.html ============================================================================== ---
r1717 - trunk/ui
Author: paul.bakaus Date: Tue Jan 20 06:54:32 2009 New Revision: 1717 Modified: trunk/ui/ui.accordion.js Log: accordion: removal of selectedClass option (fixes #3886) Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original) +++ trunk/ui/ui.accordion.js Tue Jan 20 06:54:32 2009 @@ -47,7 +47,7 @@ .addClass("ui-accordion-content-wrap ui-helper-reset ui-widget-content ui-corner-bottom");
UI demos in safari
I noticed that on the ui demos, any custom CSS that comes with the demo page is getting stripped out in Safari. It doesn't seem to be happening in FF though. View the last two slider demos in safari to see what I mean
Inline images in demos
Hi all, where should I put images that are used as inline <img> tags in the demos so I can see them both on the particular demo page and in the main demo index? Is this possible without duplicating them? Thanks! -- Bohdan Ganicky
focus/blur as namespaced events don't seem to work (tabbing through tabs)
Hi all, wanted to test focus/blur state for tabs right now and noticed that these two events don't seem to work if I bind them as namespaced event, e.g. "focus.tabs" etc. Before filing a ticket, I was wondering if anyone noticed that behavior as well? --Klaus
Demo pages - issues and questions
I just noticed that on IE 7/WinXP, all the demos are a bit broken. If you click on a demo link in the right, it appears fine, but as soon as you mouseover another example nav item, the entire contents of the demo block disappear. Does anyone know why this would be happening and can try to debug it? http://ui-dev.jquery.com/demos I also noticed that the theme switcher doesn't do anything when a choice is clicked in IE7. Scott J. will take a look at that today. What is the status on the docs section?
:focusable and :tabbable selectors
I'm getting ready to land the code for the :focusable and :tabbable selectors. Ticket: <a href="http://ui.jquery.com/bugs/ticket/3559">http://ui.jquery.com/bugs/ticket/3559</a> Code: <a href="http://jquery-ui.googlecode.com/svn/branches/experimental/tabbable/">http://jquery-ui.googlecode.com/svn/branches/experimental/tabbable/</a> If you have any comments, please post on <a href="http://groups.google.com/group/jquery-a11y/browse_thread/thread/1bc999ab54b20674">http://groups.google.com/group/jquery-a11y/browse_thread/thread/1bc999ab54b20674</a>
Another Slider demo?
Can we add this one? http://demo.marcofolio.net/iphone_unlock/index.html Maybe also add the going-back that it's currently missing... Related article: http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html Jörn
Demo/documentation pages
Hi all - I wanted to check in to see how the dev is going on the documentation. Maggie asked a few things earlier, but I'd like to get this all fully functional and pulling in content from the wiki at a regular interval so we can start filling out the content ASAP. We also have a website work to merge the demos and docs together: - Merging these top nav sections "Documention & Demos"? - If we keep the 3 big blocks on the bottom, need to merge two into a single a doc/demo block and maybe add a theme
dialog in IE6/7
Has anyone tested the rc5 dialogs with IE6 and IE7? I am getting reports that they no longer work in my test environment but have not had the chance to test myself (I'll do that tomorrow). Regaderds, Wichert. -- Wichert Akkerman<wichert@wiggy.net> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.
r848 - trunk/ui
Author: eduardolundgren Date: Wed Oct 29 23:57:32 2008 New Revision: 848 Modified: trunk/ui/ui.sortable.js Log: Sortable - accurate option added, If you prefer better accuracy and low performance set accurate: true. Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Wed Oct 29 23:57:32 2008 @@ -116,11 +116,13 @@ var itemHeight = item.height, itemWidth = item.width;
Reminder: Closing Tickets as Fixed
When you close a ticket as fixed, if you know the revision # make sure to include it in the comment when you close the ticket. Example: Fixed in r1234. Similarly include the ticket number in your commit: Plugin: Fixed #1234: Did something.
jQuery 1.2 support
Reading the jQuery UI 1.6rc5 announcement I see that jQuery 1.2 is now no longer supported. I want to make a plea to revert that decision. This is a major change in the middle of a release candidate series that has a huge impact. I have been working on a new site for several months, and the javascript is based on jQuery 1.2, jQuery UI and a number of other modules. With jQuery UI now suddenly dropping support for jQuery 1.2 am I faced with the option of either staying at 1.6rc4 and backporting any
datepicker positioning problem
Hi guys, I think the function _checkOffset is failing, in all browsers. Whenever open a datepicker when my browser window is scrolled down and/ or right, it draws the datepicker too high and/or left, often I have to scroll to find it. I checked this with svn checkout and it still fails, even with the packaged demo. Opened a ticked for this yesterday (#3863). Anybody not have this problem, or aware of it already? thanks, Jez.
Download page design sketch
Here's an idea of how we could clean up the download page design a bit: http://jqueryui.pbwiki.com/f/download.png Thoughts?
jQuery UI 1.6rc5 Compatible with jQuery 1.3
From <a href="http://blog.jquery.com/2009/01/16/jquery-ui-16rc5-compatible-with-jquery-13/">http://blog.jquery.com/2009/01/16/jquery-ui-16rc5-compatible-with-jquery-13/</a> jQuery UI 1.6rc5 is available. <b>Download jQuery UI 1.6rc5</b> You can download the entire development bundle directly <a href="http://jquery-ui.googlecode.com/files/jquery.ui-1.6rc5.zip">http://jquery-ui.googlecode.com/files/jquery.ui-1.6rc5.zip</a> This includes a default theme, as well as all the test and demo files. Or you
Demo page no accessible without JS
I happened to have JS shut off and noticed that the demos section doesn't really work at all. Since we're supposed to be leading by example on accessibility and progressive enhancement, we should consider eventually re-working this section to build pages server-side so this will be more accessible.
delete trunk\demos\effects_general ?
demos/index.html only links to these: effects_feedback effects_movement effects_showhide Does effects_general be used for other places?
demo/documentation update on ui-dev
hi all -- I have some time to focus on updating the redesigned demo/ documentation pages, so I'm planning to review/edit/generally clean up the descriptive content in the notes (directly beneath the demo frame) and in the docs tabs below. In the latest design for these pages we proposed reducing the notes so that they read more like a high-level overview of the visible demo (in other words, a concise caption); any detailed content, like code examples, should live in the appropriate tab below (likely
UI Dialog Issues 1.6r5 w/ 1.3
Hi, I got problems with the dialog with the previous version. So i upgraded to the latest version. Well i have to say that some issues have been fixed. When i was opening->closing->opening, the dialog content was set to 0pt for the height. Then closing->opening, it was fine and so on alternating between good and bad. Now this seems to be fixed. checked in FF 3.0.5 and IE7 5730 and partially fixed in Opera 9.62 Issues Opera, after resizing an opened dialog, if i close it and reopen it i have the same
Theming Docs Updated
I've updated the documentation pages for the jQuery UI CSS Framework, ThemeRoller about/how-to, and general theming best practices. http://docs.jquery.com/UI/Theming http://docs.jquery.com/UI/Theming/API http://docs.jquery.com/UI/Theming/Themeroller The UI/Theming page still needs some work, and it would be nice if everyone could give these a read and make changes or recommendations. I'm not sure if the order of priorities on the Theming page is accurate to our recommended best practices (I only
r1615 - trunk/tests/unit/sortable
Author: eduardolundgren Date: Thu Jan 15 14:08:39 2009 New Revision: 1615 Modified: trunk/tests/unit/sortable/sortable.js Log: Sortable test unit: change tolerance to default Modified: trunk/tests/unit/sortable/sortable.js ============================================================================== --- trunk/tests/unit/sortable/sortable.js (original) +++ trunk/tests/unit/sortable/sortable.js Thu Jan 15 14:08:39 2009 @@ -18,7 +18,7 @@ scroll: true, scrollSensitivity: 20, scrollSpeed:
Accordion demo page
The accordion demo page on the "view in new window" it's looking fine. But the index demo page it's wrong in all browsers.<br clear="all"> -- Eduardo Lundgren Software Engineer Liferay, Inc. Enterprise. Open Source. For Life.
Design issues
There is a bunch of tickets related to design issues on the themes and demos. The problem of the accordion jumps on IE7 never disappear, someone know what is this? <a href="http://ui.jquery.com/bugs/ticket/3844">http://ui.jquery.com/bugs/ticket/3844</a> <a href="http://ui.jquery.com/bugs/ticket/3846">http://ui.jquery.com/bugs/ticket/3846</a> <a href="http://ui.jquery.com/bugs/ticket/3847">http://ui.jquery.com/bugs/ticket/3847</a> <a href="http://ui.jquery.com/bugs/ticket/3849">http://ui.jquery.com/bugs/ticket/3849</a>
r1619 - trunk/ui
Author: scott.gonzalez Date: Thu Jan 15 18:25:03 2009 New Revision: 1619 Modified: trunk/ui/ui.sortable.js Log: Sortable: Fixed _trigger method. Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Thu Jan 15 18:25:03 2009 @@ -894,8 +894,11 @@ _trigger: function(type, event, inst, noPropagation) { $.ui.plugin.call(this, type, [event, this._uiHash(inst)]);
r1617 - trunk/ui
Author: eduardolundgren Date: Thu Jan 15 16:33:46 2009 New Revision: 1617 Modified: trunk/ui/ui.accordion.js trunk/ui/ui.dialog.js trunk/ui/ui.draggable.js trunk/ui/ui.droppable.js trunk/ui/ui.progressbar.js trunk/ui/ui.resizable.js trunk/ui/ui.selectable.js trunk/ui/ui.slider.js trunk/ui/ui.sortable.js trunk/ui/ui.tabs.js Log: Fix for #3838 - Components should use this.widgetName on internally Modified: trunk/ui/ui.accordion.js ==============================================================================
r1618 - trunk/ui
Author: eduardolundgren Date: Thu Jan 15 18:09:45 2009 New Revision: 1618 Modified: trunk/ui/ui.accordion.js trunk/ui/ui.dialog.js trunk/ui/ui.draggable.js trunk/ui/ui.droppable.js trunk/ui/ui.progressbar.js trunk/ui/ui.resizable.js trunk/ui/ui.selectable.js trunk/ui/ui.slider.js trunk/ui/ui.sortable.js trunk/ui/ui.tabs.js Log: Revert changes for #3838 for the release 1.6rc5 Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original)
r1616 - in trunk: tests/unit/draggable ui
Author: scott.gonzalez Date: Thu Jan 15 15:19:27 2009 New Revision: 1616 Modified: trunk/tests/unit/draggable/draggable.js trunk/ui/ui.draggable.js Log: Draggable: Fixed # 3808: Setting default opacity to null (preserve current opacity). Modified: trunk/tests/unit/draggable/draggable.js ============================================================================== --- trunk/tests/unit/draggable/draggable.js (original) +++ trunk/tests/unit/draggable/draggable.js Thu Jan 15 15:19:27 2009 @@ -21,7
r1614 - in trunk/demos: . draggable
Author: fg.maggie Date: Thu Jan 15 13:57:33 2009 New Revision: 1614 Added: trunk/demos/draggable/cursor-style.html trunk/demos/draggable/delay-start.html Modified: trunk/demos/demos.css trunk/demos/draggable/constrain-movement.html trunk/demos/draggable/containment_iframe.html trunk/demos/draggable/default.html trunk/demos/draggable/events.html trunk/demos/draggable/handle.html trunk/demos/draggable/index.html trunk/demos/draggable/revert.html trunk/demos/draggable/scroll.html trunk/demos/draggable/snap-to.html
Next Page