Bug Tracker

Timeline


and

12/18/09:

18:28 Ticket #5677 (Live click events don't register on MobileSafari (iPhone)) created by maxogden
See gist:  http://gist.github.com/259656 This was tested on a 2G iPhone …
17:43 Changeset [c05712f0a51a137c9243cbc33b4cb0d5d853a80d] by jeresig <jeresig@…>
  • test/unit/core.js
Fixed the spacing from the last commit.
17:41 Changeset [d40083c866738727aa7ffd7f13d2955bc9575d5e] by jeresig <jeresig@…>
  • src/attributes.js
  • src/core.js
  • test/unit/attributes.js
  • test/unit/core.js
Disabled the passthrough .attr(method_name) functionality. You can now use it if you do: .attr({method_name: value}, true) OR as an easy initialization method: jQuery('<div/>', {html: '...', id: 'test'}).
17:37 Ticket #5676 (fadeIn/fadeOut/fadeTo leaves inline style "filter" behind in IE) created by Myrlyn
Using fadeIn/fadeOut leaves an inline "filter" key in the style attribute …
17:19 Ticket #5669 (isPlainObject( null/undefined/window ) on IE) closed by john
fixed: Landed. …
17:19 Changeset [148fb7ba8e992dd70c64cdc6a1c6f643fd1ba160] by John Resig <jeresig@…>
  • src/core.js
  • test/unit/core.js
Made isPlainObject() supporting null, undefined, and window values on IE too. Also added some related tests. Fixes #5669.
16:30 Ticket #4299 (attr(attrName, newAttrValue) fails on object which has child with ...) reopened by john
The problem wasn't actually solved, still fails in IE, I backed out the …
16:30 Changeset [27d65b59f96460987abb84dadc3a75dde8826b3a] by jeresig <jeresig@…>
  • src/attributes.js
Backing out the change from 841f9ff7a1815b521044aeeb39ccbe70fa688201, it was ineffectual in Internet Explorer. Keeping the broken test case, for now, so that we can check into the issue some more.
16:27 Changeset [f0366306923ecf97b487032d61c2fcc2b4b068c4] by jeresig <jeresig@…>
  • src/attributes.js
Brought the attributes module more inline with the jQuery style guidelines.
16:16 Changeset [99d83fbd6d0391a2300d5c3de7e59bb9942553be] by jeresig <jeresig@…>
  • src/effects.js
Bringing the effects module closer to being inline with the style guideline.
16:01 Changeset [b70872f70d720e5f25eea7fdf0453804074dc194] by jeresig <jeresig@…>
  • Makefile
  • Rakefile
  • build.xml
  • src/effects.js
  • test/index.html
  • test/unit/effects.js
Renamed the 'fx' module to 'effects'. Should've been done a long time ago.
15:54 Changeset [9368b188c06dd66d43e3a488465078e1d6eb765f] by jeresig <jeresig@…>
  • src/traversing.js
Removed jQuery.fn.contains - didn't match the :contains() selector and confused things. Thanks ajpiano for the tip.
12:49 Ticket #5675 (if a custom live event is triggered using trigger() with an extra argument ...) created by heyow
if a custom live event is triggered using trigger() with an extra argument …

12/17/09:

21:07 Ticket #5674 (css('z-index') returns incorrect value in Safari) created by tomsomething
Safari 3 Mac. When an element has its z-index set in an external …
20:07 Ticket #5668 (Scripts are not being disabled in the loaded page) closed by john
fixed: Landed. …
20:06 Changeset [fe7e2fee1673d76130b40488c61982b081aff29f] by John Resig <jeresig@…>
  • src/ajax.js
Ignore case of script tags to make sure they're removed. Fixes #5668. Thanks to Motty/Fudgey for the report and Jitter for the patch!
20:06 Ticket #5667 (serialize / serializeArray ignores HTML 5 input types) closed by john
fixed: Landed. …
20:05 Changeset [b31b9bd756a1489c3b1b856ed8b624c55da9e02f] by John Resig <jeresig@…>
  • src/ajax.js
  • test/unit/ajax.js
