Timeline
Aug 9, 2011:
- 1:58 PM Ticket #7623 (DatePicker reappears after selection in ie8) created by
- To reproduce, create an html file with a standard DatePicker and open …
- 11:45 AM Ticket #7510 (jQuery.data throws a script error in certain circumstances.) closed by
- fixed: Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - …
- 11:04 AM Ticket #7622 (bug: UI button buttonset unescaped id selector) closed by
- duplicate
- 10:58 AM Ticket #7622 (bug: UI button buttonset unescaped id selector) created by
- on jQuery UI 1.9, 1.8 and older on Chrome 13 FF 5 as reported there: …
- 10:37 AM Ticket #7621 (disabled property and disable method doesn't work) closed by
- invalid: This doesn't look anything like the jQuery UI slider API.
- 10:26 AM Ticket #7621 (disabled property and disable method doesn't work) created by
- 1. The version(s) of jQuery affected: jquery-1.4.2 2. The browser (or …
- 9:56 AM Ticket #7602 (Ability to stop datepicker from appearing with beforeShow event handler) closed by
- fixed: Datepicker: Added ability to stop datepicker from beforeShow. Fixes …
- 9:32 AM Ticket #7620 (Mouse: Error in IE 8 with disabled inputs) closed by
- fixed: Mouse: Work around a bug in IE 8 where disabled inputs don't have a …
- 9:30 AM Ticket #7620 (Mouse: Error in IE 8 with disabled inputs) created by
- https://github.com/jquery/jquery-ui/commit/09e88d6220af2f90197c826ac3a3 …
- 9:15 AM Ticket #7619 (Sortable: Add refreshPositions option to detect dynamically created ...) created by
- When dragging an item from a sortable to a draggable which is created …
- 9:11 AM Ticket #7610 (Calling .draggable({ refreshPositions: true }); on sortable items gets ...) closed by
- invalid: I'm going to close this as invalid, since what you want is to refresh …
- 8:30 AM Ticket #7618 (Datepicker: onSelect triggered too often) closed by
- fixed
- 8:30 AM Ticket #7618 (Datepicker: onSelect triggered too often) created by
- See #6264
- 8:28 AM Ticket #6264 (Datepicker's onSelect not fired when setDate() is called.) closed by
- wontfix: Closing as wontfix because of the problems mentioned above. We'll make …
- 8:27 AM Ticket #6264 (Datepicker's onSelect not fired when setDate() is called.) reopened by
- 8:17 AM Ticket #7616 (XSS jqueryui.com/demos) closed by
- fixed: Thanks, the fix is live.
- 7:50 AM Ticket #7617 (Problem with chrome) closed by
- duplicate
- 5:30 AM Ticket #7617 (Problem with chrome) created by
- http://ui.jquery.com/demos/accordion here also in chrome there a jerk …
Aug 8, 2011:
- 4:52 PM Ticket #7616 (XSS jqueryui.com/demos) created by
- Raw echo of UI portion. …
- 11:24 AM Ticket #7615 (Sortable: Add demo with mouseover handles) created by
- A common pattern for sortables is to specify a handle, and show that …
Aug 7, 2011:
- 3:11 PM Ticket #7606 (Tabs functionality - div overflows tab onto other tabs) closed by
- invalid
- 10:57 AM Ticket #7608 (Modal dialog blocks all text inputs inside it (in special case)) closed by
- duplicate
Aug 6, 2011:
- 2:29 PM Ticket #7614 (Sortable order is wrong after a few interactions) closed by
- invalid: This is a Firebug problem. There's no way that the DOM and the …
- 1:20 PM Ticket #7614 (Sortable order is wrong after a few interactions) created by
- When inspecting the sortable demo: …
Aug 5, 2011:
- 4:32 PM Ticket #7613 (Incorrect UI keyCodes) created by
- Apparently in Firefox Mac, COMMAND keyCode is 224. Everywhere else is …
- 3:32 PM Ticket #7611 (Percentage heights conflict with effect wrapper) closed by
- duplicate: This should be fixed in master. http://jsfiddle.net/ttREE/1/ is your …
- 11:22 AM Ticket #7612 (Calling stop(true, true) on an effect will change absolute positioning ...) created by
- When stopping an effect with stop(true, true), one would would expect …
- 11:16 AM Ticket #7611 (Percentage heights conflict with effect wrapper) created by
- When an effect wrapper wraps around an element with a percentage …
- 10:08 AM Ticket #7610 (Calling .draggable({ refreshPositions: true }); on sortable items gets ...) created by
- I create a number of droppables when hovering on other droppables …
- 7:47 AM Ticket #7609 (datepicker doesn't retain year if dateForrmat doesn't contain year) closed by
- invalid: That's because you're setting the minDate and the datepicker always …
Aug 4, 2011:
- 10:29 PM Ticket #7609 (datepicker doesn't retain year if dateForrmat doesn't contain year) created by
- I've created a datepicker object with dateFormat "dM" (eg "25Dec"). If …
- 6:21 PM Ticket #7608 (Modal dialog blocks all text inputs inside it (in special case)) created by
- I create modal dialog with form inside it (with some text input). And …
- 3:43 PM Ticket #7607 (open and close events pass empty object instead of reference to UI) closed by
- invalid: This is correct, there's no data to provide for open or close.
- 3:14 PM Ticket #7607 (open and close events pass empty object instead of reference to UI) created by
- Looking thru the code in jquery.ui.dialog.js it would appear that the …
- 2:17 PM Ticket #7606 (Tabs functionality - div overflows tab onto other tabs) created by
- When using v1.8.14 with the smoothness template, I've created a tab …
- 1:43 PM Ticket #7605 (Resizable: Plugin sets width and height when only one is changing) created by
- We have an element which we want to be resizable vertically and hold …
- 12:49 PM Ticket #7603 (Autocomplete: support canceling a search in progress) closed by
- wontfix
- 12:06 AM Ticket #7604 (Using sortable together with a click handler does not work in Safari) created by
- http://jsfiddle.net/ZWzMS/4/ For drag'n'drop: All other browsers: …
Aug 3, 2011:
- 11:16 PM Ticket #7534 (Button label selector omits quotes / fails for ids with ":") closed by
- fixed: Button: Adding quotes to the attribute selector for labels - Fixes …
- 9:04 PM Ticket #7603 (Autocomplete: support canceling a search in progress) created by
- being able to cancel a search, and the subsequent visual events …
- 2:26 PM Ticket #7602 (Ability to stop datepicker from appearing with beforeShow event handler) created by
- It would be nice to be able to stop a datepicker from showing by …
- 9:57 AM Ticket #4785 (Add a tabs demo with the tabs at the bottom) closed by
- fixed: Tabs (bottom demo): Fixed styling. Fixes #4785 - Add a tabs demo with …
- 8:20 AM Ticket #7601 (jQuery UI Dialog allows duplicate dialogs when used with dynamic content) closed by
- invalid: When you call .dialog() on an element it will wrap the element and …
- 8:12 AM Ticket #7599 (Gap between Slider) closed by
- invalid: Use the forum for support: http://forum.jquery.com/using-jquery-ui
- 8:10 AM Ticket #7600 (Zoom in UISlider) closed by
- invalid: Please ask questions on the forum: http://forum.jquery.com/using-jquery-ui
- 3:44 AM Ticket #7565 (Tabs Styling Error) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 2:17 AM Ticket #7601 (jQuery UI Dialog allows duplicate dialogs when used with dynamic content) created by
- Steps to reproduce: 1. You need link a#myLink that uses .load to load …
Aug 2, 2011:
- 10:28 PM Ticket #7600 (Zoom in UISlider) created by
- I would like to know if UISlider have zoom functionality, i.e., the …
- 10:25 PM Ticket #7599 (Gap between Slider) created by
- Hi! I am using UISlider. I need to have 1 space(1 unit) gap between …
- 7:24 PM Ticket #4333 (Nested draggables problem in IE) closed by
- fixed: Merge pull request #413 from kborchers/bug_4333_3 Mouse: Changed …
- 7:13 PM Ticket #7598 (Add the ability to specify options for the buttons.) closed by
- duplicate
- 6:39 PM Ticket #7598 (Add the ability to specify options for the buttons.) created by
- It would be nice of .dialog({buttons: {}) accepted a buttonOptions for …
- 6:05 PM Ticket #7520 (Tabs Retain Active State in FireFox) closed by
- fixed: This is working in master.
- 5:59 PM Ticket #6963 (Tabs: Hidden tabs can be read by screen readers) closed by
- wontfix: We've decided to start with only supporting latest NVDA on latest Firefox.
- 5:55 PM Ticket #7595 (Wrapper-creating jquery-ui animations will discard any focus state ...) closed by
- fixed: Effects: Adding a check to retain focused elements after wrapping and …
- 5:54 PM Ticket #7597 (Autocomplete Deletes Text) closed by
- duplicate
- 5:53 PM Ticket #7597 (Autocomplete Deletes Text) created by
- We're using autocompletes for a bunch of text fields that make an AJAX …
- 5:20 PM Ticket #7596 (Draggable helper="clone" option causes cursor to lock in IE9) created by
- Using helper="clone" option with draggable function causes the cursor …
- 2:48 PM Ticket #7595 (Wrapper-creating jquery-ui animations will discard any focus state ...) created by
- This affects all recent versions of jQuery and jQuery-UI (including …
- 1:36 PM Ticket #7594 (Datepicker, changeYear: true, yearRange should adjust to manually ...) closed by
- wontfix: This raises lots of design questions that we're not going to answer …
- 1:04 PM Ticket #7594 (Datepicker, changeYear: true, yearRange should adjust to manually ...) created by
- In previous versions (1.7.x) of jquery-ui, if the user entered a …
- 12:04 PM Ticket #7593 (jQuery Dialog Problem in ASP.Net & Sharepoint) closed by
- invalid: This isn't a bug, this is necessary for the dialog to display …
- 11:41 AM Ticket #7593 (jQuery Dialog Problem in ASP.Net & Sharepoint) created by
- Hi, When jQuery Dialog render the dialog , it creates element outside …
- 9:17 AM WikiStart edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.