Timeline


and

10/26/10:

18:46 Ticket #6229 (jQuery 1.4.2-1.4.3, UI 1.8.5, ajax tabs selector and selected option broke) closed by scott.gonzalez
invalid: You're passing a string (the result of the cookie) instead a number. If …
18:34 Ticket #4569 (jQuery resizable with alsoResize set fails to trigger stop in Opera) closed by scott.gonzalez
fixed: This was fixed in 1.8.
18:28 Ticket #6229 (jQuery 1.4.2-1.4.3, UI 1.8.5, ajax tabs selector and selected option broke) reopened by zerointeger
Here is a very simple test case to illustrate the problem. Upon first …
18:24 Ticket #4368 (jQuery resizable on Safari and Chrome causes select bugs) closed by scott.gonzalez
worksforme: I can't reproduce this in 1.7 or current.
18:18 Ticket #4163 (Dragging by image in Chrome) closed by scott.gonzalez
fixed: Fixed in 1.8.6.
17:46 Ticket #6229 (jQuery 1.4.2-1.4.3, UI 1.8.5, ajax tabs selector and selected option broke) closed by scott.gonzalez
worksforme: As far as I can tell, the problem is in your code, not the plugin. As …
17:41 Ticket #4094 (resizable: ghost option should be removed, helper and opacity in its place) closed by scott.gonzalez
invalid: Closing since this will be rolled into the refactor.
17:40 Ticket #3899 (Sortable: Should dropOnEmpty option exist?) closed by scott.gonzalez
fixed: The answer is no.
17:35 Ticket #6229 (jQuery 1.4.2-1.4.3, UI 1.8.5, ajax tabs selector and selected option broke) reopened by zerointeger
Then why would the contents of: […] Result in a -1? I am assuming this …
17:26 Ticket #4906 (jQuery UI widgets leaks memory for dynamic content manipulation) closed by scott.gonzalez
duplicate: Duplicate of #4566.
16:39 Ticket #4961 (Tooltips with the Datepicker) closed by scott.gonzalez
invalid: It's not clear that there's a bug in datepicker here. It's likely a …
15:07 Changeset [48a5977d3325869abd7b7ba835eb8ac331fd6eb5] by jzaefferer <joern.zaefferer@…>
  • demos/tooltip/ajax/content1.html
  • demos/tooltip/ajax/content2.html
  • demos/tooltip/custom-animation.html
  • demos/tooltip/default.html
  • demos/tooltip/delegation-mixbag.html
  • demos/tooltip/index.html
  • demos/tooltip/tracking.html
  • tests/unit/tooltip/tooltip_defaults.js
  • tests/unit/tooltip/tooltip_events.js
  • tests/unit/tooltip/tooltip_options.js