Add new html5 input types to list of serializable types. Older browers handle these as type="text" so they should be consistently serialized on both old and new browsers. Fixes #5667.
20:04 Ticket #5167 (abbr is not a self-closing tag) closed by john
fixed: Hmm, looks like you accidentally added in 'area' twice, dmethvin. Landed …
20:04 Changeset [6bc222e7a19d620a79a0b2af46c98664218a81a3] by jeresig <jeresig@…>
  • src/manipulation.js
Removed 'abbr' from self-closing tags list. Fixes #5167.
20:02 Ticket #5654 (Ajax callbacks and the this keyword) closed by john
fixed: Landed. …
20:01 Changeset [d85d366fbffd9d46ac4153b2756866d77487e58d] by John Resig <jeresig@…>
  • src/ajax.js
Default callbackContext to the $.extended ajax options for 1.3.2 compatibility, per #5654.
20:01 Changeset [927e1966debda40d8def96b6a4ea35d2a9d5423c] by John Resig <jeresig@…>
  • src/ajax.js
  • test/unit/ajax.js
Further modified jQuery 1.4 .param() method to serialize arrays containing non-scalar values. PHP and jQuery BBQ can both deserialize these structures, while rack (as of 1.0.0) cannot.
20:01 Changeset [04b92e78315c9c5650db6d8c25f90e7158070862] by John Resig <jeresig@…>
  • src/ajax.js
Reorganized param code slightly to once again define buildParams as a named function expression, as moving it outside the param closure would necessitate moving and rewriting the add function as well.
19:58 Changeset [aa81bb5e458efd25981933c339ac1a0090e6eb0f] by John Resig <jeresig@…>
  • test/unit/attributes.js
added a couple missing semicolons and fixed a typo in the comments
19:18 Changeset [1d921e21714ab98421abaee1e1003b4497a950f9] by jeresig <jeresig@…>
  • test/unit/attributes.js
Follow-up to 100ed686426b8b404b094b8c8086aefce715f91a, forgot to remove one of the tests.
19:17 Changeset [ed5731dcc41db31fd699d1f4e4b250e83b10308e] by jeresig <jeresig@…>
  • src/core.js
  • src/traversing.js
Revert the changes from 65ebf57c1e5d7fa96536b66d4fcacbafad8dc1e5, they were ineffectual against IE's insanity: http://ejohn.org/files/bugs/fragment/ Used a different tactic instead (just don't return a fragment from .parent()). Fixes #5638.
18:34 Changeset [ba86cc0294e483752fd76f620aba6d0a4a7a8ee1] by jeresig <jeresig@…>
  • test/unit/selector.js
Reworked some more of the selector tests as well to clean up after themselves.
18:23 Changeset [3a4bcf8a9ca6d3a986858d2572b356176ae06012] by jeresig <jeresig@…>
  • test/unit/selector.js
Added some more tests around the name tests to catch possible regressions.
18:15 Changeset [892fb555477dc96f58e3f8fd5446f7990188fc21] by jeresig <jeresig@…>
  • src/manipulation.js
Make sure that the node exists before attempting to clone.
17:58 Ticket #5673 (ready() callbacks fire inline after load) created by SidneySM
When an event listener is installed, the expectation is that the callback …
17:23 Changeset [100ed686426b8b404b094b8c8086aefce715f91a] by jeresig <jeresig@…>
  • src/attributes.js
Stick with just getter/setters in attrFn.
16:11 Changeset [2c34462b62b7d7f3fb9bd0b86db6fbc4821aa9be] by jeresig <jeresig@…>
  • src/core.js
Make sure that the require callback is fired even if the file has already been loaded.
15:55 Changeset [0ba7433948a324388cc65fa58295ed55055829df] by jeresig <jeresig@…>
  • src/core.js
