Timeline
02/04/10:
- 22:03 Ticket #6035 (IE 8 - Chaining remove and appendTo to move multiple child elements ...) created by
- Chaining remove and appendTo to move multiple child elements between two …
- 22:03 Ticket #6034 (getScript doesn't always respect the base tag) created by
- I've got a website with the <base> tag defined as the website root …
- 21:39 Ticket #6033 (.position().top returns incorrect results in IE6 and IE7) created by
- Head over to the .position() jQuery demo page: …
- 21:36 Ticket #6032 (Attribute Values are not correctly set) created by
- This is a small bug that's very rare to identified and not human threat. …
- 20:48 Ticket #6031 (parseJSON doesn't parse JSON with a leading newline in IE6 and IE7) created by
- jQuery 1.3.2's method of parsing JSON was forgiving of leading newlines in …
- 20:20 Ticket #6030 (JQuery problems with multiple ID Selectors) created by
- I'm new ot JQuery, so I'm not sure if this is a bug or intentional. I …
- 18:07 Ticket #6029 (cross domain POST results in OPTIONS request) closed by
- invalid: Obviously we're not going to land that patch, as-is (it deletes a large …
- 17:59 Ticket #6029 (cross domain POST results in OPTIONS request) created by
- Server has the following header directive: […] Client does the …
- 17:01 Ticket #6028 (JQuery doesn't work with multiple attribute selector on IE 8, FireFox and ...) closed by
- worksforme: Why not just use :checked? That's provided for this exact purpose.
- 16:40 Ticket #6028 (JQuery doesn't work with multiple attribute selector on IE 8, FireFox and ...) created by
- JQuery fails (IE8, FireFox and Chrome, but works fine on IE8 …
- 14:23 Changeset [104757705a19df3b6b9750aaef30aa451082f825] by
-
- test/unit/event.js
- 14:03 Ticket #6027 (onbeforeunload breaks events in Chrome 4) created by
- = Steps to reproduce: = - create a page with an onbeforeunload event - …
- 13:36 Ticket #6025 ([autocomplete] when formatItem/matchItem returns false odd/even is ...) closed by
- invalid: This is not the place for plugin bugs.
- 13:35 Ticket #6024 (.getScript() works incorrectly with strings) closed by
- invalid: Shouldn't your page probably have a charset specified - likely UTF-8? Not …
- 13:34 Ticket #6026 (.change() handler fired when clicking select box in IE) closed by
- worksforme: This was fixed in jQuery 1.4.1.
- 12:54 Ticket #6026 (.change() handler fired when clicking select box in IE) created by
- When creating a dropdown box / menu and using the .change() event to bind …
- 11:27 Ticket #6025 ([autocomplete] when formatItem/matchItem returns false odd/even is ...) created by
- When formatItem (or matchItem) returns false, the odd/even is incorrect. …
- 11:03 Ticket #6024 (.getScript() works incorrectly with strings) created by
- Example1: <!doctype html><html><head> <script type="text/javascript" …
- 09:11 Ticket #6023 (el.find('[readonly]') does not work) created by
- For this DOM: <div id="mydiv"><input id="input1" readonly></div> The …
- 05:49 Changeset [e177465a6b65aecbb87486f6243410ffabfe14b7] by
-
- test/unit/event.js
- 05:32 Ticket #4261 (.click method - behavior varies across browsers) closed by
- fixed: Fixed. …
- 05:20 Changeset [e7912805d6ee290071fb15fbca752e9f47fcd032] by
-
- src/event.js
- test/unit/event.js
02/03/10:
- 22:06 Ticket #6022 (jQuery Fails when an id has a decimal point) closed by
- invalid: You need to escape the characters: …
- 21:50 Ticket #6022 (jQuery Fails when an id has a decimal point) created by
- Hello, When I use the following code I get an undefined position()... …
- 19:47 Ticket #6017 (hover works doesn't work over textarea) closed by
- invalid: It looks like the attachment is part of a PHP file - not actually an HTML …
- 19:45 Ticket #6019 ((parent > child) selector not working correctly) closed by
- worksforme: I can't duplicate this - do you have a demo page?
- 19:43 Ticket #6021 (IE7 + ID selector + HTML5 = fail) closed by
- worksforme: What version of jQuery? This was fixed in jQuery 1.4.
- 19:42 Ticket #6020 (Change event not fired) closed by
- worksforme: This has already been fixed in trunk.
- 19:16 Ticket #6016 (live() Fails on jQuery'd content) closed by
- invalid: Naturally - how would that work? The point of live events is that it uses …
- 17:28 Ticket #6021 (IE7 + ID selector + HTML5 = fail) created by
- I'm using an HTML5 "shiv" to document.createElement("nav") (along …
- 17:25 Ticket #6020 (Change event not fired) created by
- I'm having this problem with IE but not Firefox ... <script …
- 14:48 Ticket #6015 (jquery14.com white screen on chrome) closed by
- wontfix: As far as we can tell this only happens on 64bit linux - which is, …
- 14:40 Ticket #6018 (document.body is null or not a object) closed by
- worksforme: This was fixed in jQuery 1.4 (document.body is guaranteed to exist before …
- 14:03 Ticket #6012 (.attr uncomatibility between 1.3.x and 1.4.x) reopened by
- Replying to john: > Hard to tell without a specific test case …
- 12:18 Ticket #6019 ((parent > child) selector not working correctly) created by
- In certain circumstances the (parent > child) selector doesn't seem to be …
- 11:38 Ticket #6018 (document.body is null or not a object) created by
- Line 3205: jquery-1.3.2.js throws 'document.body is null' for following …
- 09:06 Ticket #6017 (hover works doesn't work over textarea) created by
- Hi. I have a form like the one in attachment (only form code attached) On …
- 04:04 Ticket #6016 (live() Fails on jQuery'd content) created by
- See the test case, it's the best way I can describe it.
- 02:23 Ticket #1169 (Selecting a form by ID fails if there's a form value element named "id" ...) closed by
- duplicate: I'm pretty sure this is a dup of #3113, and applies to any conflict …
- 00:38 Ticket #6015 (jquery14.com white screen on chrome) created by
- Going to http://jquery14.com/ on Chrome gives me a white screen. || …
02/02/10:
- 23:46 Ticket #6014 (IE bug : Using Shadow filter adds extra size to elements, so does ...) created by
- When an element uses an IE specific Shadow filter in CSS, the element …
- 21:47 Ticket #6013 (hover event fires incorrectly over scrollbar of UL element in Firefox) created by
- 1. Create a UL element with overflow-y: scroll. 2. Attach a hover out …
- 21:04 Ticket #6012 (.attr uncomatibility between 1.3.x and 1.4.x) closed by
- wontfix: Hard to tell without a specific test case but this was likely done …
- 19:19 Ticket #6012 (.attr uncomatibility between 1.3.x and 1.4.x) created by
- Hi dev, in 1.3.x .attr method returned undefined when element didn't …
- 17:22 Ticket #1169 (Selecting a form by ID fails if there's a form value element named "id" ...) reopened by
- I'm still having problems updating/using a FORM element attribute 'id' in …
- 15:52 Ticket #6011 (Numeric character references, eg,   are inserted as plain text when ...) created by
- Inserting, for example, .html(" ") actually inserts "&#160;" due …
- 14:52 Ticket #6010 (bug request with getJSON options is null) closed by
- invalid: You need to make sure that the JSON being returned from your server isn't …
- 14:28 Ticket #6010 (bug request with getJSON options is null) created by
- The ajax request getJSON not working well with version 1.4 I use a …
- 13:34 Ticket #6009 (An invalid or illegal string was specified" code: "12) closed by
- invalid: Without seeing the rest of the source it's really hard to determine what …
- 13:33 Ticket #6008 (Multiple Selector (“selector1, selector2, selectorN”) error) closed by
- invalid: That's because you forgot to close the form for form-part10 after the …
- 10:11 Ticket #6009 (An invalid or illegal string was specified" code: "12) created by
- i'm tring to upgrade a jquery application from 1.3.2 to 1.4.1 changing …
- 07:56 Ticket #6008 (Multiple Selector (“selector1, selector2, selectorN”) error) created by
- $("#form-part4,#form-part5,#form-part6,#form-part7,#form-part8,#form-part9, …
- 03:24 Ticket #6007 (jQuery gives errors when called externally from a SVG) created by
- in a svg file if I include a link to jquery with a tag like <script …
- 02:56 Changeset [8a4b2102ff57fb113267cd2824fa4f3a907ae9ed] by
-
- src/manipulation.js
- 02:54 Ticket #5917 (replaceWith is not working as mentioned in the api doc) closed by
- fixed: I added in the tests but they're all working. …
- 02:53 Changeset [532bec4c694532acbe2e14ad3b6ff72a4da90be0] by
-
- test/unit/manipulation.js
- 02:48 Ticket #5986 (regression: replaceWith treats text only node as selector) closed by
- fixed: Landed. …
- 02:48 Changeset [8660ea1ab61dd16aec1ed24ec549c6258292b96a] by
-
- src/manipulation.js
- test/unit/manipulation.js
- 02:34 Ticket #5988 (v1.4.1 removeClass is No Work!) closed by
- fixed: Fixed. …
- 02:33 Changeset [e76ba32cebc26108e15b2e0e03c5152624c1bad9] by
-
- src/attributes.js
- test/unit/attributes.js
- 02:27 Ticket #5998 (Cloning a form in IE will break up <form>-tags) closed by
- fixed: Fixed. …
- 02:26 Changeset [f95147f465932cb91e1a6aace50c556820ca4074] by
-
- src/manipulation.js
- test/unit/manipulation.js
- 01:28 Ticket #6006 (Add `object of event/handler pairs` as an option argument to $.fn.delegate) created by
- Extending the API to allow the following: $(document).delegate(selector, …
02/01/10:
- 23:52 Changeset [f9417b9da980f4fa79d03ba691d9f3442c5ab2f2] by
-
- src/manipulation.js
- 23:23 Ticket #5904 (Injecting Flash with $.html fails in 1.4 in IE6) closed by
- fixed: Fixed. …
- 23:22 Changeset [1b28bba4d2ba692047813cf5185a7d55e2362472] by
-
- src/manipulation.js
- 23:06 Ticket #6005 (Add delegate/undelegate functionality) closed by
- fixed: Fixed. …
- 23:06 Changeset [31432e048f879b93ffa44c39d6f5989ab2620bd8] by
-
- src/event.js
- test/unit/event.js
- 23:05 Ticket #6005 (Add delegate/undelegate functionality) created by
- This would be a useful alternative to .live(). Discussed here: …
- 21:23 Ticket #6004 (Attribute equals selector doesn't work in IE8 with empty value attribute) created by
- The attribute Equals Selector for value = "" does not work in IE8. This …
- 20:39 Ticket #6003 (Remove the Need for setArray) created by
- Merge the logic directly into pushStack.
- 19:59 Ticket #6002 (css("border-width")) created by
- When attempting to get the value of "border-width" where it is "0px 1px …
- 19:05 Ticket #6001 (Live() should work on each selector defined) created by
- If i want to have links and list items run the same function. shouldn't …
- 16:40 Ticket #5999 (Firefox wraps an additional <a> tag around script-generated content) closed by
- wontfix: All we're doing in this case is using the standard .innerHTML provided by …
- 14:26 Ticket #6000 (window.onresize initiates endless cycles in IE6 and in some case makes it ...) closed by
- invalid: Well, you're reloading the entire page on every single resize - which …
- 12:56 Ticket #6000 (window.onresize initiates endless cycles in IE6 and in some case makes it ...) created by
- Example code: <!-- <!doctype html><html> <head> <script …
- 10:23 Ticket #5999 (Firefox wraps an additional <a> tag around script-generated content) created by
- When running the attached test case script against jQuery 1.4 and 1.4.1, …
- 09:50 Ticket #5998 (Cloning a form in IE will break up <form>-tags) created by
- When the action ends with a '/', IE will split the <form>-tags and thus …
- 09:38 Ticket #5997 (jQuery change event placed on file input inconsistent between Firefox & IE) created by
- I recently upgraded to jQuery 1.4 from 1.2.x and have found that the …
01/31/10:
- 09:39 Ticket #5996 (Add attribute map support for .clone()) created by
- Most of the time when I use the .clone() function, I'm cloning an element …
- 04:04 Ticket #5995 (jQuery.filter inline with ES5) created by
- Discussion
- 02:30 Ticket #5994 (prevAll and parents return in reverse document order) created by
- The return order should be brought inline with the all the other jQuery …
- 02:28 Ticket #5993 (Try to Sort Even When Disconnected Nodes Occur) created by
- Calling .add() when there's a disconnected node won't attempt to sort any …
- 02:25 Ticket #5992 (Make sure jQuery(arrayOfElements) is returned in document order) created by
- This is not enforced right now and it should be. …
01/30/10:
- 22:08 Ticket #3368 (event.metaKey should be assigned to event.ctrlKey on Non-Mac only) reopened by
- Leaving all philosophy aside the Apple keyboard has a command (meta) key …
- 18:48 Ticket #5991 (Plain objects and arrays are considered same on deep extending.) created by
- Test cases …
- 14:29 Ticket #5990 (Accessing charCode in keypress throws warning) created by
- http://forum.jquery.com/topic/using-charcode-onkeydown-warning-in-firefox
- 13:29 Ticket #5989 (Out of memory) closed by
- invalid: We're going to need more information in order to debug the problem (like …
- 08:47 Ticket #5989 (Out of memory) created by
- what's that? i dont know options of below. just see mt screenshot. or …
01/29/10:
- 21:44 Ticket #5988 (v1.4.1 removeClass is No Work!) created by
- v1.4.1 removeClass is No Work. this is the v1.3.2 work sorce. $("ul.tabs …
- 20:04 Changeset [cb65daa399630de0cdcd81af55ff76f6cd93da62] by
-
- src/core.js
- 17:03 Ticket #5987 ($(window).height() bug in opera 9.0) created by
- $(window).height() are return wrong value in Opera 9.0 patch: …
- 16:46 Ticket #5986 (regression: replaceWith treats text only node as selector) created by
- Given the HTML: 123<div id="foo">Foo</div>456 The code …
- 16:13 Ticket #5985 (getJSON() callback not working) closed by
- invalid: You're passing around malformed JSON. "{ ok: true }" is malformed, it …
- 16:03 Ticket #5985 (getJSON() callback not working) created by
- Hey guys. <script type="text/javascript"> $('#jsonDIV').text('Loading …
- 15:51 Ticket #5984 ($().ready() and $().bind('ready') behave differently) closed by
- fixed: Good point, I just updated the docs: http://api.jquery.com/ready/
- 15:46 Ticket #5968 (AJAX failures don't call error but rather success) reopened by
- I'm not sure that we are saying the same thing here. In jQuery 1.3.2 when …
- 15:27 Ticket #5984 ($().ready() and $().bind('ready') behave differently) created by
- Many of the shortcut methods are simple aliases, ie. click(), blur() and …
- 14:22 Ticket #5983 (Add in load event support for images) created by
- http://github.com/peol/jquery/commit/1b1bfa9c93c39da9efad6f191e22d4e3eee65d …
- 14:13 Ticket #5975 (Set Option for parseJSON to use JSON or Function) closed by
- wontfix: This wouldn't do anything since we pre-check the JSON string to see if …
- 13:45 Ticket #5982 (DatePicker control not working properly in IE7) closed by
- invalid: Please file the bug in the jQuery UI bug tracker. http://dev.jqueryui.com/
- 11:46 Ticket #5982 (DatePicker control not working properly in IE7) created by
- DatePicker control not working properly in IE7, the title bar with next …
- 09:24 Ticket #5981 (bug) created by
- when i create a dropdown menu using jquery in my system, and the same …
- 07:25 Ticket #5980 (Textbox "change" Event doesn't fire in 1.4.1 when text is changed 1st ...) created by
- jquery-1.4.1 has some problem with events specific when we are attaching …
- 05:36 Ticket #5965 (this.nodeValue differs between 1.4.0 and 1.4.1) closed by
- invalid: As mentioned in the 1.4.1 release notes this was broken in 1.4 (it was …
- 05:32 Ticket #5979 (Skip inserting whole fragment, if possible) closed by
- fixed: Fixed. …
- 05:32 Ticket #5979 (Skip inserting whole fragment, if possible) created by
- If only one node needs to be inserted, just clone/insert that directly, …
- 05:24 Ticket #5978 (Only Cache Fragments in Main Document) closed by
- fixed: Fixed. …
- 05:22 Changeset [4f2e209b85b56351ed17ac0b5de60db85666209f] by
-
- src/manipulation.js
- 05:21 Ticket #5978 (Only Cache Fragments in Main Document) created by
- Right now a fragment will be cached from other documents as well (creating …
- 04:04 Ticket #5977 (.html() will strip <style> tags in IE) created by
- see http://forum.jquery.com/topic/html-stripping-style-in-ie-sometimes for …
- 03:32 Ticket #5961 (click event in webkit) closed by
- invalid: Please reopen and attach a test case. If you are unsure of whether this is …
- 03:31 Ticket #5962 (Missing a "(" in the example) closed by
- fixed: Fixed, thanks!
- 03:30 Ticket #5963 (Attribute Selector Error in Internet Explorer 7/8) closed by
- invalid: Unfortunately, IE "normalizes" the href attribute to the full url …
- 03:25 Ticket #5964 ($.post similiar variable name a post variable name...) closed by
- invalid: Please reopen and attach a test case.
- 03:23 Ticket #5970 (Change event isn't fired in IE on a text box when starting from a empty ...) closed by
- fixed: Seems like John has fixed this in 1.4.2: …
- 03:20 Ticket #5935 (Attached events is lost on empty()) closed by
- invalid: Can you put together a complete test case and reopen with an attachment? …
- 03:18 Ticket #5925 (Form reset and serialize and serializeArray) closed by
- invalid: Did this just start with 1.4, or was it present in 1.3.2 as well? Can you …
- 03:14 Ticket #4018 (documentation incorrect for jQuery.support.tbody) closed by
- fixed: Clarified: http://api.jquery.com/jQuery.support/
- 03:04 Ticket #5926 (autocomplete resets the value when selected by mouse with config ...) closed by
- invalid: This is better asked on the forums.
- 03:02 Ticket #5928 (Global mousemove ceased to function) closed by
- invalid: Use $(document).mousemove() per the 1.4 release notes.
- 02:48 Ticket #5968 (AJAX failures don't call error but rather success) closed by
- invalid: The error callback is called if the request times out, or if the request …
- 02:37 Ticket #5966 (getJSON callback does not fire) closed by
- fixed: Fixed...somehow. :)
- 02:37 Ticket #5132 (jQuery bug with Internet Explorer) closed by
- invalid: There is no signature of .removeClass() that takes a second numeric …
- 01:29 Ticket #5976 (die() fails to unbind listeners) closed by
- worksforme: I can repro in 1.3 but it appears to be fixed in 1.4.
01/28/10:
- 22:18 Changeset [388a00fe918c2ec759bd33c34bfc13aabfe413d0] by
-
- src/manipulation.js
- 22:17 Changeset [b8076a914ba9d400dc9c48d866b145df6fabafcf] by
-
- src/core.js
- test/unit/core.js
- 22:12 Ticket #5976 (die() fails to unbind listeners) created by
- The flowing code fails to unbind the event handler: …
- 21:30 Changeset [0db207da238e879dad20f68178e6248750d3b984] by
-
- src/core.js
- src/manipulation.js
- 21:23 Ticket #5975 (Set Option for parseJSON to use JSON or Function) created by
- Expose a setting which allows parseJSON to either use window.JSON (if …
- 20:26 Ticket #5974 (Bring the performance of empty/remove/cleanData down to the wire) closed by
- fixed: Fixed. …
- 20:25 Changeset [98c7248518f9a2082ccf50240b5ab44bf98d7b5e] by
-
- src/data.js
- src/event.js
- src/manipulation.js
- 20:25 Ticket #5974 (Bring the performance of empty/remove/cleanData down to the wire) created by
- There's still room for improvement.
- 19:37 Ticket #5973 (Add A Special Default Hook) closed by
- fixed: Fixed. …
- 19:34 Changeset [0252b78201f817f87d10f14c85d0f37e4c50ce22] by
-
- src/event.js
- test/unit/event.js
- 19:19 Ticket #5973 (Add A Special Default Hook) created by
- A way to simulate the default event would be ideal: …
- 19:18 Changeset [31f1e99500af6e57cfdd571272be193b4646fc09] by
-
- Makefile
- 19:16 Changeset [e9092e995424828c455952e09b9ec83577009796] by
-
- src/event.js
- 19:13 Ticket #5972 (Improve Performance of .bind() and .unbind()) closed by
- fixed: Fixed. …
- 19:13 Ticket #5971 (Make sure jQuery.data( elem ) always returns an object) closed by
- fixed: Fixed. …
- 19:12 Changeset [eed69eccc54d010889b5d8495320538d7ceb4e51] by
-
- src/data.js
- src/event.js
- test/unit/data.js
- 19:09 Ticket #5972 (Improve Performance of .bind() and .unbind()) created by
- There's room for improvement, they should definitely be worked on.
- 19:08 Ticket #5971 (Make sure jQuery.data( elem ) always returns an object) created by
- Right now it'll return null if no data object exists.
- 18:54 Ticket #5970 (Change event isn't fired in IE on a text box when starting from a empty ...) created by
- If you have an text input field with the .change() method attached. That …
- 18:34 Ticket #5969 ('Access Denied' on 2nd time for wrap().) created by
- I've a page with 3 frames (nav, main and dummy). Where frame main contains …
- 18:07 Ticket #5968 (AJAX failures don't call error but rather success) created by
- I have observed that a failed ajax request does not properly call error …
- 15:26 Ticket #5967 (Unbind of namespaced 'change' event unbinds all 'change' events (IE only)) created by
- For example, myInput.unbind('change.myNS') will also unbind events bound …
- 14:49 Ticket #5966 (getJSON callback does not fire) created by
- with JQ 1.4.1, the following getJSON request to a CodeIgniter-based …
- 14:09 Ticket #5965 (this.nodeValue differs between 1.4.0 and 1.4.1) created by
- $("#test td").wrapInner(function() { return "<div …
- 13:34 Ticket #5964 ($.post similiar variable name a post variable name...) created by
- Variable and post variable not work with similiar name. var PFrom = …
- 13:09 Ticket #5963 (Attribute Selector Error in Internet Explorer 7/8) created by
- The following selector works in every Browser, except IE8 with …
- 10:06 Ticket #5962 (Missing a "(" in the example) created by
- Hi, The example for .toggleClass( function(index, class), [ switch ] ) in …
- 09:50 Ticket #5961 (click event in webkit) created by
- browser Chrome and Safari, when I create an event click, it works 2 times …
- 00:37 Ticket #5960 (CSS proeprties not set in mixed content documents) created by
- When setting css properties of mixed content documents (specifically SVG) …
Note: See TracTimeline
for information about the timeline view.
