Timeline


and

02/16/09:

21:05 Ticket #4151 (size problems) closed by scott.gonzalez
worksforme: I can't reproduce this behavior. Feel free to re-open this ticket if you …
20:44 Ticket #4163 (Dragging by image in Chrome) created by ivailo91
When you click an <img> in order to start a drag in Google Chrome, the …
20:12 Ticket #4162 (Clear/Close buttons not visible.) created by thzero
No amount of settings allow the clear and close buttons to show. You can …
17:38 Ticket #4160 (Interaction demo-docs pages: Need to add generic markup to Theming tab, ...) closed by paul
fixed
16:04 Ticket #4161 (demo-docs: Datepicker page is broken, Theming tab content appears above ...) created by fg.maggie
See screenshot
15:27 Ticket #4160 (Interaction demo-docs pages: Need to add generic markup to Theming tab, ...) created by fg.maggie
The Theming tab contains no sample markup. We can either come up with a …
15:24 Ticket #4159 (Demo-docs pages: Options, Events, and Methods should be spindowns) created by fg.maggie
In the original design, in each of these tabs each row was closed by …
15:18 Ticket #4081 (Effect links on demos landing page should to go the individual effect ...) closed by fg.maggie
fixed
15:15 Ticket #4158 (Home pg: Remove links to docs.jquery.com when we launch new demo-docs ...) created by fg.maggie
14:24 Ticket #4157 (add ability for multiple opened panes) created by chris_db
It would be nice to be able to have multiple opened panes. Meaning, …
13:24 Ticket #4156 (DatePicker Serbian localization) created by dejan.dimic
This is a date picker Serbian localization files in all versions, Cyrilic …
12:28 Ticket #4155 (IE6 error by min==max) created by kof13
IE6 reports error if the min and max value of slider has the same value
09:37 Ticket #3821 (UI site demo-docs: When there are no "Event options" under the Options ...) closed by rdworth
fixed: This is no longer applicable as there is now a separate tab for 'Events'
09:34 Ticket #4089 (jQuery UI 1.5 Users: Download link has error message) closed by rdworth
fixed: This link no longer exists since the ThemeRoller download is now …
09:31 Ticket #4010 (Invalid archive file from download builder) closed by rdworth
fixed: Download Builder had a large updated on 2/11 including a fix for this. …
09:27 Ticket #4068 (draggable methods are not being pulled into the Methods tab) closed by rdworth
fixed: Fixed in latest ui-dev
06:00 Ticket #4154 (Large form select options scroll broken) created by logsdonj
When scrolling through large form select options (like a list of countries …
02:52 Ticket #4153 (Transfer throws 'Invalid Argument' in IE7 without CSS border property) created by aksival
In IE7, the transfer effect throws an 'Invalid Argument' error in IE7 when …
02:17 Ticket #4152 (Resizable grid shrinks one grid square every time you resize) created by Nathaniel
In firefox 3, when a resizable object on a grid begins being resized, it …
00:57 Ticket #4151 (size problems) created by datactrl
if we change the size of dialog by using dialog('option', ..) before open …

02/15/09:

16:58 Ticket #4149 (Accordion: Panels jump by a few pixels during animation) created by sonu27
When you are switching elements, you will see the other elements below the …
14:54 Ticket #4148 (Slider: Specification needs more detail) created by rdworth
Section 3 - Functional Specifications/Requirements on …
14:52 Ticket #4147 (Resizable: Little jump when a resizable is about to reach the coordinate 0 ...) closed by eduardo
fixed: Fixed on r2083
14:52 Ticket #4139 (missing public method position) closed by scott.gonzalez
invalid: The dialog position is an option. To change it's position you simply do: …
14:51 Changeset [eb5858f69f0d8a73fc30b37958a6b63909b37b79] by Eduardo Lundgren <eduardolundgren@…>
  • ui/ui.resizable.js
Resizable: Fixed #4147 - Little jump when a resizable is about to reach the coordinate 0 (in x- or y-axis)
14:51 Ticket #3743 (Accordion: Specifications needed) reopened by rdworth
The specifications should be sufficient to - write every unit test without …
14:42 Ticket #4147 (Resizable: Little jump when a resizable is about to reach the coordinate 0 ...) created by eduardo
_updateCache: function(data) { var o = this.options; …
14:29 Ticket #3743 (Accordion: Specifications needed) closed by joern.zaefferer
fixed: Updated to reflect latest changes. Should be complete now.
04:06 Ticket #4137 (show effect won't work) closed by scott.gonzalez
worksforme: This works for me. Are you including the necessary effects files for the …

02/14/09:

15:56 Changeset [26f1b0330f26a64e29a3f9cdec5f1d879907bfdd] by Klaus Hartl <klaus.hartl@…>
  • ui/ui.tabs.js
Tabs: using closest() is shorter
04:27 Ticket #4146 ($.ui.mouse: don't prevent click event if mouseup occurs on a different ...) closed by scott.gonzalez
fixed: Fixed in r2081.
04:27 Changeset [f869dab6b00f32cb598457261d4d9c369ff04dc5] by Scott González <scott.gonzalez@…>
  • ui/ui.core.js
Mouse: Fixed #4146: Don't set the flag to prevent click events if mouseup occurs on a diferent element than mousedown (was preventing the next click event from occuring).
04:24 Ticket #4146 ($.ui.mouse: don't prevent click event if mouseup occurs on a different ...) created by scott.gonzalez
If you use a helper for draggable, the mouseup will occur on a different …
03:02 Changeset [a7eb669c01193a2af4b3fd1eb8588ccf032d22c3] by Scott González <scott.gonzalez@…>
  • ui/ui.core.js
Mouse: Stop immediate propagation of click events. Partial fix for #3177 - click is fired for draggagble elements on mouseUp.
02:58 Ticket #4145 (Draggable events should be preventable) created by scott.gonzalez
The start, drag and stop events should be preventable through the …

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.
Note: See TracTimeline for information about the timeline view.