Make sure that async transport is still used even though we don't need the callback results.
15:31 Changeset [dd3128c4d4508afa3796b70539c8324065e72b3e] by jeresig <jeresig@…>
  • src/core.js
Make sure that the require callback is only run after all the scripts have finished loading and executing.
09:58 Ticket #5672 (Jquery Splitter) created by adil.hafiz652
Splitter is not getting displayed properly in netscape browser…
09:25 Ticket #5671 (Core Error .data) created by sebiprivat
Hello! The method jQuery.data throws an error. Solution: to add this …
04:44 Ticket #4733 (makeArray sometimes breaks on DOM Elements) closed by dmethvin
worksforme: Can you reopen this with a test case? It seems like DOM elements with a …
04:09 Changeset [9a0174b057ae58735c3c5f595e420c7bb1db038c] by jeresig <jeresig@…>
  • src/core.js
Moved readyList check.
04:05 Ticket #4938 (Array.prototype.slice() required argument) closed by dmethvin
fixed: Looks like this was fixed at some point, there aren't any instances of …
03:57 Ticket #5081 (An runtime error about invalid argument in IE 7/8 on attr) closed by dmethvin
invalid: IE will throw an error if you pass invalid arguments, such as: […] …
03:52 Ticket #5264 (embed tags do not work anymore in IE6 with current nightly build) closed by dmethvin
invalid

12/16/09:

23:56 Ticket #5670 (:visible broken in IE8 on element following a display:inline) created by geoffreyk
Attached is a test file. To repro the bug, load the file in different …
22:08 Changeset [de659859333c4e1a7840cc8d43765f47fcf53e9f] by jeresig <jeresig@…>
  • test/unit/css.js
Make sure that some height/width is set for the nothiddendiv before checking.
21:54 Changeset [f078e930edb25190bb04c682ad067b72331b6e69] by jeresig <jeresig@…>
  • src/attributes.js
Reverted accidental commit in 5197ac9fc8aa71c2ebc0d7217f41a3679eb1b902.
21:45 Changeset [9997620420ec0baf7dba8ce9dee0f19e616e1bc4] by jeresig <jeresig@…>
  • src/core.js
  • src/event.js
Retooled the arguments.callee-related changes in 98ce35d52b17a033822f31d8a36232222d0d365e to avoid re-declarations where possible.
20:42 Changeset [fe9333cc792eecf98189f8fd18daf64b64dff049] by jeresig <jeresig@…>
  • src/event.js
