Timeline
Mar 23, 2012:
- 1:25 PM Ticket #11509 (mouseover / mouseenter bug in webkit) closed by
- cantfix: Looks like a bug in
webkitMatchesSelector
, one that would be … - 11:54 AM Changeset [2795a83]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/index.html
- 11:31 AM Changeset [379a1370]1.12-stable2.2-stablekillphp by
- test/unit/manipulation.js
- 7:21 AM Ticket #11510 (.focus() has to be called twice on internet explorer) created by
- when using the .focus() function, i have to call it twice to get the …
- 4:12 AM Ticket #11509 (mouseover / mouseenter bug in webkit) created by
- mouseover and mouseenter are inconsistent in Chrome (17.0.963.83 m) …
- 4:07 AM Ticket #11451 (Bind and Click problem) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Mar 22, 2012:
- 8:31 PM Ticket #11503 (jqXHR.status and jqXHR.statusText when body is empty) closed by
- invalid
- 8:29 PM Ticket #11508 ($.fn.is() could be enhanced to check existence.) closed by
- invalid: You can already do this with the .length property. "if( …
- 8:07 PM Ticket #11508 ($.fn.is() could be enhanced to check existence.) created by
- $.fn.is() could be modified slightly to check the existence of the …
- 6:53 PM 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 …
- 6:43 PM 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 …
- 6:31 PM Ticket #11505 (100% CPU slow parsing of `href[|=...]` selector) created by
- Using jquery 1.7.1 (min). Examples here are in the Chrome console …
- 4:55 PM Ticket #11504 (Roundabout plugin broken with jQuery 1.7.2) closed by
- invalid: Plugin bugs should be reported to the author of the plugin
- 4:51 PM Ticket #11504 (Roundabout plugin broken with jQuery 1.7.2) created by
- Hi, jQuery Roundabout (http://fredhq.com/projects/roundabout) works …
- 4:14 PM 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 …
- 3:20 PM 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 …
- 10:47 AM Ticket #11501 (on() is no substitute for live()) created by
- The jQuery docs suggest that live() is now deprecated and that we …
- 10:39 AM Ticket #11455 (Response headers unavailable on CORS ajax request) closed by
- cantfix: That's because Location is not a "simple response header": …
- 9:23 AM Ticket #11476 (Ajax context is lost in deferred) closed by
- worksforme: Works for me: http://jsfiddle.net/kQMyz/
- 6:09 AM Ticket #11500 (Bug : "change" event handler not executed when triggered manually on ...) created by
- Hi I bound a "change" handler on a checkbox, and triggered that event …
- 5:08 AM Ticket #11499 (jquery boxy on internet explorer 9 problem) closed by
- invalid: Thanks for submitting a ticket to the jQuery Bug Tracker. …
- 4:35 AM Ticket #11499 (jquery boxy on internet explorer 9 problem) created by
- jquery boxy is not stable working on internet explorer 9.
- 4:29 AM 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 …
Mar 21, 2012:
- 8:19 PM 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 …
- 7:51 PM Ticket #11495 (.load() always calls the success handler) closed by
- invalid: @fastfasterfastest is right. You can check against the textStatus …
- 7:10 PM Ticket #11498 (Click event inconsistent firing on nested elements) created by
- When you bind two nested elements' click handler the events should …
- 4:00 PM Milestone 1.7.2 completed
- 3:46 PM Changeset [c68f4fe5]1.12-stable2.2-stablekillphp by
- version.txt
- 3:46 PM Changeset [754bda2]1.12-stable2.2-stablekillphp by
- version.txt
- 3:34 PM Ticket #11469 (Negative margin in animations (.animate)) closed by
- fixed: Fix #11469. Exclude margins from the negative property check. …
- 3:28 PM Changeset [07c8a9b]1.12-stable2.2-stablekillphp by
- src/effects.js
- 11:27 AM Ticket #11497 (Distribute a build in the repository) closed by
- wontfix:
git submodule update && cd [submoduledir]/jquery/ && make
- 10:14 AM Ticket #11497 (Distribute a build in the repository) created by
- Hi, Could it be possible to distribute a prebuild version of jQuery …
- 8:37 AM Ticket #11496 (.offset() called on a hidden element is positioned relative to it's ...) created by
- var $thumbThingy = $('<div id="basket-thumbview"></div>').appendTo( …
- 5:42 AM Ticket #11495 (.load() always calls the success handler) created by
- The success handler function always get called, even if the server …
- 4:23 AM Ticket #11440 (ajax Headers - Valid type - Firefox) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Mar 20, 2012:
- 8:56 PM Ticket #11494 (DOM Exception 12) created by
- My error collection process caught the following error coming from …
- 8:06 PM Ticket #11473 ($.fn.html clears children in IE) closed by
- wontfix: And it makes the performance worse for the browsers that have the …
- 3:38 PM Ticket #11493 (Script tag and clone method) closed by
- duplicate
- 3:38 PM Ticket #11493 (Script tag and clone method) reopened by
- H
- 3:29 PM Ticket #11489 ($.post() requires a value back) closed by
- invalid: Closing per OP
- 3:26 PM Ticket #11493 (Script tag and clone method) closed by
- invalid: @gibson042 well, I originally planned on looking at it this evening... …
- 1:37 PM 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 …
- 1:27 PM 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 …
- 10:13 AM Ticket #11491 ($.post() requires a value back) closed by
- duplicate
- 10:13 AM Ticket #11490 ($.post() requires a value back) closed by
- duplicate
- 9:37 AM Ticket #11491 ($.post() requires a value back) created by
- $.post("/Foo", { id: "2" }); This will make Firefox state "no …
- 9:37 AM Ticket #11490 ($.post() requires a value back) created by
- $.post("/Foo", { id: "2" }); This will make Firefox state "no …
- 9:33 AM Ticket #11489 ($.post() requires a value back) created by
- $.post("/Foo", { id: "2" } This will make Firefox state "no element …
- 7:43 AM Ticket #11488 (Setting select attribute doesn't change dropdown position in firefox) created by
- Firefox 9 & 11 under Windows 7 Professional The dropdown HTML: …
Mar 19, 2012:
- 8:06 PM Ticket #11249 (CSP error in Chrome 18 when loading jQuery 1.7.1) reopened by
- Reopening for review
- 8:05 PM Ticket #11487 (Some effects (like fadeOut) don't work on sites using a strict Content ...) closed by
- duplicate
- 10:44 AM 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. …
- 4:39 AM Ticket #11486 (unexpected call to method or property access with ie < 9: ...) closed by
- duplicate
- 3:15 AM 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 …
Mar 18, 2012:
- 11:46 AM Ticket #11481 (jQuery.param does not serialize Date objects correctly) closed by
- invalid
- 4:20 AM Ticket #11431 (Binding on events to iframe tags from parent window using "on" ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Mar 17, 2012:
- 12:33 PM Ticket #11478 (DOMException in Google Chrome) closed by
- invalid
- 7:10 AM Ticket #11485 (Event degelation doesn't work with middle mouse click) created by
- Fiddle: http://jsfiddle.net/ZgD2s/3/ On Google Chrome, the two …
Mar 16, 2012:
- 11:52 PM Ticket #10918 (fadeIn/show a table row will add style='display: block' to the tr tag ...) closed by
- duplicate
- 6:25 PM Ticket #11484 (SourceURL support for scripts loaded by domManip using XHRs.) created by
- This ticket is inspired by discussion in Chrome Developer Tools …
- 4:57 PM Ticket #11483 ("current" context for add) created by
add
is the only [http://api.jquery.com/category/traversing/ …- 3:51 PM 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 …
- 9:21 AM Ticket #11481 (jQuery.param does not serialize Date objects correctly) created by
- When using deep serialization, JavaScript Date objects are not …
- 9:05 AM Ticket #11480 (Event handler (callback) does not receive the most-derived instance ...) created by
- The following code block functions correctly in 1.6.4 but performs …
- 6:56 AM Ticket #11479 (ValueError: invalid literal for int() with base 10: ...) created by
- ==== How to Reproduce ==== While doing a GET operation on …
- 4:28 AM 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 …
Note: See TracTimeline
for information about the timeline view.