Timeline
11/13/08:
- 23:58 Ticket #3602 (Passing a collection with a null value will retun a jQuery with window in ...) created by
- Lets say I have function with two arguments, the first being required and …
- 16:05 Ticket #3601 (Mismatch parameters count passed to jQuery.easing.linear() or ...) created by
- In some cases mismatch parameters count passed to jQuery.easing.linear() …
- 15:17 Ticket #3600 (DatePicker Bug) created by
- The Date Picker has a Bug. Only for the Month of November 2008, there are …
- 15:08 Ticket #3599 (animate: "val is undefined" when animating to an appended element) closed by
- invalid: Nope. It's not a bug, just a typo. The html string that you give jQuery …
- 10:22 Ticket #3599 (animate: "val is undefined" when animating to an appended element) created by
- The fx.js's animate function does not check that the propertys value is …
- 08:43 Ticket #3598 (Internet Explorer doesn't parse XML from file:/) created by
- This ticket provides a fix for an IE bug: it won't parse an XML file …
- 03:05 Ticket #3322 (offset body does not work in Safari / Chrome) closed by
- wontfix: Adding position relative to the body element opens up a huge mess when …
- 02:48 Ticket #3345 (Offset function off by 2px in IE quirksmode) closed by
- fixed: Finally got a good fix for this in Rev 5942
- 02:46 Ticket #2999 (Exception when using .poistion()) closed by
- worksforme: I can't seem to reproduce this issue. Feel free to reopen with a test …
- 02:41 Ticket #3584 (css('top',0) causes incorrect positioning in IE6) closed by
- fixed
- 02:41 Ticket #3584 (css('top',0) causes incorrect positioning in IE6) reopened by
- Awww... skipped the last line. I'm really really sorry.
- 02:40 Ticket #3584 (css('top',0) causes incorrect positioning in IE6) closed by
- invalid
- 02:40 Ticket #3584 (css('top',0) causes incorrect positioning in IE6) reopened by
- It's not fixed Brandon, just invalid.
- 02:36 Ticket #3584 (css('top',0) causes incorrect positioning in IE6) closed by
- fixed: The core of your issue is that you are in QuriksMode because you do not …
- 02:35 Changeset [464535e0965d5de617a24e608a2d05393194c3fd] by
-
- src/offset.js
11/12/08:
- 22:59 Ticket #2547 (Draggable bugs in IE and Firefox) reopened by
- Hi I can reproduce this bug in my application. This is very annoying …
- 21:14 Ticket #3597 (Width, Height, and curCSS methods broken for extensions) created by
- See thread at: …
- 20:32 Ticket #3596 (xslt manipulation) closed by
- invalid: I'd rather ask that on [ http://groups.google.com/group/jquery-en jQuery's …
- 18:46 Ticket #3596 (xslt manipulation) created by
- Is there an algorithm to say change an xsl:sort tag in an xsl file and …
- 13:28 Ticket #2614 (IE implementation of DOMContentLoaded failing when no assets) closed by
- fixed: Fixed in SVN commit [5941].
- 13:18 Changeset [3b1cf91fa44a02ed1377e9fe37b868a6e54762ea] by
-
- src/event.js
- 08:22 Ticket #2270 (main demo broken in firefox 2) closed by
- duplicate: Duplicate of #2079 it appears. If you have another test case you'd like …
- 08:15 Ticket #2560 (BUG with slide up and down effects) closed by
- duplicate: At this point it's time to chalk this up as a duplicate. If for some …
- 08:11 Ticket #1815 (SlideUp function) closed by
- duplicate: Without a test case it is hard to tell but this is likely a duplicate of …
11/11/08:
- 21:55 Ticket #3595 (each() doesn't work properly in IE) created by
- […] Works in Firefox and Opera but not in Internet Explorer
- 21:05 Ticket #3593 (Datepicker double digits in November) closed by
- invalid
- 20:18 Ticket #3594 (Patch: removeClass eats RegExp) created by
- Motivation: It is sometimes handy to remove classes using regular …
- 19:25 Ticket #3593 (Datepicker double digits in November) created by
- The datepicker displays two November 2's in 2008. This error only appears …
- 18:10 Ticket #3592 (append() evaluates script tags with non-script types) created by
- Using $(document).append(content) will strip out all script tags from …
- 12:37 Ticket #3590 (tablesorter doesn't parse large numbers with commas correctly) closed by
- invalid: Bugs to this plugin are not handled on this Trac. Please contact the …
- 12:36 Ticket #3577 (Event binding with namespace fails) closed by
- invalid
11/10/08:
- 20:35 Ticket #3591 (Patch: xhr object isn't returned in $.ajax() success callback) created by
- xhr object is useful to get the headers values.
- 18:13 Ticket #3590 (tablesorter doesn't parse large numbers with commas correctly) created by
- I am currently using the tablesorter plugin with a set of data that …
- 14:45 Ticket #3588 (Allow sub-section of form to be serialized) closed by
- invalid: serialize does accept single elements. […]
- 14:35 Ticket #3582 (weird hang issue with popup div that blocks UI.) closed by
- invalid: This is not the place for requests like this. You can ask at the …
- 14:29 Ticket #3581 (Change data after creation in the UI autocomplete?) closed by
- invalid: Repost this to the UI Bug Tracker.
- 13:43 Ticket #3589 (Add scrollParent() method to detect the scrolling parent) created by
- Similar to how jQuery.fn.offsetParent works, this function returns the …
- 11:58 Ticket #3588 (Allow sub-section of form to be serialized) created by
- Often I need to do partial form submissions (for inline AJAX lookups). The …
- 02:39 Changeset [5c21e44fce5335cfe1bb4989006900476f2c75ca] by
-
- src/offset.js
- test/data/offset/body.html
- test/unit/offset.js
11/09/08:
- 21:04 Ticket #3587 (animate({height: 0}) causes incorrect height after animation is completed) created by
- when i try this: $('#div4').css({'width': 100, 'height': 100, 'border': …
- 18:53 Ticket #3586 (Add selector support for jQuery's data methods) created by
- jQuery's built in data methods are …
- 11:18 Ticket #3585 (fadeOut incorrectly sets display:none) created by
- fadeOut is document to only set modify the opacity. However a test with …
11/08/08:
- 15:22 Ticket #3584 (css('top',0) causes incorrect positioning in IE6) created by
- try this code: $('#div4').css({ 'border':'1px solid red', …
- 13:54 Ticket #3583 (too much recursion with animate( params, options ) [when options is a ...) created by
- options.old (set in $.speed for queueing purpose) seems to store too much …
11/07/08:
- 21:25 Ticket #3582 (weird hang issue with popup div that blocks UI.) created by
- I'm not sure whether this bug is to do with - a) removing a row from a …
- 15:44 Changeset [b64d60940d7e66eb636e255b51ea5020c0399524] by
-
- src/core.js
- 05:48 Ticket #3581 (Change data after creation in the UI autocomplete?) created by
- It does not seem that there is a way to change the data. I tried: …
11/06/08:
- 21:55 Ticket #3567 (About IE 6.0) closed by
- invalid: You cannot simply put xml into an html document. Some browsers might work …
- 21:51 Ticket #3570 (UI.DatePicker has duplicate date) closed by
- invalid: This belongs to the UI Bug Tracker.
- 21:47 Ticket #3573 (UI Datepicker displays November incorrectly) closed by
- invalid: This belongs to the UI Bug Tracker.
- 21:47 Ticket #3574 (Datepicker UI has two days with the same number for November.) closed by
- invalid: This belongs to the UI Bug Tracker.
- 21:39 Ticket #3579 (jQuery UI: Calendar date repeats in November 2008) closed by
- invalid: This belongs to the UI Bug Tracker.
- 21:39 Ticket #3580 (Slider with animation change event returns wrong value if you move mouse) closed by
- invalid: This belongs to the UI Bug Tracker.
- 21:10 Ticket #3580 (Slider with animation change event returns wrong value if you move mouse) created by
- I have found this problem in the latest release of the Slider and it …
Note: See TracTimeline
for information about the timeline view.
