Timeline
Jun 11, 2008:
- 11:00 PM Ticket #3028 (Incorrect positioning/crash in Safari 2.0.4) created by
- I have been working on the site http://www.festivalandco.com/. It …
- 6:37 PM Ticket #2947 (Event: altKey not set) closed by
- fixed: Right, got it now. I actually fixed this some weeks ago, I thought it …
- 6:26 PM Ticket #3018 (Using AJAX type=script or type=jsonp on IE6 sometimes breaks) closed by
- duplicate: Duplicate of #3019.
- 6:24 PM Ticket #3020 (Ajax tab problem?????) closed by
- invalid: jQuery.Tabs now belongs to jQuery UI. Please repost this to the …
- 6:22 PM Ticket #3022 (Setting CSS to NaN throws IE error) closed by
- invalid: Why would you set NaN as a css value ? The other ticket isn't related …
- 6:12 PM Ticket #3024 (.html() .text() .val() issue on IE for some tags (a,span)) closed by
- invalid: Some tags demand the closing dash. This should always be included to …
- 3:59 PM Ticket #3027 (triggering focus throws to events in IE) created by
- If you use elm.trigger("focus");. IE will throw 2 events. (1 fake and …
- 2:55 PM Ticket #3026 (More robust jQuery.makeArray) created by
- Currently, makeArray() uses array.call to determine whether array is a …
- 9:56 AM Ticket #3025 (Livejournal's code is incompatible with jQuery) created by
- My company Zemanta builds blogging tool that inserts jQuery into a …
- 8:49 AM Ticket #3024 (.html() .text() .val() issue on IE for some tags (a,span)) created by
- Hi, On IE , when you try to create a new tag "a" or "span" with a …
- 8:03 AM Ticket #3023 ([@attribute] selector breaks on attributes with namespaces) created by
- The first regex in jquery.parse matches a selector like [@ns:foo] or …
- 6:53 AM Ticket #3022 (Setting CSS to NaN throws IE error) created by
- If you try to set a css property to NaN it throws an 'Invalid …
- 4:18 AM Ticket #3021 (Downloadable documentation) created by
- I often do my most productive development while without internet …
Jun 10, 2008:
- 10:48 PM Ticket #3020 (Ajax tab problem?????) created by
- I am my ajax tab page like this […] File "1.html" like this […] …
- 5:10 PM Ticket #3019 (Using AJAX type=script or type=jsonp on IE6 sometimes breaks) created by
- On IE6, I noticed that one of my AJAX requests was failing. The AJAX …
- 5:08 PM Ticket #3018 (Using AJAX type=script or type=jsonp on IE6 sometimes breaks) created by
- On IE6, I noticed that one of my AJAX requests was failing. The AJAX …
- 4:14 PM Ticket #2996 ([slider] Bug on destroy) closed by
- invalid: This belongs to jQuery UI. Please repost this to the …
- 4:11 PM Ticket #2998 (attr('onclick',value)) closed by
- invalid: This doesn't work on IE. Inline/obstrusive string event handlers are …
- 4:02 PM Ticket #3002 (remove about) closed by
- invalid: THs need to be wrapped on TRs (if I'm not wrong). Please reopen if …
- 3:59 PM Ticket #3009 (ui.sortable "serialize" function won't return a value) closed by
- invalid: This belongs to jQuery UI. Please repost this to the …
- 3:59 PM Ticket #3010 (ui-datepicker: issue when script is included after page load) closed by
- invalid: DatePicket belongs to jQuery UI. Please repost this to the …
- 3:58 PM Ticket #3012 (sortable/ draggable helper as child of overflow element does not ...) closed by
- invalid: This belongs to jQuery UI. Please repost this to the …
- 3:17 PM Ticket #3017 (v1.2.6 Incompatibility with jqModal) created by
- I've been using the jqModal for a few months now, and recently updated …
- 11:28 AM Ticket #3016 (Textarea loses current value when cloned) created by
- If you clone an element with a textarea in it and append this to …
- 11:02 AM Ticket #3015 (Restrict onunload removal of eventhandlers to IE and Firefox 2) created by
- In event.js the last lines remove registered eventhandlers on unload …
- 4:49 AM Ticket #3014 ([treeview] add focus and highlight feature) created by
- it is not easy to focus a tree item currently,I hope jquery treeview …
- 1:00 AM Ticket #3013 (Interface Plugin - compressed version has comment issues) created by
- Interface Plugin: The compressed version contains typos in the …
Jun 9, 2008:
- 5:34 PM Ticket #2215 ([validate] Checking if a form is valid without triggering UI feedback) closed by
- fixed: Fixed in [5720].
- 5:30 PM Ticket #3012 (sortable/ draggable helper as child of overflow element does not ...) created by
- The default helpers for the sortables/ draggables elements are …
- 4:01 PM Ticket #2215 ([validate] Checking if a form is valid without triggering UI feedback) reopened by
- Patch broke unhighlighting when validating a single element, eg. on …
- 3:45 PM Ticket #3011 (Dimensions fails to return dimensions when visiblity is set to hidden) created by
- Testing in 1.2.6 using innerWidth() on an element who's parent is …
- 3:18 PM Ticket #3010 (ui-datepicker: issue when script is included after page load) created by
- Hi there, I'm using dynamic script includes and it seems to cause an …
- 12:34 PM Ticket #3009 (ui.sortable "serialize" function won't return a value) created by
- I can not get the "serialize" function in ui.sortable.js to return any …
- 8:41 AM Ticket #3008 (Ready event not fired from MSIE frame) created by
- I've spent some time trying to figure out why the jQuery ready wasn't …
- 6:48 AM Ticket #3007 ($.css( cssLikeName ) doesn't return same value than $.css( ...) created by
- Sample : […] […] returns '5cm' […] returns '189px' on my …
Jun 8, 2008:
- 9:46 AM Ticket #3006 ([validate] Validation plugin is slow when onkeyup activated) created by
- Validate-plugin is slow when onkeyup is activated. I have some fields, …
- 9:34 AM Ticket #3005 (jQuery 1.2.6 crashes Safari 2.0.4 consistently when using appendTo()) created by
- Appending a block of HTML (containing some div, img and anchor nodes) …
- 4:56 AM Ticket #3004 (cache option for getScript) created by
- now, in order to enable cache for loading scripts from another domain …
Jun 7, 2008:
- 12:47 PM Ticket #3003 (error in explorer setting unsupported css properties via ready()) created by
- I've noticed Explorer (6,7) errors when jQuery tries to set an …
- 7:02 AM Ticket #3002 (remove about) created by
- example: <table id="tablist"> <thead><th></th></thead> …
Jun 6, 2008:
- 11:57 AM Ticket #3001 (error: elem has no properties) created by
- Hello! With a lot of Plugins Firebug shows the following error: elem …
- 11:06 AM Ticket #3000 ([accordion] Problem with .pack and .min files) created by
- Hi, I'm building a site and I'm using jquery-accordion plugin v1.6, …
- 7:21 AM Ticket #2999 (Exception when using .poistion()) created by
- I'm using the latest nightly build, and it's also present in release …
- 7:02 AM Ticket #2998 (attr('onclick',value)) created by
- The problem is: we have something like this in html code: […] …
- 5:25 AM Ticket #2997 ($.clone() bugs in IE when $.length>1 and elements don't belong to document) created by
- If you are manipulating elements in a child iframe, the clone method …
- 3:16 AM Ticket #2996 ([slider] Bug on destroy) created by
- I just migrated from 1.2.3 to 1.2.6. I noticed that when a slider is …
Jun 5, 2008:
- 9:15 PM Ticket #2979 (removeAttr on IE7 need a click over the element need 2 steps) closed by
- wontfix: If I'm not getting it wrong... the problem is that IE (6 too) doesn't …
- 9:10 PM Ticket #2985 (Month selection for datepicker) closed by
- invalid: DatePicker belong to jQuery UI. Please repost this to the …
- 9:09 PM Ticket #2986 (Issues with a parents() for <a> inside a table.) closed by
- invalid
- 9:01 PM Ticket #2991 (New methods for Datepicker) closed by
- invalid: Please repost this to the UI Bug Tracker. …
- 9:00 PM Ticket #2832 (Datepicker v3.4.3 $(element).datepicker('getDate') doesn't work properly) closed by
- fixed
- 8:28 PM Ticket #2993 (.offsetParent() fails on fixed position elements in Opera/IE7) closed by
- fixed: Fixed in [5715].
- 8:28 PM Changeset [fa48ad1]1.12-stable2.2-stablekillphp by
- src/offset.js
- 4:00 PM Changeset [c90fe02]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 2:11 PM Changeset [24eb176]1.12-stable2.2-stablekillphp by
- test/data/test.html
- test/data/test.js
- test/data/test.php
- test/data/test2.html
- 2:09 PM Ticket #2995 (The firebug say: "Too much recursion" -> jquery.js) created by
- I was talking with Jörn Zaefferer aboult Validation Plugin on …
- 12:53 PM Ticket #2994 ($.ajax error on 404 in IE) created by
- Hi all, I have a problem on ajax error event handler with non existing …
- 11:46 AM Ticket #2993 (.offsetParent() fails on fixed position elements in Opera/IE7) created by
- Calling .offsetParent() on a fixed position element returns the …
- 11:37 AM Ticket #2992 (dimensions related exception in Firefox) created by
- someone else mentioned this issue here: …
- 10:47 AM Ticket #2991 (New methods for Datepicker) created by
- Hello, I added new methods for Datepicker validation, here is my …
- 9:41 AM Ticket #2990 (id starts with filter causes 'z.indexOf is not a function' error for ...) created by
- Here is the markup and code that causes the error: […] Using a …
- 8:44 AM Ticket #2989 ([validate] Turning off validation on back, cancel button) created by
- The requirement would be to be able to press a back or cancel button …
- 8:41 AM Ticket #2988 (Simple "Accordian" type effect crash IE6) created by
- Hi, This bug has been puzzling me for days and can't seem to figure …
- 7:53 AM Ticket #2987 ($ cycle plugin IE7 crash: dxtans.dll !!) created by
- I have a portfolio page with multiple slideshows (there are four tabs …
- 5:02 AM Ticket #2986 (Issues with a parents() for <a> inside a table.) created by
- Given a construct like the following parents does not do what I expect …
- 3:37 AM Ticket #2985 (Month selection for datepicker) created by
- I have a project in progress currently uses a non-jQuery based …
Jun 4, 2008:
- 6:04 PM Ticket #2981 (ui 1.5rc1 draggable not destroyed properly when called multiple times) closed by
- fixed: Fixed in r148. From now on, please post all UI bugs at …
- 5:41 PM Ticket #2983 (Website: File size mismatch) closed by
- invalid: The 16kb comes after the gzipping, which happens on the server side. …
- 3:37 PM Ticket #2984 ([validate] bogus validation error for textareas on Opera 9) created by
- When validating a textarea on Opera 9, a bogus validation error is …
- 3:08 PM Ticket #2983 (Website: File size mismatch) created by
- First of all, thanks for a wonderful project! I have a minor nit to …
- 2:55 PM Ticket #2982 (ui 1.5rc1 resizable not properly destroyed for textareas) created by
- if a textarea is repeatedly set to resizable and destroyed, it'll grow …
- 2:22 PM Ticket #2981 (ui 1.5rc1 draggable not destroyed properly when called multiple times) created by
- when draggable('destroy') is called on an element that is not …
- 2:15 PM Ticket #2980 (ui.resizable conflict with jquery.draggable for textareas) created by
- steps to reproduce: 1) set a textarea to be draggable with {cancel : …
- 1:32 PM Ticket #2979 (removeAttr on IE7 need a click over the element need 2 steps) created by
- Hi, when you have a input element disabled for example: <select …
- 11:59 AM Ticket #2967 (Time Zones) closed by
- invalid: Hi, the DatePicker belongs to jQuery UI. Please create a new ticket in …
- 11:41 AM Ticket #2975 (Datepicker bug with daylight saving) closed by
- invalid: Hi, the DatePicker belongs to jQuery UI and the owner is Klaus. Please …
- 11:37 AM Ticket #2976 (Draggable - Problem when used with Scrollbar) closed by
- invalid: Please create a new ticket in the [http://ui.jquery.com/bugs/ UI bug …
- 11:04 AM Ticket #2978 (Possible $().ready() bug in Safari 3.1.1) created by
- Just started following the tickets here, so sorry if this is a dupe. …
- 10:24 AM Ticket #2977 (wrap() methods lose events) created by
- When using the wrap() method, events I have added to the element are …
- 8:35 AM Ticket #2976 (Draggable - Problem when used with Scrollbar) created by
- Even in your example of "Real World Layout", if we add a lot of …
- 8:21 AM Ticket #2662 (attr "action" of form and Selectors' attribute filter) reopened by
- Reopening, because nothing changed. Here are test results using …
Note: See TracTimeline
for information about the timeline view.