r829 - in branches: 1.7/tests experimental/tests
Author: paul.bakaus Date: Thu Oct 23 06:45:37 2008 New Revision: 829 Added: branches/experimental/tests/autocomplete.html branches/experimental/tests/autocomplete.js Removed: branches/1.7/tests/autocomplete.html branches/1.7/tests/autocomplete.js Modified: branches/experimental/tests/ (props changed) Log: autocomplete: moved autocomplete from 1.7 to experimental Added: branches/experimental/tests/autocomplete.html ============================================================================== ---
r828 - branches/1.7
Author: paul.bakaus Date: Thu Oct 23 06:41:15 2008 New Revision: 828 Removed: branches/1.7/ui.autocomplete.js Log: autocomplete: moved autocomplete from 1.7 to experimental
r827 - in branches: 1.7/demos/functional experimental/demos/functional experimental/demos/functio...
Author: paul.bakaus Date: Thu Oct 23 06:24:45 2008 New Revision: 827 Added: branches/experimental/demos/functional/ branches/experimental/demos/functional/templates/ branches/experimental/demos/functional/templates/ui.autocomplete.html Removed: branches/1.7/demos/functional/ Log: autocomplete: moved autocomplete from 1.7 to experimental Added: branches/experimental/demos/functional/templates/ui.autocomplete.html ============================================================================== --- (empty
r826 - branches/experimental
Author: paul.bakaus Date: Thu Oct 23 06:23:57 2008 New Revision: 826 Added: branches/experimental/ui.autocomplete.js - copied unchanged from r825, /branches/1.7/ui.autocomplete.js Log: autocomplete: moved autocomplete from 1.7 to experimental
r825 - in branches/experimental/tests: . visual
Author: paul.bakaus Date: Thu Oct 23 06:21:54 2008 New Revision: 825 Added: branches/experimental/tests/visual/ branches/experimental/tests/visual/toaster.html branches/experimental/tests/visual/toasterLite.html branches/experimental/tests/visual/tree.html Removed: branches/experimental/tests/toaster.html branches/experimental/tests/toasterLite.html branches/experimental/tests/tree.html Log: experimental: moved tests to tests/visual Added: branches/experimental/tests/visual/toaster.html ==============================================================================
r824 - in branches/experimental: . tests tests/images tests/js
Author: paul.bakaus Date: Thu Oct 23 06:20:18 2008 New Revision: 824 Removed: branches/experimental/tests/ahah_1.html branches/experimental/tests/ahah_2.html branches/experimental/tests/ahah_3.html branches/experimental/tests/auto.html branches/experimental/tests/auto_2.html branches/experimental/tests/blurtext.html branches/experimental/tests/cropimage.html branches/experimental/tests/demo.html branches/experimental/tests/download.php branches/experimental/tests/download_php4.php branches/experimental/tests/emboss.html
r823 - branches/experimental
Author: paul.bakaus Date: Thu Oct 23 06:02:50 2008 New Revision: 823 Removed: branches/experimental/ui.toolbar.ext.js branches/experimental/ui.toolbar.js Log: experimental: removed non-working toolbar component in favor of work-in-progress menu component
r822 - branches/experimental/demos/accordion
Author: paul.bakaus Date: Thu Oct 23 06:01:48 2008 New Revision: 822 Removed: branches/experimental/demos/accordion/ Log: experimental: removed old accordion demo
r821 - branches/experimental/demos/uploader
Author: paul.bakaus Date: Thu Oct 23 06:01:13 2008 New Revision: 821 Removed: branches/experimental/demos/uploader/ Log: experimental: removed uploader, Gilles recently stated he's working on a new version independent of swfupload code / jQuery UI
r820 - in branches/experimental: . Uploader source
Author: paul.bakaus Date: Thu Oct 23 05:59:54 2008 New Revision: 820 Removed: branches/experimental/Uploader source/ branches/experimental/ui.uploader.js branches/experimental/ui.uploader.swf Log: experimental: removed uploader, Gilles recently stated he's working on a new version independent of swfupload code / jQuery UI
r819 - in branches/experimental: . layouts mouse rte
Author: paul.bakaus Date: Thu Oct 23 05:56:54 2008 New Revision: 819 Removed: branches/experimental/layouts/ branches/experimental/mouse/ branches/experimental/rte/ branches/experimental/ui.demo.js branches/experimental/ui.download.js branches/experimental/ui.menu.js branches/experimental/ui.progress.js branches/experimental/ui.test.js Log: experimental: removed duplicate and discontinued scripts
r818 - branches/1.7/coverflow
Author: paul.bakaus Date: Thu Oct 23 05:51:11 2008 New Revision: 818 Removed: branches/1.7/coverflow/ Log: coverflow: moved from 1.7 to experimental
r817 - branches/experimental/coverflow
Author: paul.bakaus Date: Thu Oct 23 05:49:52 2008 New Revision: 817 Added: branches/experimental/coverflow/ - copied from r816, /branches/1.7/coverflow/ Log: coverflow: moved from 1.7 to experimental
r816 - in branches: 1.8 2.0
Author: paul.bakaus Date: Thu Oct 23 05:46:02 2008 New Revision: 816 Removed: branches/1.8/ branches/2.0/ Log: removed 1.8 and 2.0 branch folders (doesn't make sense to keep them until there's real need)
r815 - branches/experimental
Author: paul.bakaus Date: Thu Oct 23 05:44:55 2008 New Revision: 815 Added: branches/experimental/ui.sortableTree.js - copied unchanged from r814, /branches/1.8/ui.tree.js Log: tree: moved tree from 1.8 to experimental as sortableTree
r814 - branches/1.7
Author: paul.bakaus Date: Thu Oct 23 05:41:12 2008 New Revision: 814 Modified: branches/1.7/ui.core.js Log: core (1.7): changed lazy loading function to use a direct call to ajax Modified: branches/1.7/ui.core.js ============================================================================== --- branches/1.7/ui.core.js (original) +++ branches/1.7/ui.core.js Thu Oct 23 05:41:12 2008 @@ -26,8 +26,17 @@ $.fn[name] = function(){ var selector = this, args = arguments; - $.getScript(uiPath+'ui.'+name+'.js',
r813 - in branches/1.7: . tests/visual
Author: rdworth Date: Thu Oct 23 04:15:27 2008 New Revision: 813 Modified: branches/1.7/tests/visual/keyboard_selection.html branches/1.7/ui.selectable.js Log: adjusted default class names and option names for selectedClass and focusedClass Modified: branches/1.7/tests/visual/keyboard_selection.html ============================================================================== --- branches/1.7/tests/visual/keyboard_selection.html (original) +++ branches/1.7/tests/visual/keyboard_selection.html Thu
REQUEST: colorpicker("close"), colorpicker("open")
I had to create workaround or hack for the "Done" button in the colorpicker dialog to close itself. I had to look at the source code "ui.colorpicker.js" to find the close event: $(document).trigger('mousedown.colorpicker'); I know the purpose of the "Done" button, but it only make sense when it's set to flat. I find unintuitive as a popup and so I want it to close either by clicking the "Done" button or outside. $('.picker_icon', eleForm).colorpicker({ submit:function(e, ui) { this.previousSibling.value
r812 - in branches/1.7: . tests/visual/menu tests/visual/menu/css tests/visual/menu/images
Author: paul.bakaus Date: Wed Oct 22 09:51:10 2008 New Revision: 812 Added: branches/1.7/tests/visual/menu/ branches/1.7/tests/visual/menu/css/ branches/1.7/tests/visual/menu/css/jquery-ui-themeroller.css branches/1.7/tests/visual/menu/css/ui.menus.css branches/1.7/tests/visual/menu/images/ branches/1.7/tests/visual/menu/images/222222_11x11_icon_resize_se.gif (contents, props changed) branches/1.7/tests/visual/menu/images/333333_40x100_textures_02_glass_25.png (contents, props changed) branches/1.7/tests/visual/menu/images/444444_40x100_textures_02_glass_25.png
r811 - trunk/ui
Author: aflesler Date: Wed Oct 22 03:12:45 2008 New Revision: 811 Modified: trunk/ui/ui.datepicker.js Log: ui.datepicker: fixing a var being leaked to the global namespace(attrName). Modified: trunk/ui/ui.datepicker.js ============================================================================== --- trunk/ui/ui.datepicker.js (original) +++ trunk/ui/ui.datepicker.js Wed Oct 22 03:12:45 2008 @@ -158,7 +158,7 @@ _attachDatepicker: function(target, settings) { // check for settings
r810 - trunk/ui/i18n
Author: kbwood.au Date: Wed Oct 22 02:22:51 2008 New Revision: 810 Modified: trunk/ui/i18n/ui.datepicker-es.js Log: Fixed 3492. Typo in day name. Modified: trunk/ui/i18n/ui.datepicker-es.js ============================================================================== --- trunk/ui/i18n/ui.datepicker-es.js (original) +++ trunk/ui/i18n/ui.datepicker-es.js Wed Oct 22 02:22:51 2008 @@ -15,7 +15,7 @@ 'Jul','Ago','Sep','Oct','Nov','Dic'], monthStatus: '', yearStatus: '', weekHeader:
Tabs Keyboard Navigation
<div dir="ltr">There is currently a discussion about how keyboard navigation should be handled for tabs going on in the a11y group: <a href="http://tinyurl.com/6n6qe2">http://tinyurl.com/6n6qe2</a> Here is a post that explains the main issue: ---------------------------------------- Hey David, So the demo you're referring to is this one, right? <a target="_blank" rel="nofollow" href="http://ui.jquery.com/repository/latest/demos/functional/#ui.tabs">http://ui.jquery.com/repository/latest/demos/functional/#ui.tabs</a>
Slider - slide callback
<div dir="ltr">hey Guys, The slider callback is being called once when you use a animated slider. I suggest in change this to trigger the slide callback on each step of the animation, that makes more sense when you use animation. What do you think?<br clear="all"> -- Eduardo Lundgren Software Engineer Liferay, Inc. Enterprise. Open Source. For Life. </div>
1.6 tickets update
Looking at the active tickets by milestone (http://ui.jquery.com/bugs/report/3), we have two criticals for 1.6 http://ui.jquery.com/bugs/ticket/3075 I created a testcase and it works fine, therefore closed as worksforme. http://ui.jquery.com/bugs/ticket/3453 This looked like a misunderstanding of the option. With incremental:false the acceleration while holding the up/down buttons is off, works fine for me. That leaves us with a bunch of major tickets, including a few enhancements. http://ui.jquery.com/bugs/ticket/3043
Content generation
<div dir="ltr">Good morning everyone, with all the new widgets we're currently planning, there are two immediate technical issues to solve for all of them. <b>a) Content generation / templating</b> jQuery right now is not sufficient to generate large blocks of HTML. Marc and I often talked about this issue, and now with more plugins arriving like the Grid component, we have the immediate need for a good code generation technique. Here are a two examples of how it could be done: 1) JSON style DOM
jQuery UI Sortables 1.6rc2 appendTo
With UI version 1.5 I was able to specify an appendTo option when creating a sortable. This would change where the helper was created as opposed to being added to the sortable item's parent. It was very useful for working around problems with the helper appearing behind other objects, especially in IE. If you set the appendTo option to 'body' it would be at the end of the document and thus always appear on top of everything. In UI 1.6rc2 this option no longer works. Does anyone know of a way to get
Bugtracker is online again / New server is live!
<div dir="ltr">Hey guys, finally we managed to switch the servers, and also updated Trac. The site runs a fresh copy of the website, and quite a few issues are fixed. However, one thing that I encountered is that the functional demos show an empty page? Any idea? Cheers, 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> </div>
r809 - in branches/1.7: . tests/visual
Author: paul.bakaus Date: Mon Oct 20 03:27:36 2008 New Revision: 809 Modified: branches/1.7/tests/visual/grid.html branches/1.7/ui.grid.js Log: grid: code cleanup Modified: branches/1.7/tests/visual/grid.html ============================================================================== --- branches/1.7/tests/visual/grid.html (original) +++ branches/1.7/tests/visual/grid.html Mon Oct 20 03:27:36 2008 @@ -8,6 +8,7 @@ <script type="text/javascript" src="../../ui.grid.js"></script> <script
[PROPOSAL] Lazy loading dependancy system
<div dir="ltr">Hi everyone, I yesterday commited a lazy loading mechanism for jQuery UI widgets to ui.core.js, but later moved it to the 1.7 branch for now (since we have a feature freeze right now, and I should discuss completely new features here first). The mechanism is quite awesome and works like this: a) The user includes jQuery and ui.core.js b) and makes sure that in the same folder than ui.core.js, you'll find all other widget files (with correct naming, i.e. ui.draggable.js) c) then, without
r808 - trunk/ui
Author: paul.bakaus Date: Mon Oct 20 00:43:42 2008 New Revision: 808 Modified: trunk/ui/ui.slider.js Log: slider: changed order of fired callbacks in moveTo method (fixes #3465) Modified: trunk/ui/ui.slider.js ============================================================================== --- trunk/ui/ui.slider.js (original) +++ trunk/ui/ui.slider.js Mon Oct 20 00:43:42 2008 @@ -435,9 +435,9 @@ if (!noPropagation) { this._propagate('start', null); + this._propagate("slide",
BDD for UI
All, something I was thinking about lately is if it would be beneficial to do BDD for jQuery UI. We're using a BDD framework for Ruby (RSpec) at work and it proofed to be very helpful as your tests become kind of documentation already - which I think isn't necessarily the case for unit tests. On a technical level, BDD and TDD aren’t much different. BDD specifies behaviours while TDD specifies outcomes. BDD uses different, clearer wording and is focussing on, well, behavior. Thus to me such a spec
r807 - in branches/1.7: . tests/visual
Author: paul.bakaus Date: Fri Oct 17 07:35:44 2008 New Revision: 807 Modified: branches/1.7/tests/visual/grid.html branches/1.7/ui.grid.js branches/1.7/ui.selectable.js Log: grid: included selecting of rows Modified: branches/1.7/tests/visual/grid.html ============================================================================== --- branches/1.7/tests/visual/grid.html (original) +++ branches/1.7/tests/visual/grid.html Fri Oct 17 07:35:44 2008 @@ -7,6 +7,7 @@ <script type="text/javascript"
r806 - trunk/ui
Author: rdworth Date: Fri Oct 17 05:06:16 2008 New Revision: 806 Modified: trunk/ui/ui.slider.js Log: Fixed slider responds to keypresses when disabled Modified: trunk/ui/ui.slider.js ============================================================================== --- trunk/ui/ui.slider.js (original) +++ trunk/ui/ui.slider.js Fri Oct 17 05:06:16 2008 @@ -155,6 +155,9 @@ }, _keydown: function(keyCode, handle) { + if (this.options.disabled) + return; + var
r805 - in branches/1.7: . tests/visual
Author: paul.bakaus Date: Fri Oct 17 03:45:53 2008 New Revision: 805 Added: branches/1.7/ui.selectable.js Removed: branches/1.7/ui.keyboardSelectable.js Modified: branches/1.7/tests/visual/keyboard_selection.html Log: selectable: renamed keyboardSelectable to selectable because it now features mouse selection (no caret!) Modified: branches/1.7/tests/visual/keyboard_selection.html ============================================================================== --- branches/1.7/tests/visual/keyboard_selection.html (original)
r804 - trunk/ui
Author: paul.bakaus Date: Fri Oct 17 01:13:14 2008 New Revision: 804 Modified: trunk/ui/ui.sortable.js Log: sortable: fixed issue with first time append of the placeholder, now also the original classes are appended to the placeholder, with usually should give it the right size Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Fri Oct 17 01:13:14 2008 @@ -297,7 +297,10
r803 - in branches/1.7: . tests/visual
Author: paul.bakaus Date: Thu Oct 16 08:45:00 2008 New Revision: 803 Added: branches/1.7/tests/visual/keyboard_selection.html branches/1.7/ui.keyboardSelectable.js Log: 1.7: experimental version of keyboard selectables, with multiple selections, focus, quite sophisticated. Should probably later be merged with mouse selectables. Added: branches/1.7/tests/visual/keyboard_selection.html ============================================================================== --- (empty file) +++ branches/1.7/tests/visual/keyboard_selection.html Thu
r802 - in branches/1.7: . tests tests/visual
Author: paul.bakaus Date: Thu Oct 16 03:14:36 2008 New Revision: 802 Modified: branches/1.7/tests/grid.html branches/1.7/tests/grid.js branches/1.7/tests/visual/grid.html branches/1.7/ui.grid.js Log: grid: fixed tests, more defaults, some theming optimizations (long way to go..) Modified: branches/1.7/tests/grid.html ============================================================================== --- branches/1.7/tests/grid.html (original) +++ branches/1.7/tests/grid.html Thu Oct 16 03:14:36
Resizble dialog, handle positions
The position of the handles for a resizable dialog are somewhat misplaced, especially painful on the corners. Basically the same indicates a border that I'd expect to be the handle, but the actual handle is inside of the border. Is there a reason for that behaviour, or rather a regression due to theme changes? Jörn
r801 - branches/1.7 trunk/ui
Author: paul.bakaus Date: Wed Oct 15 05:54:40 2008 New Revision: 801 Added: branches/1.7/ui.core.js Modified: trunk/ui/ui.core.js Log: core: reverted lazy loading implementation, commited to a future branch Added: branches/1.7/ui.core.js ============================================================================== --- (empty file) +++ branches/1.7/ui.core.js Wed Oct 15 05:54:40 2008 @@ -0,0 +1,498 @@ +/* + * jQuery UI @VERSION + * + * Copyright (c) 2008 Paul Bakaus (ui.jquery.com) + * Dual licensed
r799 - in trunk: tests/visual ui
Author: paul.bakaus Date: Wed Oct 15 04:03:49 2008 New Revision: 799 Added: trunk/tests/visual/dep_loader.html Modified: trunk/ui/ui.core.js Log: core: implemented experimental async dependency loading Added: trunk/tests/visual/dep_loader.html ============================================================================== --- (empty file) +++ trunk/tests/visual/dep_loader.html Wed Oct 15 04:03:49 2008 @@ -0,0 +1,26 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Next Page