No need to use jQuery's event system for binding the onunload event in IE.
18:02 Ticket #5669 (isPlainObject( null/undefined/window ) on IE) created by rkatic
On IE: […] […] […] …
18:01 Ticket #5668 (Scripts are not being disabled in the loaded page) created by Motty
While loading content from another page, if the <script> tag contains any …
17:20 Ticket #5667 (serialize / serializeArray ignores HTML 5 input types) created by skyfex
When using $(form).serialize, HTML 5 input types are ignored (email, date, …
15:08 Ticket #5666 (Memory leak (1.4a1)) created by malsup
Not sure if this is an issue with core or with the ui Dialog class, but …
15:02 Ticket #5665 (JQuery 1.3.2 Post problem under firefox and IE) created by towser
When using $.ajax function for a POST, there are problem under Firefox and …
04:15 Ticket #4389 ($().removeAttr('maxlength') set maxlength to 0 in IE7) closed by dmethvin
fixed: Fixed in 1.4a1; maxLength is in jQuery.props.
03:53 Ticket #4911 (IE8 Object Required + Object doesn't support propertie or method Error) closed by dmethvin
invalid: Closed per your request.
03:48 Ticket #5663 (UI/Carousel dome doen't work anymore...) closed by dmethvin
invalid: Try the ui bug tracker:  http://dev.jqueryui.com Let them know the url of …
03:44 Ticket #5024 (fix for 1.2.6: name undefined in attr()) closed by dmethvin
invalid: Please reopen with a test case that shows when the problem occurs.
03:32 Ticket #5664 (querySelectorAll with nth-child in webkit) created by caii
[…]
03:07 Ticket #5260 (curCSS()) closed by dmethvin
fixed: The regexp now reads like this in 1.4a1: […]
02:58 Ticket #5325 (css property background lets jquery hang in ie&) closed by dmethvin
invalid
02:53 Ticket #5663 (UI/Carousel dome doen't work anymore...) created by zirho
sorry for that I don't know where I should put this problem If there's …
02:49 Ticket #5353 (.html(value) silently dies on IE in case of invalid markup) closed by dmethvin
invalid: Pretty much garbage-in-garbage-out. jQuery doesn't try to validate the …
02:39 Ticket #5402 (jquery-1.3.2-min.js add space between return and ...) closed by dmethvin
invalid: Closed for inactivity; try it with jQuery 1.4.
02:39 Ticket #5423 (Setting attr("usemap") requires camel-case property name in MSIE) closed by dmethvin
fixed: Fixed in jQuery 1.4a1, I'm not sure of the commit but it's there in …
02:05 Ticket #5522 (IE8 expando bug) closed by dmethvin
invalid: Can you reopen with a test case? It's not totally clear what is happening …
01:32 Ticket #5572 (Animate Callback triggering twice) closed by dmethvin
worksforme: Since you've selected two elements in the animation, it makes total sense …
01:26 Ticket #5444 (load is not loading twice due to eval) closed by dmethvin
invalid: It would be best to narrow this down to a test case that showed the …
00:57 Ticket #5656 (jQuery('item', xml).each() fails to find any items in IE. XML is of type ...) closed by dmethvin
invalid: The jFeed plugin is passing xml as a string rather than xml. It goes …
00:50 Ticket #5657 (jQuery Inner respone problem) closed by dmethvin
invalid: Sounds like this is a question to be asked on the jQuery group, rather …
00:47 Ticket #5659 (jQuery.animate can throw on IE 7 and 8) closed by dmethvin
invalid:  http://docs.jquery.com/Effects/animate "Only properties that take numeric …
00:41 Ticket #5660 ($.extend does not copy own property of form element) closed by dmethvin
invalid: $.extend() is not meant to copy or extend DOM elements. If you want …

12/15/09:

22:14 Ticket #5662 (live/die cannot unbind all live events) created by lucentminds
Example: <code> $( 'body' ).live( 'click', function(){ window.status = ( …
15:18 Ticket #5661 (jQuery (or sizzle?) does not return children of HTML5 sections in IE7) created by tonydewan
jQuery (or more probably Sizzle) does not accurately return children of …
14:34 Ticket #5660 ($.extend does not copy own property of form element) created by telensky
If I assign property 'form_idx' to the form element and then use …
13:49 Ticket #5659 (jQuery.animate can throw on IE 7 and 8) created by dwt
but not on other browsers. See the attached reduction. What is …
12:44 Ticket #5658 (The change event does not fire in Internet Explorer (IE)) created by magleahy
Logging this in case it is not already logged. It might be a choice that …
11:21 Ticket #5657 (jQuery Inner respone problem) created by ghanchi_asif
- I want to make confirmation dialog. But i got following problem to run …
08:37 Ticket #5656 (jQuery('item', xml).each() fails to find any items in IE. XML is of type ...) created by Nikkelmann
When i step through the code with the IE Developer tool, this part: var …
02:37 Ticket #5655 (Regression in v1.4a1) closed by dmethvin
invalid: Can you reopen the ticket with a complete test case? The id mentioned in …

12/14/09:

21:25 Ticket #5505 (hasClass doesn't work with carriage return or tab) closed by john
fixed: Landed these fixes in two commits: …
21:24 Changeset [649024909d376032e6e9c41f209182d584e51043] by jeresig <jeresig@…>
  • src/attributes.js
  • test/unit/attributes.js
Enforce that hasClass and removeClass work even with tabs and endlines in class attributes. Fixes #5505.
14:33 Ticket #5655 (Regression in v1.4a1) created by tijej
I've got the following code that works nice with jQuery 1.3.2 : …
06:16 Changeset [998cb005fc378188b3bae319e391d1b7881b7ad2] by jeresig <jeresig@…>
  • .gitignore
  • src/ajax.js
  • src/attributes.js
  • src/core.js
  • src/event.js
  • src/intro.js
  • src/traversing.js
  • test/data/require.php
  • test/unit/attributes.js
  • test/unit/core.js
Merge branch 'omgrequire' of github.com:jquery/jquery into omgrequire
06:15 Changeset [b4b30cc6837dc5480f3d1a3da0cb9fe12dfc9b72] by jeresig <jeresig@…>
  • src/attributes.js
Disable getting values using the .attr() function shortcut until the full implications of which can be explored.
05:47 Ticket #5654 (Ajax callbacks and the this keyword) created by IvanTheBearable
Ajax callbacks have been changed to something along these lines: …
03:10 Ticket #5653 (.fadeTo() for a <TABLE> raises an error) closed by dmethvin
invalid: Can you reopen with a complete test case? Thanks.

12/13/09:

21:25 Ticket #5652 (focus(), blur(), and submit() no longer working in 1.4) reopened by ixpleo
Reopened and attached test file showing jQuery bug for focus(), blur(), …
21:16 Ticket #5653 (.fadeTo() for a <TABLE> raises an error) created by baol
The error occurs on the following instruction (line 3961): filter = …

12/12/09:

22:43 Ticket #5651 (The selector ":enabled" does not work on IE6.0.) closed by dmethvin
invalid: Please reopen with a test case.
22:42 Ticket #5652 (focus(), blur(), and submit() no longer working in 1.4) closed by dmethvin
invalid: Please reopen and attach or link to your test file. Thanks!
21:12 Ticket #5652 (focus(), blur(), and submit() no longer working in 1.4) created by ixpleo
When testing 1.4a1 in a live application (dev version is running 1.3.2), …
19:13 Ticket #5651 (The selector ":enabled" does not work on IE6.0.) created by Whikiey
The selector ":enabled" does not work on IE6.0. When I was using it and …
14:39 Ticket #5650 (jquery-latest.js not being regenerated) created by dmethvin
Need a cron job to regenerate jquery-latest so it doesn't become so out of …
14:37 Ticket #5647 (Resizing DT elements broken in IE8) closed by dmethvin
fixed: This was caused by a bug in 1.4a1 where it didn't always return a string. …
14:33 Ticket #5648 (Google Chrome Content-Type header is wrong for 1.3.2 & 1.4a1) closed by dmethvin
worksforme: Can you be a bit more specific about what is wrong? The request specifies …
14:30 Ticket #5649 (When set attr action to a form) closed by dmethvin
duplicate: Duplicate of #3113.
13:08 Ticket #5649 (When set attr action to a form) created by alvaro
Hi, yesterday i've got a problem with explorer, all versions becose i'll …
11:00 Ticket #5648 (Google Chrome Content-Type header is wrong for 1.3.2 & 1.4a1) created by yltsrc
$.ajax({ url: window.location.toString(), type: 'PUT', …
05:06 Ticket #5647 (Resizing DT elements broken in IE8) created by DumpsterDoggy
Running the following code in IE 8.0.6001 gives an error and stops …
00:25 Ticket #5646 (Long AJAX request takes all CPU on Chrome) created by SamePaul
As I noticed jQuery does not use onredaystatechange callback of …

12/11/09:

22:30 Ticket #5641 (Calling append on a textarea from a parent window returns old data) closed by dmethvin
duplicate: Duplicate of #5524.
22:29 Ticket #5643 ($.trim() in jQuery 1.4a1 strips out embedded newlines) closed by dmethvin
fixed: Fixed in github at …
22:27 Ticket #5644 (Form attributes mishandled by attr() when fields share names with ...) closed by dmethvin
duplicate: This is a duplicate of #3113.
20:53 Changeset [5b51cc92fcb320dcb638718ea56c3f4806072c71] by John Resig <jeresig@…>
  • src/attributes.js
Merge branch 'master' of git@github.com:jquery/jquery
20:49 Changeset [253e73af5173413b2938f911087d361e42cf0763] by John Resig <jeresig@…>
  • src/event.js
Fixed typo from commit 542099a278e79dce38e814e7e7b448a1b73df82f.
20:47 Changeset [974b0007f60e67861101051977e2da0b4ed59c23] by John Resig <jeresig@…>
    Merge branch 'master' of git@github.com:jquery/jquery
    20:47 Changeset [638c093b857197c0b25bd8b1ba5a9b00f82b39d5] by John Resig <jeresig@…>
    • src/attributes.js
    • src/event.js
    Fixed typo from commit 542099a278e79dce38e814e7e7b448a1b73df82f.
    19:54 Ticket #5645 (Combination of blur and hover crashes IE 7) created by dwt
    I can reliably crash IE 7 when running the attached reduction and slowly …
    19:53 Ticket #5644 (Form attributes mishandled by attr() when fields share names with ...) created by kenaniah
    Consider the following form: […] One would expect …
    19:46 Changeset [5197ac9fc8aa71c2ebc0d7217f41a3679eb1b902] by John Resig <jeresig@…>
    • src/attributes.js
    • src/event.js
    Fixed typo from commit 542099a278e79dce38e814e7e7b448a1b73df82f.
    15:48 Ticket #5643 ($.trim() in jQuery 1.4a1 strips out embedded newlines) created by JeremyRuston
    I think the regexp for $.trim() has been broken. It seems to remove all …
    14:49 Ticket #5642 (jQuery 1.4a1 bind is not backward compatible) created by nikita.frolov
    Data of type function provided to bind is missing. Reproduce code: var …
    12:17 Ticket #5641 (Calling append on a textarea from a parent window returns old data) created by DWard
    SCENARIO: I have a textarea on a page. Below are links, which each open a …
    12:07 Ticket #5640 (Docs for $.ajax should have an example for error handling) created by bjscott
    It isn't obvious how to get the error text returned (either in the status …
    08:00 Changeset [697fb06f0ec7222d3a7960fbc30298dea872424b] by John Resig <jeresig@…>
    • src/core.js
    Make sure that we don't attempt to rewrite js urls.
    07:57 Changeset [1c095452c25514fbd1f56ddcba9a842e066b9ead] by John Resig <jeresig@…>
    • src/core.js
    • test/unit/core.js
    Added in namespace support for require URLs.
    07:08 Changeset [479762cd7f2ffd1408bd4311cf1d2632377023da] by John Resig <jeresig@…>
    • src/core.js
    • test/unit/core.js
    Added in support for a variable number of files to be required.
    06:12 Ticket #5639 (Binding a function to submit() a form fails in FF 3.0.15 and Chrome) created by Julian
    Bind a click handler to a function that submits a form fails with no error …
    01:02 Ticket #5638 (Dynamically Created Elements Have a Parent) closed by john
    fixed: Fixed. …
    01:01 Ticket #5638 (Dynamically Created Elements Have a Parent) created by john
    […]
    01:01 Changeset [65ebf57c1e5d7fa96536b66d4fcacbafad8dc1e5] by John Resig <jeresig@…>
    • src/core.js
    • test/unit/core.js
    Make sure that dynamically-created elements don't have a parent. Fixes #5638.
    Note: See TracTimeline for information about the timeline view.