Timeline
03/22/12:
- 22:53 Ticket #11507 ($(document).ready() does not work with Internet Explorer 8 any more) created by
- http://jsfiddle.net/gzpCm/ Whenever you include jQuery 1.7.x into a …
- 22:43 Ticket #11506 ("Bug Tracker" link in navbar on "jquery.com" is to now dead dev.jquery.com) created by
- "Bug Tracker" link in navbar on "jquery.com" is to now dead …
- 22:31 Ticket #11505 (100% CPU slow parsing of `href[|=...]` selector) created by
- Using jquery 1.7.1 (min). Examples here are in the Chrome console (Google …
- 20:55 Ticket #11504 (Roundabout plugin broken with jQuery 1.7.2) closed by
- invalid: Plugin bugs should be reported to the author of the plugin
- 20:51 Ticket #11504 (Roundabout plugin broken with jQuery 1.7.2) created by
- Hi, jQuery Roundabout ( http://fredhq.com/projects/roundabout) works fine …
- 20:14 Ticket #11503 (jqXHR.status and jqXHR.statusText when body is empty) created by
- I'm developing a REST client based on jQuery. The server often responds …
- 19:20 Ticket #11502 (Live change input file event bug in IE 7) created by
- live method with change event a input file doesn't works on IE 7 is it a …
- 14:47 Ticket #11501 (on() is no substitute for live()) created by
- The jQuery docs suggest that live() is now deprecated and that we should …
- 14:39 Ticket #11455 (Response headers unavailable on CORS ajax request) closed by
- cantfix: That's because Location is not a "simple response header": …
- 13:23 Ticket #11476 (Ajax context is lost in deferred) closed by
- worksforme: Works for me: http://jsfiddle.net/kQMyz/
- 10:09 Ticket #11500 (Bug : "change" event handler not executed when triggered manually on IE7 & ...) created by
- Hi I bound a "change" handler on a checkbox, and triggered that event …
- 09:08 Ticket #11499 (jquery boxy on internet explorer 9 problem) closed by
- invalid: Thanks for submitting a ticket to the jQuery Bug Tracker. Unfortunately, …
- 08:35 Ticket #11499 (jquery boxy on internet explorer 9 problem) created by
- jquery boxy is not stable working on internet explorer 9.
- 08:29 Ticket #11447 (((jQuery.event.special[handleObj.origType] || {}).handle || ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 00:19 Ticket #11488 (Setting select attribute doesn't change dropdown position in firefox) closed by
- invalid: Not really a jQuery bug since it's reproducible using native DOM methods …
03/21/12:
- 23:51 Ticket #11495 (.load() always calls the success handler) closed by
- invalid: @fastfasterfastest is right. You can check against the textStatus argument …
- 23:10 Ticket #11498 (Click event inconsistent firing on nested elements) created by
- When you bind two nested elements' click handler the events should only …
- 20:00 Milestone 1.7.2 completed
- 19:34 Ticket #11469 (Negative margin in animations (.animate)) closed by
- fixed: Fix #11469. Exclude margins from the negative property check. Changeset: …
- 15:27 Ticket #11497 (Distribute a build in the repository) closed by
- wontfix: git submodule update && cd [submoduledir]/jquery/ && make
- 14:14 Ticket #11497 (Distribute a build in the repository) created by
- Hi, Could it be possible to distribute a prebuild version of jQuery in …
- 12:37 Ticket #11496 (.offset() called on a hidden element is positioned relative to it's old ...) created by
- var $thumbThingy = $('<div id="basket-thumbview"></div>').appendTo( …
- 09:42 Ticket #11495 (.load() always calls the success handler) created by
- The success handler function always get called, even if the server returns …
- 08:23 Ticket #11440 (ajax Headers - Valid type - Firefox) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 00:56 Ticket #11494 (DOM Exception 12) created by
- My error collection process caught the following error coming from jQuery: …
- 00:06 Ticket #11473 ($.fn.html clears children in IE) closed by
- wontfix: And it makes the performance worse for the browsers that have the worst …
03/20/12:
- 19:38 Ticket #11493 (Script tag and clone method) closed by
- duplicate
- 19:38 Ticket #11493 (Script tag and clone method) reopened by
- H
- 19:29 Ticket #11489 ($.post() requires a value back) closed by
- invalid: Closing per OP
- 19:26 Ticket #11493 (Script tag and clone method) closed by
- invalid: @gibson042 well, I originally planned on looking at it this evening... and …
- 17:37 Ticket #11493 (Script tag and clone method) created by
- Looks like this is fixed in 1.7.2rc1 but thought I'd submit the ticket …
- 17:27 Ticket #11492 (In IE8 .append does not append option elements correctly) created by
- When appending options to a select in IE8 with new Option, the option gets …
- 14:13 Ticket #11491 ($.post() requires a value back) closed by
- duplicate
- 14:13 Ticket #11490 ($.post() requires a value back) closed by
- duplicate
- 13:37 Ticket #11491 ($.post() requires a value back) created by
- $.post("/Foo", { id: "2" }); This will make Firefox state "no …
- 13:37 Ticket #11490 ($.post() requires a value back) created by
- $.post("/Foo", { id: "2" }); This will make Firefox state "no …
- 13:33 Ticket #11489 ($.post() requires a value back) created by
- $.post("/Foo", { id: "2" } This will make Firefox state "no element …
- 11:43 Ticket #11488 (Setting select attribute doesn't change dropdown position in firefox) created by
- Firefox 9 & 11 under Windows 7 Professional The dropdown HTML: <select …
- 00:06 Ticket #11249 (CSP error in Chrome 18 when loading jQuery 1.7.1) reopened by
- Reopening for review
- 00:05 Ticket #11487 (Some effects (like fadeOut) don't work on sites using a strict Content ...) closed by
- duplicate
03/19/12:
- 14:44 Ticket #11487 (Some effects (like fadeOut) don't work on sites using a strict Content ...) created by
- It looks like fadeOut() works by setting a temporary inline style. This …
- 08:39 Ticket #11486 (unexpected call to method or property access with ie < 9: ...) closed by
- duplicate
- 07:15 Ticket #11486 (unexpected call to method or property access with ie < 9: ...) created by
- I get "unexpected call to method or property access" with ie7 e ie8 with …
03/18/12:
- 15:46 Ticket #11481 (jQuery.param does not serialize Date objects correctly) closed by
- invalid
- 08:20 Ticket #11431 (Binding on events to iframe tags from parent window using "on" functions ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
03/17/12:
- 16:33 Ticket #11478 (DOMException in Google Chrome) closed by
- invalid
- 11:10 Ticket #11485 (Event degelation doesn't work with middle mouse click) created by
- Fiddle: http://jsfiddle.net/ZgD2s/3/ On Google Chrome, the two directly …
- 03:52 Ticket #10918 (fadeIn/show a table row will add style='display: block' to the tr tag ...) closed by
- duplicate
03/16/12:
- 22:25 Ticket #11484 (SourceURL support for scripts loaded by domManip using XHRs.) created by
- This ticket is inspired by discussion in Chrome Developer Tools mailing …
- 20:57 Ticket #11483 ("current" context for add) created by
- add is the only traversing …
- 19:51 Ticket #11482 ([jQuery Bug Site] Hidden Spam Links (not comment spam)) created by
- There appear to hidden links in the jQuery template itself after bugs that …
- 13:21 Ticket #11481 (jQuery.param does not serialize Date objects correctly) created by
- When using deep serialization, JavaScript Date objects are not serialized …
- 13:05 Ticket #11480 (Event handler (callback) does not receive the most-derived instance for ...) created by
- The following code block functions correctly in 1.6.4 but performs …
- 10:56 Ticket #11479 (ValueError: invalid literal for int() with base 10: ...) created by
- ==== How to Reproduce ==== While doing a GET operation on …
- 08:28 Ticket #11423 ([safari] .css({ overflow: 'hidden'}) does not set that property) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 00:04 Ticket #11478 (DOMException in Google Chrome) created by
- When Developer Tools is open Google Chrome is pausing execution at …
03/15/12:
- 21:48 Ticket #11477 (A resolved/rejected $.Deferred does not trigger new handlers when attached ...) created by
- Code sample: […] I would expect an immediately resolved/reject …
- 16:28 Ticket #11476 (Ajax context is lost in deferred) created by
- When using $.ajax as a deferred, the context is lost when the deferred …
- 14:39 Ticket #11473 ($.fn.html clears children in IE) reopened by
- 08:18 Ticket #11404 ($(document).find("script[src]") returns all the elements in IE7) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 01:38 Ticket #11474 (jQuery.isPlainObject return true for File in Safari, but false for File in ...) created by
- An object of the type File is not an object created using {}, or new …
- 00:28 Ticket #11473 ($.fn.html clears children in IE) closed by
- invalid: The correct way to preserve anything you want to reuse is to store the …
Note: See TracTimeline
for information about the timeline view.