Tooltip: Implementing event delegation support.
15:06 Ticket #4378 (Month & Year Dropdowns are too big in ie8) closed by scott.gonzalez
worksforme: I also can't reproduce this, even going back as far as 1.7.0. If anyone is …
15:01 Ticket #5032 (datepicker option showMonthAfterYear has no visible effect) closed by scott.gonzalez
worksforme: This works fine:  http://jsbin.com/atice4/edit
14:12 Ticket #5970 (Datepicker adds empty div at bottom of the page) closed by scott.gonzalez
duplicate: Duplicate of #4111.
14:10 Ticket #5599 (Datepicker direction in position fixed block) closed by scott.gonzalez
duplicate: Duplicate of #5626.
14:08 Ticket #5596 (Possible bug in datepicker download.) closed by scott.gonzalez
fixed
14:07 Ticket #5481 (Datepicker adding Uneeded Height to page) closed by scott.gonzalez
duplicate: Duplicate of #4111.
14:02 Ticket #5989 (regional (l18n) obliterates dateFormat) closed by scott.gonzalez
worksforme
14:02 Ticket #4533 (Add support for custom calendars) closed by scott.gonzalez
duplicate: Duplicate of #5789.
13:59 Ticket #5692 (IE8/DocType/IFrame/Ready Issue) closed by scott.gonzalez
fixed: This is fixed in jQuery 1.4.3.
13:49 Ticket #5544 (ui-datepicker-div display: block not firing at all) closed by scott.gonzalez
fixed: Fixed in 1.8.2.
13:44 Ticket #6229 (jQuery 1.4.2-1.4.3, UI 1.8.5, ajax tabs selector and selected option broke) closed by scott.gonzalez
worksforme: This works fine for me (didn't use the cookie plugin). Please use the …
13:36 Changeset [bdd815e8dcdeace8be6dd8005ef443bc5ea20548] by jzaefferer <joern.zaefferer@…>
  • tests/unit/tooltip/tooltip_options.js
  • tests/visual/tooltip/tooltip.html
Tooltip: Demo and tests update
13:26 Ticket #5317 (datepicker cmd+a/c/v is not working on MAC OS-X) closed by scott.gonzalez
worksforme: This works fine for me.
13:24 Ticket #4744 (Datepicker in ASP.NET 2.0 (inside controls) and IE problems) closed by scott.gonzalez
invalid
13:22 Ticket #6229 (jQuery 1.4.2-1.4.3, UI 1.8.5, ajax tabs selector and selected option broke) created by zerointeger
I have been scouring around looking for more information, as well as …
13:19 Ticket #6086 (Error in "jquery.ui.datepicker-no.js") closed by scott.gonzalez
fixed: Fixed in …
13:17 Changeset [226aa35e39c2a72e3c013f6f7b62e0fe67dff7ae] by Scott González <scott.gonzalez@…>
  • ui/i18n/jquery.ui.datepicker-no.js
Datepicker: Fixed Norwegian locale. Fixes #6086 - Error in "jquery.ui.datepicker-no.js".
13:10 Ticket #4369 (datepicker events ignore UI event conventions) closed by scott.gonzalez
duplicate: Duplicate of #6228.
13:10 Ticket #6228 (Datepicker: Use widget factory) created by scott.gonzalez
There are a lot of inconsistencies between datepicker and other UI widgets …
13:07 Ticket #6227 (Autocomplete: Don't trigger close event until after the menu is hidden) closed by scott.gonzalez
fixed: Fixed in …
13:05 Changeset [f4d8ec9159b84718051b257715b97d22fba936e7] by Scott González <scott.gonzalez@…>
  • tests/unit/autocomplete/autocomplete_events.js
  • ui/jquery.ui.autocomplete.js
Autocomplete: Trigger close after hiding the menu. Fixes #6227 - Autocomplete: Don't trigger close event until after the menu is hidden.
13:05 Ticket #6227 (Autocomplete: Don't trigger close event until after the menu is hidden) created by scott.gonzalez
The close event should occur after the menu closes, not at the start of …
12:47 Changeset [4d6770fe13b6fa73d36b3f72d04585dc744e7961] by jzaefferer <joern.zaefferer@…>
  • demos/tooltip/custom-animation.html
  • demos/tooltip/index.html
Tooltip: Added demo for custom animations
12:46 Changeset [615022abd5c5ec74574cd6345d68b996c3d6d3c3] by jzaefferer <joern.zaefferer@…>
  • demos/tooltip/forms.html
Tooltip: Update forms demo to programmatic-trigger only
12:41 Changeset [9556eccc0b790fb4e2cf2198696fc115cccdc1ba] by jzaefferer <joern.zaefferer@…>
  • ui/jquery.ui.tooltip.js
Tooltip: Update _init to _create
12:40 Changeset [bd22613af72f66aed2a0849491a6c8b56b06798a] by jzaefferer <joern.zaefferer@…>
  • ui/jquery.ui.tooltip.js
Tooltip: Removing application role, should be set on application level
12:36 Ticket #5969 (jQuery UI DatePicker localization for Albanian language) closed by scott.gonzalez
invalid: Closing until someone can confirm that this should be different from the …
12:32 Changeset [8b4245ac7e8c746af97059ed3ef1c886bccdb903] by jzaefferer <joern.zaefferer@…>
  • tests/unit/tooltip/tooltip_defaults.js
  • tests/unit/tooltip/tooltip_options.js
  • ui/jquery.ui.tooltip.js
Tooltip: Removing tooltipClass option; use .tooltip("widget").addClass("whatever") instead
12:26 Changeset [61b4b3e445b0065774f22151d02aab2e8e4be245] by jzaefferer <joern.zaefferer@…>
  • tests/unit/tooltip/tooltip.html
  • tests/unit/tooltip/tooltip_options.js
Tooltip: Unit tests cleanup
12:26 Ticket #5455 (Datepicker: Correction in French localization) closed by scott.gonzalez
fixed: Fixed in …
12:24 Changeset [9ead629c2cdd2689028f3a7ebb258aa41ab47afb] by Scott González <scott.gonzalez@…>
  • ui/i18n/jquery.ui.datepicker-fr.js
Datepicker: Fixed currentText in French locale. Fixes #5455 - Correction in French localization for Datepicker.
12:19 Ticket #5862 (Datepicker: wrong month name for Thai locale) closed by scott.gonzalez
fixed: Fixed in …
12:18 Changeset [482d3c25613c43a301ca6597aeea30ecb37e00e8] by Scott González <scott.gonzalez@…>
  • ui/i18n/jquery.ui.datepicker-th.js
Datepicker: Fixed month name in Thai localization. Fixes #5862 - Datepicker: wrong month name for Thai locale.
10:56 Changeset [720e9d383c3f1385da425e18bc6932f31dce1ebb] by jzaefferer <joern.zaefferer@…>
  • ui/jquery.ui.spinner.js
Slider: Cleanup public methods
10:53 Changeset [30d431b08a86e92db817985c34f5f2bb7d0274c2] by jzaefferer <joern.zaefferer@…>
  • ui/jquery.ui.spinner.js
Slider: Improve destroy method
10:44 Changeset [f667bb3c8d8c95a0c9493a68b1e6549ba43fcd89] by jzaefferer <joern.zaefferer@…>
  • tests/unit/spinner/spinner_core.js
  • ui/jquery.ui.spinner.js
Slider: Some more refactoring and cleanup
10:21 Changeset [134205840bb89b2a473cc003769d9a9a515157db] by jzaefferer <joern.zaefferer@…>
  • tests/unit/spinner/spinner_core.js
  • tests/unit/spinner/spinner_events.js
Slider: Some more test suite improvements
10:14 Changeset [2df094527ec12fe9ebec938c27661eda3e999e63] by jzaefferer <joern.zaefferer@…>
  • demos/spinner/decimal.html
  • tests/unit/spinner/spinner.html
  • tests/unit/spinner/spinner_core.js
  • tests/unit/spinner/spinner_defaults.js
  • tests/unit/spinner/spinner_events.js
  • tests/unit/spinner/spinner_methods.js
  • tests/unit/spinner/spinner_options.js
  • ui/jquery.ui.spinner.js
Spinner: Changed default for numberformat to null. Fixed disabled option to not prevent changing value via step and page methods. OVerhauled testsuite.
08:54 Changeset [e442dd352895b5e7c605d6baeb825a954db4b6af] by jzaefferer <joern.zaefferer@…>
  • ui/jquery.ui.spinner.js
Slider: Simplifying mousewheel binding, remove Opera workaround
08:53 Changeset [0a1da016ffc5081ad1124aa74af778053d58ecb2] by jzaefferer <joern.zaefferer@…>
  • demos/spinner/currency.html
  • demos/spinner/decimal.html
  • demos/spinner/default.html
  • demos/spinner/latlong.html
  • demos/spinner/rtl.html
  • external/jquery.mousewheel-3.0.2.js
  • external/jquery.mousewheel-3.0.4.js
  • tests/unit/spinner/spinner.html
Slider: Update to latest mousewheel plugin
08:36 Changeset [8da1a75177e9ee50beec6e47fed344f9579dbb97] by jzaefferer <joern.zaefferer@…>
  • ui/jquery.ui.spinner.js
Spiner: Tune mousewheel spinning
03:16 Ticket #5633 (Galician translation) closed by scott.gonzalez
duplicate: Duplicate of #6079.
03:14 Ticket #5721 (Needs appendTo to maintain Styling and Scrolling) closed by scott.gonzalez
duplicate: Duplicate of #4306.
03:10 Ticket #5359 (Swiss German 18n translation file) closed by scott.gonzalez
fixed: This was added a while ago, not sure when so closing as 1.8.5.
03:07 Ticket #2933 (isMinDate, isMaxDate and isDateInRange getter functions) closed by scott.gonzalez
wontfix: These can be implemented as extensions.
03:06 Ticket #4079 (DatePicker allows change to readonly input) closed by scott.gonzalez
wontfix
02:53 Ticket #5416 (adding a remote tab creates two panels) closed by scott.gonzalez
duplicate: Duplicate of #5069.
02:51 Ticket #4076 (Response evaluation does not respect dataType option) closed by scott.gonzalez
invalid: As previously stated, we don't want to support this. If you really need to …
00:26 Ticket #6226 (Sortable / Draggable not working correctly in Webkit) closed by scott.gonzalez
duplicate: Duplicate of #6174.

10/25/10:

21:05 Ticket #6226 (Sortable / Draggable not working correctly in Webkit) created by be.davestein
I have a sortable, went to drag, as mouse was held down it would move the …
19:06 Ticket #6220 (text highlighting bug using sortable with jquery 1.4.3) closed by scott.gonzalez
duplicate: It is a duplicate. Please don't re-open this ticket unless you actually …
18:51 Ticket #6220 (text highlighting bug using sortable with jquery 1.4.3) reopened by joshontheweb
This isn't a duplicate of #6174 as far as I can see. Whether an element …
18:46 Changeset [afdf74bdef58e7b4e6ff22ed90d6cb3478a82d9c] by Scott González <scott.gonzalez@…>
  • version.txt
Tagging the 1.8.6 release.
18:46 Changeset [828abc4a2d83112a59d5e9f1f82d298a65184089] by Scott González <scott.gonzalez@…>
  • version.txt
Updating the master version to 1.9pre
18:46 Milestone 1.8.6 completed
18:31 Ticket #6225 (Datepicker: Inline datepicker and showCurrentAtPos) created by richelle
Using an inline datepicker which displays several months and specifying …
18:18 Changeset [4d82a7c8d24b2ec28dbcd5b647e77c9f3dc80d25] by Scott González <scott.gonzalez@…>
  • build/release/changelog-shell
Build: Added download builder section to changelog shell.
16:10 Changeset [0e7bef4401e84a8440278662b74c5d3c96bc88b8] by jzaefferer <joern.zaefferer@…>
  • themes/base/jquery.ui.spinner.css
  • ui/jquery.ui.spinner.js
Slider: Removing dir option. Implementation caused more damage then being useful - will eventually implement RTL support in all widgets.
16:06 Changeset [44ca830ee850a6771221b799ff1e0fbafc9e7a13] by jzaefferer <joern.zaefferer@…>
  • ui/jquery.ui.spinner.js
Slider: More codecleanup. Inlining defaults for min/max, removing page (use 10*step instead), removing mouseWheel (just use when available)
15:32 Changeset [299d5c88b8bd60b23c03f73fd0dc8bf4d9cfb2a2] by jzaefferer <joern.zaefferer@…>
  • tests/unit/spinner/spinner.html
  • tests/unit/spinner/spinner_defaults.js
  • tests/unit/spinner/spinner_options.js
  • ui/jquery.ui.spinner.js
Spinner: Fix value option initalization
15:31 Changeset [2d705873e9d575217762224c1c82ffb4c15d50dc] by Scott González <scott.gonzalez@…>
  • build/release/prepare-release
Build: Use LC_ALL='C' when sorting.
14:22 Ticket #5934 (Autocomplete: Menu is positioned wrong in Chrome when page is zoomed in) closed by scott.gonzalez
duplicate: The underlying problem is documented in #6222.
14:16 Ticket #6220 (text highlighting bug using sortable with jquery 1.4.3) closed by scott.gonzalez
duplicate: Duplicate of #6174.
14:02 Ticket #6221 (Autocomplete: Doesn't reset after Select when textbox cleared, if same ...) closed by scott.gonzalez
fixed: Fixed in …
14:01 Changeset [5c67ed26e8c36c42c9f149fcfb2f5fe9e1192b26] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.autocomplete.js
Autocomplete: Always reset this.term after a select event, even if the select is cancelled. Fixes #6221 - Autocomplete: Doesn't reset after Select when textbox cleared, if same letters typed in rapidly; source function not triggered in that case.
13:53 Ticket #6223 (Draggable div containing image broken after jQuery 1.4.3 upgrade) closed by scott.gonzalez
duplicate: Duplicate of #6174.
12:49 Ticket #6224 (datePickers windows ticks returns wrong date.) created by anderstp
When using the windows format in the datepicker specified by the …

10/24/10:

23:11 Ticket #6223 (Draggable div containing image broken after jQuery 1.4.3 upgrade) created by geordie@…
Seems to be a problem only with Webkit based browsers but when I upgraded …
14:53 Ticket #6222 (Position breaks under zoomed webkit) created by vonf
When zoomed in Chrome, using .position() places the element in the wrong …
13:57 Changeset [1be2a79076e4da314ca6317082fbd8c03e7f9d63] by jzaefferer <joern.zaefferer@…>
  • tests/unit/spinner/spinner_defaults.js
  • tests/unit/spinner/spinner_options.js
  • ui/jquery.ui.spinner.js
Spinner: More cleanup
13:52 Changeset [02d8f914b68f73537dcaca272087b544b366bb2b] by jzaefferer <joern.zaefferer@…>
  • tests/unit/spinner/spinner.html
  • tests/unit/spinner/spinner_defaults.js
  • tests/unit/spinner/spinner_options.js
  • ui/jquery.ui.spinner.js
Spinner: Some code and test cleanup
03:03 Ticket #6221 (Autocomplete: Doesn't reset after Select when textbox cleared, if same ...) created by reidres
Observed using IE 8. Setting: minLength: 2 I am using a single textbox / …

10/23/10:

23:51 Ticket #6219 (plugin access error when create a new widget inherited from 'draggable') closed by scott.gonzalez
wontfix: We're not supporting that plugin model any more. Draggable, and all other …
22:22 Ticket #6220 (text highlighting bug using sortable with jquery 1.4.3) created by joshontheweb
I am using jquery ui 1.8.5 and jquery 1.4.2, but when I upgrade to 1.4.3 I …
06:57 Ticket #6219 (plugin access error when create a new widget inherited from 'draggable') created by justsoso33
$.widget("ui.mydraggable", $.ui.draggable {}); $('div').mydraggable() …
00:06 Changeset [eebf8c31fff4653cfcbb273f7da5fa7177217dca] by jzaefferer <joern.zaefferer@…>
  • ui/jquery.ui.spinner.js
Using button widget for the spinner buttons. Can still use some improvements, dropping custom theme stuff in favor of button styles.

10/22/10:

23:58 Ticket #5429 (Incomplete event handling in UI TABS 1.8) closed by scott.gonzalez
invalid: It's a bad idea to stop propagation of events, especially in generic …
23:57 Ticket #6110 (Tabs script error in IE7 with ajax) closed by scott.gonzalez
duplicate: Duplicate of #5366.
23:51 Ticket #4897 (UI Tabs and sync ajax causes bug showing the the processing state) closed by scott.gonzalez
invalid: We can't force the browser to do anything during a synchronous XHR …
23:51 Changeset [bc3d283d2c1547ac3d8b5aeb894b2e6290e2d3c6] by jzaefferer <joern.zaefferer@…>
  • demos/spinner/currency.html
  • demos/spinner/decimal.html
  • demos/spinner/donation.html
  • demos/spinner/hexadecimal.html
  • demos/spinner/index.html
  • external/glob.de-DE.js
  • external/glob.ja-JP.js
  • external/glob.js
  • ui/jquery.ui.spinner.js
Replaced hexadecimal demo with decimal demo. Updated that and the currency demo (previously donation) to use globalization plugin with a select for three different cultures (probably more to come). Updated spinner widget to use Globalization when available, replacing all number formatting related options with a single numberformat option.
23:44 Ticket #5750 (Bug with Tabs and sortable()) closed by scott.gonzalez
duplicate: Duplicate of #4524.
23:38 Ticket #5371 (tabs get stretched when next to floated div) closed by scott.gonzalez
duplicate: Duplicate of #5601.
23:35 Ticket #5799 (following an external link to a tab jumps to bottom of page) closed by scott.gonzalez
invalid: This should be handled by the page, not the tabs plugin.
23:34 Ticket #5805 (Custom id for remote tab) closed by scott.gonzalez
worksforme: You can already do this with the title attribute.
20:48 Ticket #5045 (Multiple Tab Rows Break) closed by scott.gonzalez
wontfix
20:46 Ticket #4607 (Fixed panelId for ui.tabs) closed by scott.gonzalez
wontfix: This feature doesn't make sense in the context of tabs.
20:34 Ticket #5641 (Tabs: Missing documentation on event arguments) closed by scott.gonzalez
fixed: This was fixed at some point.
20:31 Ticket #6218 (Autocomplete with scroll behaves incorrectly with combination of mouse and ...) created by yeoldeape
Hi everybody, This behavior can be seen on the demo posted on the jquery …
20:25 Ticket #4587 (jQuery Tabs Do Not Update Browser's Location Bar) closed by scott.gonzalez
wontfix: This should be done outside of the plugin to accommodate the …
20:17 Ticket #4734 (Select controls are broken on initial tab) closed by scott.gonzalez
wontfix: This doesn't sound like something we can fix and it affects a very small …
20:14 Ticket #4572 (nested tabsets have ui-state-disabled copied from parent tabset) closed by scott.gonzalez
fixed: This was fixed with the widget factory update in 1.8.
20:06 Ticket #5999 (Tabs break when immediately contain a table in Firefox) closed by scott.gonzalez
invalid: This markup is invalid; the tables are never closed.
19:55 Ticket #6217 (Dialog: IE6 doesn't respect auto height with dynamic content) created by seb835
When using height: "auto" in IE6, the dialog does not grow/shrink as the …
19:35 Ticket #6201 (Autocomplete: Broken menu in IE8 Standards Mode when including prototype ...) closed by scott.gonzalez
fixed: This works fine if you load all of your jQuery code first, then load …
19:25 Ticket #6000 (Position: Sometimes positioning is off by 1px in Firefox) reopened by scott.gonzalez
Reverted in …
19:25 Changeset [a0847f3a08dfc259d8ba7f6ba7da16653cf15183] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.position.js
Revert "Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - Position: Sometimes positioning is off by 1px in Firefox." This reverts commit 32264f7ad12609b316189fd013cda63b41c8b271.
18:12 Ticket #6216 (jQuery 1.4.3 breaks jQuery UI tabs in AdBlock For Chrome's options) closed by scott.gonzalez
duplicate: Duplicate of #6215.
17:22 Ticket #6216 (jQuery 1.4.3 breaks jQuery UI tabs in AdBlock For Chrome's options) created by michaeltherobot
I'm the author of the Google Chrome extension AdBlock. I tried to update …
16:56 Ticket #5994 (selectable("destroy") could remove "ui-selected" class) closed by scott.gonzalez
invalid
16:53 Ticket #6133 (Enhancement for jQuery Combobox) closed by scott.gonzalez
wontfix: The combobox is just a demo, it's not a fully complete widget. We won't …
15:24 Ticket #6150 (Dialog height:auto does not work in IE6) closed by scott.gonzalez
fixed: Your test page is using 1.8.5 which is the version the bug was reported …
13:56 Ticket #6150 (Dialog height:auto does not work in IE6) reopened by seb835
Problem still exists in IE6 where the dialog content starts as empty, and …
12:51 Ticket #6215 (Tabs doesn't work in Chrome extensions with jQuery 1.4.3) created by famlam
Repro steps: Chrome Install the AdBlock extension (uses JQuery) …
10:07 Ticket #6201 (Autocomplete: Broken menu in IE8 Standards Mode when including prototype ...) reopened by unt01d
Sorry, you're quite right - the conflict seems to be with scriptaculous, …
04:23 Changeset [af8ca4ed0e5063c5a84cd7ab77f525b98c6c62b7] by jzaefferer <joern.zaefferer@…>
  • tests/unit/spinner/spinner.html
  • tests/unit/spinner/spinner_core.js
  • tests/unit/spinner/spinner_defaults.js
  • tests/unit/spinner/spinner_events.js
  • tests/unit/spinner/spinner_methods.js
  • tests/unit/spinner/spinner_options.js
Importing spinner unit tests
04:23 Ticket #5519 (Click on handler throws the "change" event) closed by scott.gonzalez
invalid: Please use the  forum when you're not sure if …
04:20 Ticket #5551 (Inconsistent values returned by range slider) closed by scott.gonzalez
fixed
04:16 Changeset [f7d8a1ba570fd620d65b377ebe806eac0b578328] by jzaefferer <joern.zaefferer@…>
  • demos/spinner/default.html
  • demos/spinner/donation.html
  • demos/spinner/hexadecimal.html
  • demos/spinner/index.html
  • demos/spinner/latlong.html
  • demos/spinner/rtl.html
  • external/jquery.mousewheel-3.0.2.js
  • themes/base/jquery.ui.base.css
  • themes/base/jquery.ui.spinner.css
  • ui/jquery.ui.spinner.js
Porting old spinner implementation to 1.8, dropping some baggage.
03:27 Ticket #6000 (Position: Sometimes positioning is off by 1px in Firefox) closed by scott.gonzalez
fixed: Fixed in …
03:25 Changeset [32264f7ad12609b316189fd013cda63b41c8b271] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.position.js
Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - Position: Sometimes positioning is off by 1px in Firefox.
03:02 Ticket #4233 (Required markup structure not documented) closed by scott.gonzalez
fixed: This is now documented in the theming section (not sure when the change …
02:29 Changeset [19f9c3a559497c893a4fcdbc8cbbbacef60c315c] by Scott González <scott.gonzalez@…>
  • demos/accordion/collapsible.html
  • demos/accordion/custom-icons.html
  • demos/accordion/default.html
  • demos/accordion/fillspace.html
  • demos/accordion/hoverintent.html
  • demos/accordion/mouseover.html
  • demos/accordion/no-auto-height.html
  • demos/accordion/sortable.html
  • demos/addClass/default.html
  • demos/animate/default.html
Upgraded jQuery to 1.4.3.
02:16 Changeset [789e7f753ee40c9eea5c69706f79238175bc6112] by Scott González <scott.gonzalez@…>
  • tests/unit/autocomplete/autocomplete.html
Autocomplete tests: Removed reference to non-existent menu plugin.
02:15 Changeset [a0c856467d7cb19442ac24a5e8eda5a504d474d6] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.autocomplete.js
Autocomplete: Split menu resizing logic into its own method to create a more logical method to proxy for custom sizing.
01:16 Ticket #6212 (Select Dotted Line No Longer Appears in 1.8.5 in some cases.) closed by scott.gonzalez
invalid: Please re-open with a reduced test case. We won't debug problems from full …
00:39 Ticket #6214 (Text in select dropdowns inside tab area doesn't fit initially in IE 8/9) created by RandomEngy
If you've got select dropdown elements (without fixed sizes) inside a tab …
00:37 Ticket #6213 (Datepicker: no option for jumping years) created by mykchan
ive been looking for a way for jqueryui Datepicker to jump years in the …

10/21/10:

22:59 Ticket #6212 (Select Dotted Line No Longer Appears in 1.8.5 in some cases.) created by rshelby
In some cases, when you are selecting multiple items, the dotted box does …
20:28 Ticket #6211 (Autocomplete loses text on selection with JQuery 1.4.3) closed by scott.gonzalez
worksforme: This is working for me. Please provide a test case if you continue having …
20:02 Ticket #6211 (Autocomplete loses text on selection with JQuery 1.4.3) created by dwhite44
I don't know if this is a bug with jquery 1.4.3 or with AutoComplete. When …
19:03 Changeset [732a485676a1dcbefc16fdb9d26774b622410138] by jzaefferer <joern.zaefferer@…>
  • tests/visual/tooltip/tooltip.html
  • ui/jquery.ui.tooltip.js
Tooltip: Adding another ajax example to visual testcase. Fixing async response handling (taking IE cached response quirk into account) and simplifying fade animations a ton.
18:45 Ticket #3924 (Provide option to make tabs closable) closed by scott.gonzalez
wontfix: This should be an extension.
18:45 Ticket #3923 (Provide option to make tabs sortable) closed by scott.gonzalez
wontfix: This should be an extension.
18:18 Ticket #6118 (Support for non-linear incrementation) closed by joern.zaefferer
wontfix: Here's a non-linear increment that actually implements what you describe: …
16:21 Ticket #5135 (slider: minConstraint, maxConstraint, enforceConstraints) closed by scott.gonzalez
wontfix: You can use progressbar and slider on the same element and get the visual …
15:03 Ticket #6210 (jQuery UI Position Plugin breaks in chrome) closed by scott.gonzalez
invalid: Please provide a reduced test case showing the problem.
14:22 Ticket #6210 (jQuery UI Position Plugin breaks in chrome) created by jogep
before some weeks i create a ticket that the position function not works …
13:54 Ticket #5972 (Widget: Throw error for non-existent method calls) reopened by scott.gonzalez
Reverted in …
13:52 Changeset [6ba75aa698361bf8c87ac7037570a5daaad3b49a] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.widget.js
Widget: Don't throw errors for invalid method calls (wait till 1.9 to add this back). Reverts fix for #5972 - Widget: Throw error for non-existent method calls.
13:19 Ticket #6201 (Autocomplete: Broken menu in IE8 Standards Mode when including prototype ...) closed by scott.gonzalez
fixed: I'm not sure what nightly build you're referring to, but using jQuery UI …
11:27 Ticket #6201 (Autocomplete: Broken menu in IE8 Standards Mode when including prototype ...) reopened by unt01d
Thanks for the swift fix! I can see the dropdown now, however I'm still …
03:49 Ticket #6201 (Autocomplete: Broken menu in IE8 Standards Mode when including prototype ...) closed by scott.gonzalez
fixed: Fixed in …
03:47 Changeset [eab0a6dac13b642a870747249a360bdddb39da99] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.position.js
Position: Use a better check for determining if an object is a window. Fixes #6201 - Autocomplete: Broken menu in IE8 Standards Mode when including prototype framework.
03:02 Ticket #3613 (Accordion: cookie persistence) closed by scott.gonzalez
wontfix: This shouldn't be built into the core of the accordion.
02:50 Ticket #6162 (Accordion: Allow fillSpace to work when the accordion has siblings) closed by scott.gonzalez
wontfix: We don't want to build this in to the accordion. This could be …

10/20/10:

22:36 Ticket #6209 (IE position: absolute/fixed right/bottom values) created by okeydoke
In IE when you have a draggable element which has its position set to …
21:14 Ticket #5972 (Widget: Throw error for non-existent method calls) closed by scott.gonzalez
fixed: Please use the  forums for discussions.
16:21 Ticket #5972 (Widget: Throw error for non-existent method calls) reopened by be.davestein
Hey Scott - I see you commented 2 months ago that you did not want to …
08:03 Ticket #6208 (Sortable: CSS Content Inside Drag LI) created by aamirrajpoot
CSS #template3_headings > li:before { content: …
04:00 Ticket #5757 (Autocomplete combobox issues) closed by scott.gonzalez
fixed: That change has actually been reverted in master and will go out with …
03:53 Ticket #5571 (alsoResize && containment: self.size isn't stopped by containement) closed by scott.gonzalez
duplicate: Duplicate of #5817.
03:53 Ticket #5186 (ui.size not true to size of resizable) closed by scott.gonzalez
duplicate: Duplicate of #5817.
03:53 Ticket #4500 (Resizable: in event resize when using grid ui.size does not honor the grid) closed by scott.gonzalez
duplicate: Duplicate of #5817.
03:41 Ticket #5374 (draggables and droppables stop to work after AJAX refresh on IE) closed by scott.gonzalez
fixed: This should be fixed in 1.8.5.
03:40 Ticket #5722 (Re-adding droppable() to generated content fails in IE) closed by scott.gonzalez
fixed: This was already fixed, it was a problem with the auto-destroy of widgets.
03:35 Ticket #5757 (Autocomplete combobox issues) reopened by dvdckl
This commit broke the use case where the user is allowed to submit text by …
03:33 Ticket #4842 (draggable droppable ignore change scope) closed by scott.gonzalez
wontfix: The scope option will be removed during the rewrite.
03:28 Ticket #4879 (Draggable: Confusing documentation for draggable cursorAt option) closed by scott.gonzalez
fixed: Updated docs.
03:24 Ticket #4696 (Bug with revert and grid : the element goes back to a bad position) closed by scott.gonzalez
wontfix: These options won't exist in the rewrite.
03:19 Changeset [c74f53898e6191d23aa5e8f91f3a64903980d84d] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.widget.js
Widget: Fixed reference to element in _getCreateOptions().
03:06 Ticket #6190 (Dialog demos don't work in IE9 because of bgiframe) closed by scott.gonzalez
fixed: Fixed in …
03:05 Changeset [7d9d2b551fc9522e6eea6c4c3df9c235f51b3803] by Scott González <scott.gonzalez@…>
  • demos/dialog/animated.html
  • demos/dialog/default.html
  • demos/dialog/modal-confirmation.html
  • demos/dialog/modal-form.html
  • demos/dialog/modal-message.html
  • demos/dialog/modal.html
  • demos/index.html
  • external/jquery.bgiframe-2.1.1.js
  • external/jquery.bgiframe-2.1.2.js
  • tests/unit/dialog/dialog.html
External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work in IE9 because of bgiframe.
02:46 Ticket #6196 (outerWidth() setter broken with jQuery 1.3.2) closed by scott.gonzalez
fixed: Fixed in …
02:45 Changeset [72985fbbecba2153fa56dba058740160fbd0c878] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.core.js
Core: Don't use $.style since it doesn't exist in jQuery 1.3.2. Fixes #6196 - outerWidth() setter broken with jQuery 1.3.2.
02:34 Ticket #6194 (Minified 1.8.5 error in Safari) closed by scott.gonzalez
worksforme: I'm not seeing any errors.
02:23 Ticket #6189 (value of text Inputs inside dialog that are loaded by jquery ajax are ...) closed by scott.gonzalez
invalid: It sounds like you're duplicating ids in your page with each ajax request. …

10/19/10:

18:16 Ticket #6207 (jQuery UI Resizable 1.8.4 _mouseStop gets wrong left, top-values in safari) created by tomcatharry
jQuery UI Resizable 1.8.4 in safari 5.0.1 (windows xp) the getter …
17:18 Ticket #6206 (Adding id attribute to an li element in a Tab tab-section breaks the ...) closed by scott.gonzalez
invalid: Duplicate ids are invalid HTML.
17:17 Ticket #6205 (jQuery 1.4.3 breaks tabs) closed by scott.gonzalez
worksforme: I'm not seeing any problems.
16:45 Ticket #6206 (Adding id attribute to an li element in a Tab tab-section breaks the ...) created by scrozier
Adding an id attribute somehow breaks the widget. If, as in the example …
16:42 Ticket #6205 (jQuery 1.4.3 breaks tabs) created by baohx2000
When using jQuery 1.4.3, tabs no longer work.
16:18 Ticket #6204 (Datepicker i18n: Clean up files) created by scott.gonzalez
The i18n files should have a standard header format with copyright info. …
16:07 Ticket #6203 (Dialog modal form demo is broken) created by rspindel
unterminated string literal error required changes: 77: …
15:31 Ticket #5824 (Minify CSS) closed by joern.zaefferer
fixed: Fixed in …
15:28 Changeset [af582b97a70e955432fdf4123891b75d2f2c68c5] by jzaefferer <joern.zaefferer@…>
  • build/build.xml
  • build/build/yuicompressor-2.4.2.jar
Build: Cleanup and adding CSS minimization. Fixes #5824 - Minify CSS
14:53 Ticket #6202 (Possible Internet Explorer 6+ Dialog Bug) closed by scott.gonzalez
worksforme: Works for me. Please use the  forums for help.
14:38 Ticket #6202 (Possible Internet Explorer 6+ Dialog Bug) created by seb835
Hello, When opening a dialog before starting an ajax request, then …
13:45 Ticket #6199 (Unable to create multiple autocomplete with Google Chrome) closed by scott.gonzalez
worksforme: Works for me. Please use the  forums if you …
11:58 Ticket #6201 (Autocomplete: Broken menu in IE8 Standards Mode when including prototype ...) created by unt01d
The autocomplete plugin doesn't work in IE8 Standards Mode when including …
10:04 Ticket #6200 (Selecting another month by using selectOtherMonths does not work.) created by Uzza
Trying to select another month by activating selectOtherMonths does not …
08:27 Ticket #6199 (Unable to create multiple autocomplete with Google Chrome) created by manudwarf
Hi ! I created two search fields, each of them including autocomplete. …
Note: See TracTimeline for information about the timeline view.