Timeline
08/20/09:
- 23:15 Ticket #5089 (Basic authentication fails with "@" in password (Safari)) created by
- My script posts status messages to Twitter, using $.ajax() username and …
- 20:21 Ticket #5088 (QUnit performance tuning) created by
- The call to reset before each test can take around 30ms (for the …
- 18:50 Ticket #5087 (Use element.classList if available to speed up class manipulation) created by
- Element.classList is a new API introduced in HTML5 for manipulating the …
- 18:18 Ticket #5086 (Offset Incorrect on overflow when Body display:none onload) created by
- I doubt the use case here is prevalent enough for this to matter, but I …
- 12:53 Ticket #5085 (qunit: prevent slow script warnings in long testsuites) created by
- We've added this patch to our QUnit to prevent slow script warnings in IE …
- 08:33 Ticket #5084 (OPTIMIZATION -- comment in/out IE code) created by
- My text is already there, so here is (just) the link: …
- 08:28 Ticket #5083 (JQuery memory issue) created by
- Jquery v1.3.2 is giving memory error. we are using jquery for dialog boxes …
- 03:55 Ticket #5082 (toggle has unexpected behavior in IE8) created by
- This is hard to explain. Short story: toggle() doesn't toggle the …
- 03:28 Ticket #5081 (An runtime error about invalid argument in IE 7/8 on attr) created by
- I found an issue in attr on IE 7/8. IE shows the error happens around the …
- 03:02 Ticket #5070 (parents() not working the same with Firefox 3.5.2) closed by
- duplicate: Duplicate of #4761.
- 02:56 Ticket #5071 (Form attribute get/set breaks with same named input in form) closed by
- duplicate: Duplicate of #3113.
- 02:53 Ticket #5072 (html() is not working in IE) closed by
- invalid: Please debug code issues on one of the jQuery forums. The bug tracker is …
- 02:39 Ticket #5080 ($.ajax 'error' and 'complete' callbacks ignore dataType.) closed by
- invalid: Most likely because the easy case is when things go right. :) All I can …
- 00:39 Ticket #5080 ($.ajax 'error' and 'complete' callbacks ignore dataType.) created by
- $.ajax will always pass the xhr to s.error and s.complete, without regard …
08/19/09:
- 22:25 Ticket #5079 (multiple="multiple" selects with no selections are not serialized using ...) created by
- This problem seems to be in the serializeArray method. If no selection is …
- 21:06 Ticket #5078 (More Selector Strangeness) created by
- Similar to http://dev.jquery.com/ticket/4748 In the following example, …
- 19:16 Ticket #5077 (Test suite fails in IE 8) created by
- Hi, I ran the test suite in IE 8 and 14 tests of 1259 failed.
- 18:04 Ticket #5076 (Improving jQuery.filter performances for simple selectors would benefit ...) created by
- Currently .is() and .hasClass() underlying algorithm has an O(n) …
- 14:11 Ticket #5075 (Attribute filters behaviour change since 1.2) created by
- when using the statement $("[id='sel']").length with 2 html select tags …
- 13:18 Ticket #5074 (:Contains does not work with XML data in IE on 1.3.2) created by
- Load any XML data and try to find elements with :contains and it does not …
- 13:13 Ticket #5073 (eq(n) has issues when spaces present) created by
- Code like: $( 'img:eq(1)' ).hide(); works fine, but this code: $( …
- 13:08 Ticket #5072 (html() is not working in IE) created by
- Hi, html() method is not populating a div's inner html in IE. But working …
08/18/09:
- 23:27 Ticket #5071 (Form attribute get/set breaks with same named input in form) created by
- Trying to get or set the attribute of a form does not work properly if …
- 16:42 Ticket #5070 (parents() not working the same with Firefox 3.5.2) created by
- Not sure if this is related to jQuery or the update, but …
- 13:18 Ticket #5069 (form selector doesn't work) created by
- form selector doesn't work properly in 1.3.2 release, but it works in …
- 12:58 Ticket #5068 (Masked Input Issue for Entering phone number) created by
- This is my phone mask,(999) 999-9999? x99999 if i enter phone number like …
- 00:42 Ticket #5043 (hiding table rows based on attributes hides ALL table rows instead) closed by
- invalid: http://docs.jquery.com/Selectors/attributeNotEqual#attributevalue …
- 00:28 Ticket #5045 (bug) closed by
- invalid: Please file jQuery UI bugs in the UI bug tracker.
- 00:09 Ticket #5064 (G.replace throws an exception) closed by
- invalid: That error is from the minimized jQuery. Most likely it is due to bad …
- 00:01 Ticket #5067 (Can't install!) closed by
- invalid
08/17/09:
- 21:45 Ticket #5067 (Can't install!) created by
- here is what I got when trying to intall jQuery, …
- 21:15 Ticket #5066 (Firefox 3.5.2 update Broke passing arrays through $.get() function.) created by
- This code worked, and still works on IE myArrayVar = ['a','b','c','d']; …
- 20:25 Ticket #5065 (add context argument to appendTo() etc.) created by
- […] So far I've wished for this on two occasions, - when I wanted to …
- 19:32 Ticket #5064 (G.replace throws an exception) created by
- In jquery-1.3.2.min.js, the following line throws an exception for me: G = …
- 16:35 Ticket #3988 ($(document).ready() fires after images load in IE) reopened by
- I'm seeing this issue as resurfaced with safari 4, correct me if i'm …
- 15:10 Ticket #5063 (wrapAll removes <br/> tags) created by
- I have three anchor tags seperated by <br/> tags. When I use wrapAll it …
- 14:46 Ticket #5062 (SlideUp in IE7 quirks mode flickers) created by
- The slideUp effect animates an element from its height to 0px then hides …
- 14:37 Ticket #5061 ($.attr fails on input element in Firefox 3.5.2) created by
- Hi there, First I create a input field: var test = $('<input type="text" …
- 03:04 Ticket #5060 (document ready in IE 7.0.5730.13) created by
- I noticed that $(document).ready() in IE 7.0.5730.13 does not work. I made …
08/16/09:
- 21:29 Ticket #5059 (No error handling for cross site ajax) created by
- For cross site ajax, when remote site is down error handlers are not …
- 20:27 Ticket #5058 (span hide, show problem) created by
- hi, i don't sure if it is bug but, situation: using jquery-1.3.2.min.js …
- 05:21 Ticket #5057 (html('') remove all the children's events) created by
- $.html(val) will remove all children nodes. and all the events which bind …
08/15/09:
- 10:22 Ticket #5056 (Collapsed ACCORDION in the second TAB clips its content) created by
- If you place collapsed ACCORDION of one element in the TAB which is not …
- 10:13 Ticket #5055 (In IE, focussing on newly created elements is erratic) created by
- If you create an element with jQuery, and attempt a focus, whether it …
08/14/09:
- 19:07 Ticket #5053 (jQuery.fn["ajaxStart"] and other related functions are incorrectly defined) created by
- In the file "jquery-1.3.2-vsdoc2.js" there are wrong definitions for …
- 15:38 Ticket #4959 ([QUnit] Module Bug) closed by
- invalid: QUnit works fine. You were using an old version of QUnit which didn't …
- 13:39 Ticket #5052 ("_" is redundant in many selectors of Sizzle) created by
- Many selectors of Sizzle include the pattern [\w\u00c0-\uFFFF_-] the "_" …
- 13:37 Ticket #5051 (jQuery.animate problem (IE 6/7/8) on style.left with negative em position ...) created by
- i think i've found a bug in the jQuery.animate() function in IE 6/7/8 with …
- 12:34 Ticket #5050 (eq(-1) - negative numbers take from end of the collection) created by
- See: …
- 11:06 Ticket #5049 (Fading a pure black image in IE 6 causes white pixels to appear) created by
- If you animate an image that has pure black inside it. You will likely see …
- 09:30 Ticket #5048 (Memory leak when jsonp $.ajax() request fails.) created by
- jsonp ajax requests does some explicit garbage collection when the jsonp …
08/13/09:
- 21:58 Ticket #5047 (jQuery.fx.update incorrectly sets elements' inline style display to ...) created by
- During height and width animations, jQuery.fx.update adds an inline …
- 16:55 Ticket #5046 (inconsistent "input[type=text]" selector results) closed by
- wontfix: The type attribute does not behave consistently between browsers. You …
- 14:13 Ticket #5046 (inconsistent "input[type=text]" selector results) created by
- I observed an inconsistency when using the selector "input[type=text]" in …
- 12:45 Ticket #5045 (bug) created by
- Hi I found a very big bug in jquery ui 1.7.2 please run this code and see …
- 11:29 Ticket #5044 (Problem with js redirect when using getJSON) created by
- The problem I'm facing is as follows. I'm using a JSON call to check some …
- 08:04 Ticket #5043 (hiding table rows based on attributes hides ALL table rows instead) created by
- I have a table to which I've assigned attributes to each row like so: …
Note: See TracTimeline
for information about the timeline view.
