Timeline


and

02/13/09:

23:25 Ticket #4133 (Creating a new tab causes url to change) closed by klaus.hartl
invalid: I couldn't duplicate the first error. Regarding selecting a just added …
23:14 Ticket #4097 (Tab hover class doesn't work for dynamically added tabs) closed by klaus.hartl
fixed: r2079
23:05 Changeset [f3feb25712092f455b24476b2f0528c2901f357f] by Klaus Hartl <klaus.hartl@…>
  • tests/unit/tabs/tabs_methods.js
  • ui/ui.tabs.js
Tabs: mouseover/focus handling for added tabs, plus test, fixes #4097 as well as focus/blur handling when using keyboard
22:18 Changeset [82d7c67bd345fe5e47ff9e9f28656daab7acf776] by Klaus Hartl <klaus.hartl@…>
  • demos/slider/side-scroll.html
fixed an incorrect slash and a self closing span
15:40 Ticket #4144 (Draggable containment breaks in FF2, Safari, Chrome) created by chrisbarr
I tested this as working fine in FF3, IE7, IE6, and Opera. It seems to …
14:22 Ticket #4143 (Land iPhone support for all interactions) created by paul
jQuery UI should support touchscreen platforms like iPhone and Opera for …
13:28 Ticket #4041 (sortable fixed position bug in webkit) closed by paul
fixed: Fixed in r2077.
13:28 Changeset [64b66a4d818ebecc928fcff2d2639a5a44af84a2] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.sortable.js
sortable: pageX/pageY already do not include scroll offsets in safari, therefore it does not need to be substracted again (fixes #4041)
13:05 Changeset [39d164b95e79b4b1e56fe889b95bcce505fe857a] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.draggable.js
draggable: pageX/pageY already do not include scroll offsets in safari, therefore it does not need to be substracted again (fixes #4142) (only if css position is fixed) (removed redundant check)
12:47 Changeset [5030b578016918247627a4b0f5120f3915ba63d7] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.draggable.js
draggable: pageX/pageY already do not include scroll offsets in safari, therefore it does not need to be substracted again (fixes #4142) (only if css position is fixed)
12:42 Ticket #4142 (draggable: fixed positions include wrong scroll offset in safari) closed by paul
fixed: Fixed in r2074.
12:42 Changeset [8623a3e9a5ec21a9a165a3dd85c099e6ce71566b] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.draggable.js
draggable: pageX/pageY already do not include scroll offsets in safari, therefore it does not need to be substracted again (fixes #4142)
12:41 Ticket #4142 (draggable: fixed positions include wrong scroll offset in safari) created by paul
draggable: fixed positions include wrong scroll offset in safari
12:37 Ticket #3701 (IntegrityError: (1062, "Duplicate entry ...) closed by rdworth
duplicate: duplicate of #2973
12:36 Ticket #3020 (IntegrityError: (1062, "Duplicate entry 'kbwood-1-query_constrain' for key ...) closed by rdworth
duplicate: duplicate of #2973
12:36 Ticket #3020 (IntegrityError: (1062, "Duplicate entry 'kbwood-1-query_constrain' for key ...) reopened by rdworth
12:36 Ticket #3068 (IntegrityError: (1062, "Duplicate entry 'jquery@rickster-1-0' for key 1")) closed by rdworth
duplicate: duplicate of #2973
12:36 Ticket #3068 (IntegrityError: (1062, "Duplicate entry 'jquery@rickster-1-0' for key 1")) reopened by rdworth
12:35 Ticket #2973 (IntegrityError: (1062, "Duplicate entry 'usd2-1-timeline.daysba' for key ...) reopened by rdworth
This error is reproduced by not being logged in. Should not be closed fix …
12:27 Ticket #4141 (draggable: margin on body element in safari caused bump) closed by paul
fixed: Fixed in r2073.
12:26 Changeset [e0f3b0ef32eccfbfe1bb333716ace8e656d993c0] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.draggable.js
  • ui/ui.sortable.js
draggable,sortable: if the offset parent is the body, top/left values should always be normalized to 0 (fixes #4141 - margin on body in safari caused bump)
12:23 Ticket #4141 (draggable: margin on body element in safari caused bump) created by paul
draggable: margin on body element in safari caused bump
11:35 Changeset [03f63d3a6b14ba65dfd1cd0513ab21c550c80020] by Richard Worth <rdworth@…>
  • version.txt
updated version.txt http://blog.jquery.com/2009/02/12/jquery-ui-17-is-the-new-16/
11:30 Ticket #4140 (Snap to Grid issues with browser zoom) created by Jay
There is an issue with snapping to grid when the browser uses its internal …
11:02 Ticket #4139 (missing public method position) created by andreas
Im missing something like this: position : function() { …
08:37 Ticket #4138 (Sortable.serialize('toArray') contain the placeholder item) created by doutu
<ul id="test"> <li id="i_1">item 1</li> <li id="i_2">item 2</li> <li …
08:22 Ticket #4137 (show effect won't work) created by designerno1
If you give the dialog the option {show:'fade'} or {show:'slide'} only the …
05:16 Ticket #3177 (click is fired for draggagble elements on mouseUp) reopened by scott.gonzalez
A partial fix that's doable right now is to add in …
04:52 Ticket #3666 (connectToSortable breaks if argument is array) closed by scott.gonzalez
fixed: Support for arrays has been removed. You must specify a selector now. …
04:12 Ticket #4055 (Datepicker onclick events contain references to "jQuery") closed by scott.gonzalez
fixed: Test added in r2071.
04:12 Changeset [95c5d5e3fd061dac6ef2a779ee18b033b7b09a52] by Scott González <scott.gonzalez@…>
  • tests/unit/datepicker/datepicker_tickets.js
Datepicker: Added test for #4055 - onclick events contain references to "jQuery".
03:48 Ticket #4118 (Sortable: option sortIndicator is undocumented) closed by scott.gonzalez
fixed: Fixed in r2070. Removed option and updated docs.
03:47 Changeset [9f93e8db3a1923ea40058e057cdacbb4a1a552e3] by Scott González <scott.gonzalez@…>
  • tests/unit/sortable/sortable_defaults.js
  • ui/ui.sortable.js
Sortable: Removed sortIndicator option. Fixed #4118 - option sortIndicator is undocumented.
03:37 Ticket #4135 (Resizable: preventDefault should not be an option as there's not use case ...) closed by scott.gonzalez
fixed: Fixed in r2069.
03:36 Changeset [a5d5c4f60aff33da4f4aeb030cb0faca4b2aaf94] by Scott González <scott.gonzalez@…>
  • tests/unit/resizable/resizable_defaults.js
  • tests/visual/resizable/resizable_option_preventDefault_false.html
  • tests/visual/resizable/resizable_option_preventDefault_true.html
  • ui/ui.resizable.js
Resizable: - Fixed destroy method. - Removed preventDefault option (Fixed #4135 - preventDefault should not be an option as there's not use case for false).
03:09 Ticket #4126 (focus on dialog open should be constrained to the contents of the dialog) closed by scott.gonzalez
fixed: Fixed in r2068. NOTE: This breaks accessibility in Safari, which doesn't …
03:06 Changeset [2916159a088f20eb33602d69c97b79792dd5c037] by Scott González <scott.gonzalez@…>
  • ui/ui.dialog.js
Dialog: Don't set focus to elements in the titlebar on open. Fixes #4126 - focus on dialog open should be constrained to the contents of the dialog. NOTE: This breaks accessibility in Safari, which doesn't allow setting focus to elements that are not natively tabbable. However, our current stance is that people who require accessibility will not be using Safari specifically for this type of reason.
02:46 Ticket #4136 (Trac isn't sending email notifications) created by dmuir
Trac isn't sending email notifications to ticket reporters. Haven't tested …
02:26 Ticket #4130 (To much recurson with double include) closed by scott.gonzalez
fixed: Fixed in r2067.
02:25 Changeset [16c0c8f2594234ad970fc22112d4752c3f1e467e] by Scott González <scott.gonzalez@…>
  • ui/effects.core.js
  • ui/ui.core.js
Prevent loading core files multiple times. Fixes #4130 - Too much recurson with double include.
01:42 Ticket #4135 (Resizable: preventDefault should not be an option as there's not use case ...) created by rdworth
The resizable option preventDefault turns off native resizing of a …
00:17 Ticket #3112 (SwitchClass doesn't have any effect in Safari 3.1.1) reopened by scott.gonzalez
Wrong browser…
00:16 Ticket #3112 (SwitchClass doesn't have any effect in Safari 3.1.1) closed by scott.gonzalez
fixed: Current docs and current trunk both work for me. Probably fixed sometime …

02/12/09:

16:52 Ticket #4134 (Inconsistent href in IE/FF for newly added tabs: "http://domain.com/#name" ...) created by aleemb
When adding a new tab using tabs('add', '#target', 'my target') the …
12:11 Ticket #4133 (Creating a new tab causes url to change) created by aleemb
This is causing all sort of issues on my end. The scenario is that I have …
11:59 Ticket #4132 (Dialog button on themeroller page does not have an icon in IE6) created by dmuir
Yeah, I know, upgrade to something else... Actually, I found this when …
11:57 Ticket #4012 (Minify js error) closed by rdworth
fixed: Thanks initjh. Fixed.
11:34 Ticket #4131 (Could weeknumbers added to the Datepicker) created by ZeroMD
The datepicker is a great component, but I'm missing week numbers
11:31 Ticket #4130 (To much recurson with double include) created by ZeroMD
when I link jquery.ui.js more then once I get the "To much recurson" on …
10:30 Ticket #4128 (dynamically added tab points to wrong href in IE) closed by klaus.hartl
duplicate: #4033
10:23 Ticket #4117 (Sortable: option accurateIntersection is undocumented) closed by paul
fixed
10:22 Ticket #4129 (Download Builder: with all items checked link reads 'Select all ...) created by rdworth
When you open the download builder with JavaScript enabled, by default it …
10:17 Ticket #4006 (Not a function) closed by rdworth
duplicate: Duplicate of #4012
10:15 Ticket #4070 (invalid archive file from download) closed by rdworth
fixed: The download builder was updated and this has been fixed.
04:03 Ticket #4055 (Datepicker onclick events contain references to "jQuery") reopened by scott.gonzalez
Needs a test.
02:27 Ticket #4128 (dynamically added tab points to wrong href in IE) created by aleemb
Encountered this on IE7 on my machine. Works fine in FF3, however. …

02/11/09:

21:41 Ticket #4127 (Problem with tabs in IE7, when set html with javascript) closed by klaus.hartl
duplicate: #4033
19:15 Ticket #4127 (Problem with tabs in IE7, when set html with javascript) created by ezyhenrik
If you want to use the tab widget from jQuery UI on html that you have …
17:31 Ticket #4126 (focus on dialog open should be constrained to the contents of the dialog) created by jonspalmer
The open function of dialog attempts to find the first tabbable element …
16:48 Ticket #4125 (Erro creating a dialog on div contain a table with more than 2 rows in IE) created by marciomn
I can´t create a dialog on div cotain a table with more than 2 rows in …
16:37 Ticket #4124 (Value should always be constrained to valid step values) created by electrawn
Firefox 3.06, Windows XP 32Bit Most of the time the slider value will …
15:24 Ticket #4123 (Problem dragabble/droppable ie link Optionen) created by designerno1
Hi there we have a problem we have a draggable that contains a link <div …
14:15 Ticket #4122 (Dialog's content area isn't resized when height is adjusted) created by dmuir
In themeroller, open the dialog and resize it: […] Only the outer …
13:41 Ticket #4115 (Dynamic added Tab page does not work in IE) closed by klaus.hartl
duplicate: #4033
13:41 Ticket #4119 (http://jqueryui.com/demos/tabs/ in IE7 does not work correctly) closed by klaus.hartl
duplicate: #4033
13:40 Ticket #4055 (Datepicker onclick events contain references to "jQuery") closed by paul
fixed: Fixed in r2066.
13:40 Changeset [8ba40888a5943efd64c17d6edd2dda86dd7a6ec2] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.datepicker.js
datepicker: temporary solution for inline click events with noConflict(true), introduces another global called DT_jQuery to deal with the inline events (fixes #4055, going to be removed with scheduled rewrite)
13:32 Ticket #4120 (Regression: Localization doesn't work in demo page) created by remy
This demo page:  http://jqueryui.com/demos/datepicker/#localization
13:22 Ticket #3940 (demo: datepicker: icon trigger: icon 404) closed by paul
fixed
13:04 Ticket #4052 (un-used variable in $.ui.progressbar._init) closed by paul
fixed: Fixed in r2065, thanks!
13:04 Changeset [8bc04f67e33ae4ae59c740c5a9e68f6ba18f232c] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.progressbar.js
progressbar: removed unused variables, some whitespace changes (fixes #4052)
13:04 Ticket #4119 (http://jqueryui.com/demos/tabs/ in IE7 does not work correctly) created by patoi
Load in browser:  http://jqueryui.com/demos/tabs/ Click on "Default …
12:19 Ticket #4118 (Sortable: option sortIndicator is undocumented) created by rdworth
See  http://docs.jquery.com/UI/Sortable#option-sortIndicator Current …
12:16 Ticket #4117 (Sortable: option accurateIntersection is undocumented) created by rdworth
See  http://docs.jquery.com/UI/Sortable#option-accurateIntersection
12:02 Ticket #4116 ($('#my_datepicker').datepicker("minDate", new Date()) is throwing an error) created by jimmy
Here is my example: […] I get the following error: […]
11:54 Ticket #4115 (Dynamic added Tab page does not work in IE) created by mingtse
Adding a Tabs container (i.e. not panels) does not work in IE 6. However, …
11:41 Ticket #4108 (ui.jquery.com should redirect to jqueryui.com) closed by paul
fixed
10:47 Ticket #4114 (Double click in 'Effects' demo bug) created by Nikola Tesla
Double click("toggler") in 'Effects' demo kills animated content (any …
09:56 Ticket #4113 (Dialog memory leak in IE6,IE7) created by trowa
 http://ui.jquery.com/demos/dialog/ Causes a memory leak in IE6,IE7 of …
04:29 Ticket #4112 (Dialog shadow does not resize when dialog is resized after init) created by dmuir
Go to themeroller and open the dialog. Then in the console, type this: …

02/10/09:

22:14 Ticket #4111 (ui.datepicker css collision causing display:block on initial hidden state) created by azendal
at initial state you get this set of classes for ui.datepicker […] …
21:51 Ticket #4110 (Nested tabs do trigger events for outer tabs when using bind) created by klaus.hartl
Code: […] […] Also see: …
21:16 Ticket #4109 (Ajax tabs: spinner option issues) created by klaus.hartl
Several issues: * In case of {{{ spinner: '<img src="spinner.gif" alt="" …
20:55 Ticket #4103 (datapicker documentation disappeared) closed by scott.gonzalez
worksforme: The page shows up fine for me.
20:54 Ticket #4105 (Be more liberal in accepting IDs) closed by scott.gonzalez
invalid: This is part of jQuery, not jQuery UI. You can file the ticket at …
20:50 Ticket #4107 (Opacity restore after drag 'n' drop) closed by scott.gonzalez
duplicate: Duplicate of #4017.
20:48 Ticket #4104 (Jquery 1.3.1 breaks droppable ?) closed by scott.gonzalez
wontfix: Without more info, I'm going to assume you're using UI 1.5.x which is not …
20:46 Ticket #4091 (resizable: transparent option should be changed to opacity) closed by scott.gonzalez
invalid: The purpose of an opacity option would vary greatly from the purpose of …
20:06 Ticket #4108 (ui.jquery.com should redirect to jqueryui.com) created by rdworth
ui.jquery.com should redirect to jqueryui.com This was happening before, …
19:20 Ticket #2948 (Build your Download: Add comment with what is included) closed by rdworth
fixed: This is fixed in the latest version of the download builder (not yet live …
15:06 Ticket #3988 (Sortable "out" event is being fired on drop) closed by paul
fixed: There were numerous problems with the triggering of the over/out logic, …
15:05 Changeset [7989bf1bee9d6c224909741bd92dd905f783a3d5] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.draggable.js
draggable: fixed numerous issues with over/out logic on connected sortable lists (fixes #3988)
13:11 Changeset [51c338b9edc14fe5b05138f3fc4093c4459c30ea] by Paul Bakaus <paul.bakaus@…>
  • ui/effects.explode.js
  • ui/effects.fold.js
  • ui/effects.scale.js
  • ui/effects.transfer.js
  • ui/ui.accordion.js
  • ui/ui.resizable.js
  • ui/ui.tabs.js
all: fixed jslint warnings
13:03 Ticket #4107 (Opacity restore after drag 'n' drop) created by GavynSykes
Hi. When I try to drag and drop an object, there is a problem with the …
12:18 Ticket #4106 (JS error when slider is on minimum and mouse up is not on handle) created by ntoniazzi
Slider options: * min unset or 0 * range set ("min" or "max") Test: * …
10:07 Ticket #4088 (Unable to remove() ui.draggable (sortable item) immediately after the drop ...) closed by paul
fixed: Fixed in r2062. Thanks!
10:07 Changeset [2e0f967680447e93e04eea2764f53ea3977b4f5f] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.sortable.js
sortable: if current item was removed by user, it was reappended by the clearing logic (fixes #4088)
09:47 Ticket #4105 (Be more liberal in accepting IDs) created by brettz9
In the core code I think: quickExpr = …
09:15 Ticket #4087 (Removing ui.draggable immediately after the drop callback raises an error.) closed by paul
fixed: Fixed in r2061.
09:14 Changeset [4e61b952f32d80ba33a277da5a8681f5208caf18] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.core.js
core: prevent calling plugins if the node doesn't exist in DOM anymore (has been removed by the user) (fixes #4087)
09:00 Ticket #4102 (Accordion - when fillSpace: true, get a error "not a function") closed by paul
fixed: Fixed in r2060. Still, it seems there's another issue with your setup, …
08:59 Changeset [8ccbc0ac55c53b86b6041a25a03901c8a145a50d] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.accordion.js
accordion: chaining breaks if value in height() is negative (fixes #4102)
08:54 Ticket #4046 (Glass background image 404s due to CSS typo.) closed by paul
fixed: Fixed in r2059, thanks!
08:53 Changeset [3677e62f15f580e13cee6cb081b0cc98949493b9] by Paul Bakaus <paul.bakaus@…>
  • themes/base/ui.theme.css
base theme: fixed typo with the inclusion of a bg texture (fixes #4046)
07:02 Ticket #4104 (Jquery 1.3.1 breaks droppable ?) created by erl
I am fairly new to jquery...started with version 1.2.6 core. recently …
03:48 Changeset [fddd2c3965fbbb242c5a9eca078a97c121e3ac75] by Richard Worth <rdworth@…>
  • ui/ui.slider.js
slider: fixed failing visual test: slider_in_container_with_scrollbars

02/09/09:

22:11 Ticket #4103 (datapicker documentation disappeared) created by auxbuss
Just go here:  http://docs.jquery.com/UI/Datepicker and you'll work it …
19:59 Changeset [032e584c1a077ace5516de4cea99ac89720636ab] by Bohdan Ganicky <bohdan.ganicky@…>
  • demos/sortable/connect-lists-through-tabs.html
demos/sortable/connect-lists-through-tabs: quick selector bugfix
18:36 Ticket #4082 (Drop effect example links to docs.jquery.com) closed by fg.maggie
fixed
15:51 Ticket #4102 (Accordion - when fillSpace: true, get a error "not a function") created by raus22
From firebug i get this bug: […]
14:12 Ticket #4101 (Ui Dialog height does not adjust minHeight) created by mconway
Using 1.6RC6, setting a height on a dialog that is less than the minHeight …
14:04 Changeset [a6f1cd1db7c4796678678705af8a77f6d21a81be] by Scott González <scott.gonzalez@…>
  • tests/unit/resizable/resizable_defaults.js
Resizable tests: Removed preserveCursor and proportionallyResize options.
14:03 Changeset [8eb2922452513f83f8412bd7d2b731b66c0498b7] by Scott González <scott.gonzalez@…>
  • tests/unit/resizable/resizable_defaults.js
Resizable tests: Removed transparent option.
11:15 Changeset [176b2d21cd959d88fc30676cd2c5f081f6b64c15] by Richard Worth <rdworth@…>
  • tests/unit/dialog/dialog_defaults.js
  • ui/ui.dialog.js
dialog: added some missing defaults
11:13 Changeset [ff3998265dec49e086e80d7cb5819686810443e7] by Bohdan Ganicky <bohdan.ganicky@…>
  • demos/sortable/connect-lists-through-tabs.html
demos/sortable/connect-lists-through-tabs: finetuning
10:40 Ticket #4100 (IE js error when autoHeight is false) created by kam99
Tested against IE6, IE7. Error: Invalid argument. Accordion doesn't work …
08:43 Ticket #4099 (Resizable: copy .data("resizable") to the wrapper element) reopened by rdworth
A bug report needs to detail the problem, not the solution.
04:37 Ticket #4099 (Resizable: copy .data("resizable") to the wrapper element) closed by eduardo
fixed: Fixed on r2052
04:36 Changeset [e1320a794c691c64ef1ee0ba6709b92a9d7f6da5] by Eduardo Lundgren <eduardolundgren@…>
  • ui/ui.resizable.js
Resizable: Fixed #4099 - Copy .data("resizable") to the wrapper element
04:36 Ticket #4099 (Resizable: copy .data("resizable") to the wrapper element) created by eduardo
Copy .data("resizable") to the wrapper element when the element is wrapped …
04:34 Ticket #4090 (resizable: proportionallyResize option should be removed (made internal)) closed by eduardo
fixed: Fixed on r2051
04:33 Changeset [e49aa9a3d71ed84c7134dc192f78829f9d6e86f1] by Eduardo Lundgren <eduardolundgren@…>
  • ui/ui.resizable.js
Resizable: Fixed #4090 - proportionallyResize option should be removed (made internal)
03:59 Ticket #4092 (resizable: preserveCursor option should be removed) closed by eduardo
fixed: Fixed on r2050
03:59 Changeset [43de7e0e50bc4e6c9f5e439405a6481713a94b44] by Eduardo Lundgren <eduardolundgren@…>
  • ui/ui.resizable.js
Resizable: Fixed #4092 - preserveCursor option should be removed
03:56 Ticket #4098 (resizable: remove transparent option) closed by eduardo
fixed: Fixed on r2049
03:56 Changeset [78e8a1b7890a0c650e4b6d339d91aa20d10260c0] by Eduardo Lundgren <eduardolundgren@…>
  • ui/ui.resizable.js
Resizable: Fixed #4098 - Remove transparent option
03:53 Ticket #4098 (resizable: remove transparent option) created by eduardo
The transparent option makes the handles transparent. After discussion …
02:32 Changeset [0413807dfb45d44ae513d8522f6bc29b42ea8db1] by Scott González <scott.gonzalez@…>
  • ui/ui.dialog.js
Dialog: Don't allow the height of the content area to be negative.
01:37 Ticket #4093 (resizable: disableSelection option should be removed) closed by scott.gonzalez
fixed: Fixed in r2047.
01:36 Changeset [615127e8c562fc2042ff516ed7494241d35d6a66] by Scott González <scott.gonzalez@…>
  • tests/unit/resizable/resizable_defaults.js
  • ui/ui.resizable.js
Resizable: Fixed #4093: Removed disableSelection option.

02/08/09:

23:11 Ticket #4097 (Tab hover class doesn't work for dynamically added tabs) created by onestone
Mouse hover handlers are only binded for static tabs (which were already …
18:53 Ticket #4096 (navigationFilter is broken) created by obecker
The navigationFilter of ui.accordion is broken since it always selects <a> …
14:33 Ticket #4073 (ui-tabs content via Ajax and Explorer) closed by klaus.hartl
duplicate: #4033
12:35 Ticket #4095 (Sortable memory leak in FF 3.0.6) created by andreyavram
Hi, Since 2 days when my firefox updated to the latest version 3.0.6 I've …
06:10 Changeset [625d216d7db6312dacc01ffbc749716f8947b6c5] by Richard Worth <rdworth@…>
  • tests/visual/resizable/resizable.html
  • tests/visual/resizable/resizable_option_preventDefault_false.html
  • tests/visual/resizable/resizable_option_preventDefault_true.html
resizable visual tests: added option preventDefault tests
05:37 Ticket #4094 (resizable: ghost option should be removed, helper and opacity in its place) created by rdworth
The resizable ghost option is really two options in one. When set to true, …
05:33 Ticket #4093 (resizable: disableSelection option should be removed) created by rdworth
There is no use case for the disableSelection option to be false. This is …
05:31 Ticket #4092 (resizable: preserveCursor option should be removed) created by rdworth
There is no use case for the preserveCursor option to be false. This is a …
05:28 Ticket #4091 (resizable: transparent option should be changed to opacity) created by rdworth
The transparent option is documented as * name: transparent * type: …
05:23 Ticket #4090 (resizable: proportionallyResize option should be removed (made internal)) created by rdworth
The 'proportionallyResize' option is an internal function. It is used by …
00:55 Changeset [e4c5712974a98733e04a50e183e6ad077d959f2a] by Richard Worth <rdworth@…>
  • ui/ui.core.js
Removed unused code obsoleted by #3906 and r1754

02/07/09:

22:01 Ticket #4089 (jQuery UI 1.5 Users: Download link has error message) created by bendewey
There seems to be an error message is being written out to the querystring …
21:47 Ticket #4072 (ui-tabs content via Ajax and Explorer) closed by klaus.hartl
duplicate
21:22 Changeset [a5af2cf430ebe303a695c9f4bbfdd5d0297de6cb] by Richard Worth <rdworth@…>
  • tests/unit/resizable/resizable_defaults.js
resizable unit tests: defaults alpha order
19:02 Changeset [7da9735a9e370eb88cbfaae66c20a6dd67f0bd8e] by Richard Worth <rdworth@…>
  • tests/visual/droppable/droppable.css
  • tests/visual/droppable/droppable.html
  • tests/visual/droppable/droppable_option_accept_default.html
  • tests/visual/droppable/droppable_option_accept_function.html
  • tests/visual/droppable/droppable_option_accept_selector.html
droppable visual tests: added option accept tests
18:28 Changeset [8a12510ca140478cb701a8f6fa4ccb8b8bb25de2] by Richard Worth <rdworth@…>
  • ui/ui.droppable.js
droppable: defaults - alpha order
18:15 Changeset [b6cba593a4414d8379b97efd3c5ce5639b50a6c6] by Richard Worth <rdworth@…>
  • tests/visual/visual.css
visual tests: added default style for #draggable
17:47 Changeset [3bb13571ca365a9ec765fe66589ff1b8c24413f3] by Richard Worth <rdworth@…>
  • demos/droppable/remove-draggable-after-drop.html
  • tests/visual/droppable/droppable_ticket_4087.html
Moved #4087 test page from demos/droppable to /tests/visual/droppable
17:40 Changeset [7eada061ed749b73fc728329149a31b258439f49] by Richard Worth <rdworth@…>
  • tests/visual/droppable/droppable_ticket_4088.html
fixed name and location of test page for #4088 - droppable, not sortable issue
17:33 Changeset [1e6858cc3292543e452f33f5d8ddd76a35c7f540] by Richard Worth <rdworth@…>
  • tests/visual/sortable/sortable_ticket_4088.html
sortable visual test: Updated #4088 test page to match visual TEST/ASSERT format
17:19 Changeset [849ed445c0991d09bba8912f98ff8269a6cb43e6] by Richard Worth <rdworth@…>
  • tests/visual/sortable/sortable_ticket_4088.html
moved test page (#4088) from demos/sortable to tests/visual/sortable
17:15 Changeset [c55162bd726fd06a53220b1cb110fce7a517c622] by Richard Worth <rdworth@…>
  • tests/visual/sortable/sortable_option_revert_false.html
  • tests/visual/sortable/sortable_option_revert_true.html
sortable visual tests: option revert
16:00 Changeset [01801eaa21b22bab351eab0b7e7cdd6cb2c0e2dc] by Bohdan Ganicky <bohdan.ganicky@…>
  • demos/sortable/with-droppable.html
demos/sortable/with-droppable: testcase for #4088 (Unable to remove() ui.draggable (sortable item) immediately after the drop callback.), not added to the index page
15:57 Ticket #4088 (Unable to remove() ui.draggable (sortable item) immediately after the drop ...) created by bohdan.ganicky
Originally reported by spiderling in this thread: …
15:39 Changeset [3b2a072125ee8e83767991826ec4259c2774f622] by Bohdan Ganicky <bohdan.ganicky@…>
  • demos/droppable/remove-draggable-after-drop.html
demos/droppable/remove-draggable-after-drop: testcase for #4087 (Removing ui.draggable immediately after the drop callback raises an error.), not added to the index page
15:36 Ticket #4087 (Removing ui.draggable immediately after the drop callback raises an error.) created by bohdan.ganicky
The code is simple: […] Firebug output: […] testcase here: …
14:28 Ticket #4086 (Dialog: Can't change dialogClass otion after init) closed by scott.gonzalez
fixed: Fixed in r2033.
14:28 Changeset [86a26f17ffea542ae9a67f7153484797b66ee8ca] by Scott González <scott.gonzalez@…>
  • ui/ui.dialog.js
Dialog: Fixed #4086: Allow changing the dialogClass option after init.
14:27 Changeset [fb7f7fc393c2544f87395200578bee7895d49c71] by Richard Worth <rdworth@…>
  • tests/visual/draggable/draggable.html
  • tests/visual/draggable/draggable_option_containment_array.html
  • tests/visual/draggable/draggable_option_cursorAt_object.html
  • tests/visual/draggable/draggable_option_handle_selector.html
  • tests/visual/draggable/draggable_option_iframeFix_false.html
  • tests/visual/draggable/draggable_option_iframeFix_selector.html
  • tests/visual/draggable/draggable_option_iframeFix_true.html
draggable unit tests: added option iframeFix tests
14:17 Ticket #4086 (Dialog: Can't change dialogClass otion after init) created by scott.gonzalez
See …
14:09 Changeset [b3702cf1a124a90ecd848e01cbfacf7a9e73b12b] by Richard Worth <rdworth@…>
  • tests/visual/draggable/draggable_option_containment_array.html
  • tests/visual/draggable/draggable_option_cursorAt_array.html
  • tests/visual/draggable/draggable_option_cursorAt_object.html
  • tests/visual/draggable/draggable_option_handle_selector.html
draggable unit tests: Added a few tests
12:37 Changeset [191ec35cf1431fe15636719dedd8105328f2c39f] by Richard Worth <rdworth@…>
  • tests/unit/resizable/resizable_defaults.js
resizable unit tests: zIndex default: 1000
12:34 Changeset [49939ec4f5a345761b70278696e05873f91b5198] by Richard Worth <rdworth@…>
  • tests/unit/defaults.html
unit tests: Added all defaults test page
11:19 Ticket #4085 (Can not display year and month correctly in Japanese) created by MugeSo
Year and month in Japanese are not displayed correctly. When changeYear …
09:21 Ticket #4084 (dialog: minHeight must be specified in IE7 to avoid errors?) created by rdworth
See  http://rhigdon.com/techBlag/?p=19 "Using jquery-1.3.1 and the ui …
08:04 Ticket #4083 (Datepicker UI Opening at Random / Unexpected Locations) created by soothsayer
I have a Datepicker UI linked to a textbox using the following code: …

02/06/09:

22:43 Ticket #4082 (Drop effect example links to docs.jquery.com) created by fg.maggie
The link to the drop example here …
22:41 Ticket #4081 (Effect links on demos landing page should to go the individual effect ...) created by fg.maggie
Links on this page:  http://ui-dev.jquery.com/demos/ should link to the …
22:37 Ticket #4080 (Effects demo pages broken on ui-dev) created by fg.maggie
Scale, Size, Bounce, Shake, Transfer -- the demo itself is OK, but the …
22:30 Ticket #4079 (DatePicker allows change to readonly input) created by dmcmeans
A readonly input is changed using datepicker. Is this intentional? I see …
22:18 Ticket #4034 (css class ui-corner-* should support Safari and other CSS3 browser) closed by scottjehl
wontfix: Unfortunately, no. IE doesn't support border-radius and unfortunately they …
20:03 Ticket #4078 (Unspected behaviour whin month/year menu, date range and view multiple ...) created by cocotapioca
[…] With this setup and today month as reference date (02/09), when the …
19:44 Changeset [02d0e4382d0572675ce902005ac0614ab96885ee] by Richard Worth <rdworth@…>
  • build/build.xml
Modified build script to pull docs rendered html directly from docs.jquery.com/UI
18:07 Ticket #4077 (Download Builder: Forced dependecies that aren't dependencies) created by scott.gonzalez
If you select dialog, draggable and resizable are auto-selected and cannot …
17:36 Ticket #4076 (Response evaluation does not respect dataType option) created by warhammerkid
Steps to Reproduce: 1. Initialize tabs with ajaxOption {dataType:"script"} …
15:53 Ticket #4075 (Race condition in dialog keeps input elements disabled) created by BrianHV
1. Load the HTML below into a browser 1. Click the "Click me" button, …
15:01 Ticket #4074 (Sortable: Jump when dragging item from page scrolled to bottom) created by sutt
I have a testcase developed. It's not "minimal", in that I added a few …
10:30 Ticket #4073 (ui-tabs content via Ajax and Explorer) created by makro
In IE 7 when you load a page with ui-tabs and, for example you have the …
10:29 Ticket #4072 (ui-tabs content via Ajax and Explorer) created by makro
In IE 7 when you load a page with ui-tabs and, for example you have the …
07:39 Changeset [4701c0bb98ada18842d6c44df60b03d2aac9908c] by Paul Bakaus <paul.bakaus@…>
  • tests/unit/sortable/sortable_events.js
sortable: implemented tests for start,stop,beforeStop,change and update
07:33 Ticket #4040 (UI Core not automatically selected on Download page) closed by rdworth
invalid
07:14 Ticket #4071 (Datepicker and ASP.Net validators. Error: 'length' is null or not an ...) created by scanbix
I use ASP.NET 1.1 SP1 for my web page. And for date field I have native …
06:33 Changeset [929c330cd2d535e339b0fb1d0a5cd32904831b55] by Richard Worth <rdworth@…>
  • demos/images/calendar.gif
  • demos/images/pbar-ani.gif
duplicated images to fix on demos index
04:40 Ticket #4070 (invalid archive file from download) created by HookipaDave
Downloaded jQuery UI. Fine. Windows Vista couldn't open the ZIP file …
02:41 Ticket #4043 (sortable("serialize", {attribute: "anything"}) returns no value) closed by paul
invalid
02:41 Changeset [c7361062d0ef8901249eba03729dc6713495b473] by Richard Worth <rdworth@…>
  • tests/unit/sortable/sortable_core.js
  • tests/unit/sortable/sortable_methods.js
  • tests/unit/sortable/sortable_tickets.js
sortable unit tests - fixed el.css not a function
02:41 Ticket #4043 (sortable("serialize", {attribute: "anything"}) returns no value) reopened by paul
02:41 Ticket #4043 (sortable("serialize", {attribute: "anything"}) returns no value) closed by paul
fixed: That's not a bug. the value must be something like 'name_1' or 'name-1' in …
Note: See TracTimeline for information about the timeline view.