Timeline
10/26/11:
- 23:54 Ticket #10591 (Sizzle filter should skip display:none elements) created by
- For example, the ":even" filter should ignore elements with display=none …
- 23:50 Ticket #10586 (Stylistic consistencies) closed by
- fixed: Merge pull request #564 from rwldrn/10586 Core styleguide cleanup. Fixes …
- 22:07 Ticket #10590 (jquery valdiation plugins does not work) created by
- Hi, In jquery 1.4.4, it automatically does form validate plugins when …
- 21:05 Ticket #10588 (TODO for 1.6 in source code) closed by
- fixed: Fix #10588. For now, event voyeurism only merits the look of disapproval. …
- 20:53 Ticket #10589 (Remove $.fn.data("events")) created by
- This was discussed when we talked about removing the {{{ .data("events") …
- 20:53 Ticket #10420 (MouseWheel) closed by
- fixed: I've put together a patch that seems to work and submitted it to Brandon: …
- 20:51 Ticket #10588 (TODO for 1.6 in source code) reopened by
- 20:08 Ticket #10583 (jquery 1.7rc1 'Cannot call method 'apply' of undefined' problem) closed by
- duplicate
- 20:07 Ticket #10583 (jquery 1.7rc1 'Cannot call method 'apply' of undefined' problem) reopened by
- 20:04 Ticket #10576 (jQuery1.7rc1 and jQueryMobile1.0rc2 - IE gets error in jqm ...) closed by
- fixed: Fix #10576. Add alias for jQuery.event.handle so voyeur code still works. …
- 19:29 Ticket #10581 (JQuery change String.prototype.split in IE < 9 (add trim)) closed by
- wontfix: So, where is the bug in jQuery? String.prototype.split is not jQuery's …
- 19:08 Ticket #10581 (JQuery change String.prototype.split in IE < 9 (add trim)) reopened by
- Your subject... > JQUERY CHANGE STRING.PROTOTYPE.SPLIT implies that …
- 18:53 Ticket #10588 (TODO for 1.6 in source code) closed by
- invalid
- 18:49 Ticket #10588 (TODO for 1.6 in source code) created by
- Extrated from the 1.7rc1 source: TODO: This is a hack for 1.5 ONLY. It …
- 18:47 Ticket #10587 (window["eval"].call raises error) created by
- At line 614 in […] , the call to windoweval? throws an exception. …
- 18:40 Ticket #10586 (Stylistic consistencies) created by
- Most of 1.7rc1 has "if" statements with a space after the 'if': if ( BLA …
- 18:38 Ticket #10585 (loading in a form via .load() the input and select elements don't work in ...) closed by
- worksforme: Thanks for taking the time to contribute to the jQuery project, but I …
- 17:59 Ticket #10585 (loading in a form via .load() the input and select elements don't work in ...) created by
- I'm loading in html pages with form elements into a page via the .load …
- 17:06 Ticket #10584 (better error text in IE on sizzle syntax errors) created by
- jQuery versions affected: at least 1.6.2 and git. Browsers affected: IE …
- 15:16 Ticket #10580 (tmpl error) closed by
- wontfix: Thanks for submitting a ticket to the jQuery bug tracker. Unfortunately, …
- 15:09 Ticket #10583 (jquery 1.7rc1 'Cannot call method 'apply' of undefined' problem) closed by
- invalid: Thanks for submitting a ticket to the jQuery project. Unfortunately, we're …
- 14:27 Ticket #10583 (jquery 1.7rc1 'Cannot call method 'apply' of undefined' problem) created by
- When use jquery 1.7rc1 version,some plugins with error tips: "Uncaught …
- 13:55 Ticket #10581 (JQuery change String.prototype.split in IE < 9 (add trim)) closed by
- wontfix: jQuery does not modify native objects.
- 12:45 Ticket #10582 (Invalid argument on line 8602 in jQuery 1.6.4 : fx.now has NaN value (IE < ...) created by
- Hi, I think I found a bug in jQuery 1.6.4 (still present in 1.7.2), in …
- 12:44 Ticket #10581 (JQuery change String.prototype.split in IE < 9 (add trim)) created by
- In IE 6, 7, 8: (' a ').split(/\s+/).length == 1 but should be 3.
- 11:38 Ticket #10578 (Jquery Mobile:Jquery 1.7rc1 and Jquery mobile rc1.js) closed by
- invalid: Thanks for submitting a ticket. For issues related to jQuery mobile, …
- 10:34 Ticket #10580 (tmpl error) created by
- Hello, i have found this problem. i have the table: <table cellpadding="6" …
- 08:52 Ticket #10579 (jquery tag on asp.net server tag in ie7 only) created by
- in an asp.net detailesview reapter some server tags appear with …
- 08:10 Ticket #10474 (double forward slashes commemting out the rest of the script) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:45 Ticket #10578 (Jquery Mobile:Jquery 1.7rc1 and Jquery mobile rc1.js) created by
- ASP.NET: When I used master pages, the link button wouldn't trigger …
- 01:05 Ticket #10574 (jQuery.event.trigger throws error if elem[type] is not a function) closed by
- invalid: The article you linked to states that using jQuery as an event system …
10/25/11:
- 21:16 Ticket #10577 (1.6.4 Doesn't won't allow a plugin using 1.2.6 to work) closed by
- invalid: Use $.noConflict(true); http://api.jquery.com/jQuery.noConflict
- 21:00 Ticket #10577 (1.6.4 Doesn't won't allow a plugin using 1.2.6 to work) created by
- I am using 1.2.6 for the Galleria plugin and when I added 1.6.4 for the …
- 17:48 Ticket #10575 (Breaking changes in live event propagation between 1.6.4 and 1.7rc1) closed by
- fixed: Fix #10575. Undeclared matched var hosed recursive delegate calls. …
- 16:38 Ticket #10576 (jQuery1.7rc1 and jQueryMobile1.0rc2 - IE gets error in jqm ...) created by
- I'm using jqm 1.0rc2 and jquery1.7rc1 Switched from jQuery 1.6.1 to …
- 15:42 Ticket #10575 (Breaking changes in live event propagation between 1.6.4 and 1.7rc1) created by
- Test Cases: http://jsfiddle.net/musicisair/ALCvY/16/ (1.7rc1) …
- 15:32 Ticket #10574 (jQuery.event.trigger throws error if elem[type] is not a function) created by
- This issue occurs if you use non-DOM elements with events, like this: …
- 15:28 Ticket #10571 (minor fix, to make jquery xml conform again) closed by
- duplicate: This has been fixed, please update to the latest version of jQuery …
- 15:11 Ticket #10573 (exception in jQuery(selector [, conext])) created by
- This isn't exactly a bug but could maybe be handled better If there is a …
- 14:32 Ticket #10572 (custom filters don't work in $.sub()) created by
- 1. create a $.sub() 1. add methods to the sub's expr.filters or expr:? …
- 13:07 Ticket #10571 (minor fix, to make jquery xml conform again) created by
- There is a small line inside JQuery 1.6.3 which reads the following <a …
- 07:57 Ticket #10407 (memory leak) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:13 Ticket #10570 (:text selector throws an error in IE7 when there is a cross domain iframe ...) created by
- This bug origins in Sizzle, there is already a bug report there …
10/24/11:
- 22:50 Ticket #10569 (:focus in Chrome) created by
- I have code similar to the sample bellow. I click on the text-input field. …
- 22:21 Ticket #10564 (ScrollTop and ScrollLeft does not work) closed by
- invalid: scrollTop is not an attribute. There are functions for setting …
- 22:07 Ticket #10567 (Delegated events incorrectly match class names) closed by
- fixed: Fix #10567. Make sure quickIs matches correct class name. Changeset: …
- 21:36 Ticket #10568 (Animate width of hidden inline element) created by
- Versions affected: 1.6 - 1.6.4 Browsers: Firefox 7.0.1, Chromium …
- 21:14 Ticket #10566 (File upload) closed by
- invalid: Please make support requests on the forum …
- 21:04 Ticket #10567 (Delegated events incorrectly match class names) created by
- The quickIs code regexp for classes will match "dog" in "dog-food" when it …
- 21:03 Ticket #10566 (File upload) created by
- I think it is a huge bug that I cannot get and files uploaded to my python …
- 21:02 Ticket #10563 (jQuery.Event no longer contains the element that matched the selector in ...) closed by
- fixed: No, these are different worms. It's erroneously matching the "inner" in …
- 20:53 Ticket #10563 (jQuery.Event no longer contains the element that matched the selector in ...) reopened by
- Uh oh, I think this fix might have opened up a new can of worms. Happy to …
- 15:50 Ticket #10558 (Test Support bug) closed by
- fixed: Fixed. …
- 15:22 Ticket #10563 (jQuery.Event no longer contains the element that matched the selector in ...) closed by
- fixed: Fix #10563. Ensure event.currentTarget==this if delegated. Now, …
- 14:25 Ticket #10565 (IE8: JQuery .find() fct:: "unexpected call to method or property access") created by
- Hi, I'm having some problems with getting one of my site pages with IE8. …
- 13:10 Ticket #10564 (ScrollTop and ScrollLeft does not work) created by
- $('html,body').attr("scrollTop", GetCookie('posiTop')); …
- 06:25 Ticket #10563 (jQuery.Event no longer contains the element that matched the selector in ...) created by
- Perhaps this was a misunderstanding of mine prior to 1.7, but in my …
10/23/11:
- 20:22 Ticket #10501 (HTML5 element "innerShiv" inconsistent across html()/append()) closed by
- fixed: Landing pull request 550. IE6,7,8 cannot use cached fragments from unknown …
- 15:00 Ticket #10562 (siblings method returns unexpected elements when using Sizzle-invoking ...) closed by
- fixed: Appears to work as you've described in the latest jQuery-git version so it …
- 14:55 Ticket #10561 (Colon Problmen) closed by
- invalid: This bug tracker is for resolving issues with the most recent version of …
- 12:17 Ticket #10562 (siblings method returns unexpected elements when using Sizzle-invoking ...) created by
- When using a selector including a pseudo-selector that requires Sizzle …
- 04:53 Ticket #10561 (Colon Problmen) created by
- I'm using jquery-1.4.2.min, jquery.dd and jquery.cycle.all.min js files. …
10/22/11:
- 20:17 Ticket #10531 (Consider removing layerX and layerY from $.event.props) closed by
- fixed: Landing pull request 554. #10531: Remove layerX and layerY Fixes …
- 20:12 Ticket #8388 (.css(prop) fails in IE for detached elements) closed by
- fixed: Landing pull request 553. Fallback to elem.style for disconnected nodes in …
- 20:07 Ticket #10553 (Further reduction of minimal license header) closed by
- fixed: Landing pull request 560. Further reduce minimal header. Fixes #10553. …
- 20:04 Ticket #6743 (map enctype to encoding, depending on browser) closed by
- fixed: Support setting both the enctype attribute and property (encoding in …
- 14:56 Ticket #10556 (.live() + .trigger("change") throws a run time error) closed by
- invalid: The jsFiddle confirms the code is trying to trigger .live() on an …
- 12:06 Ticket #10560 (removeData failing on line 1821 using "in" on true which is not an object) created by
- Using the Edge version of jQuery I'm getting an error on line 1821 in …
- 09:27 Ticket #10554 (Problem with $("input[type=range]") in IE8) closed by
- worksforme: Confirmed that http://jsfiddle.net/LVSaU/ works in IE8 as expected. We'll …
- 07:57 Ticket #10451 (.html() bug with JQuery objects) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:57 Ticket #10450 (obtainning an error when loading a site on local) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 04:33 Ticket #10559 (.attr() works fail in custom attribute with empty value in IE6/7) created by
- .attr() returns undefined when attribute's value is empty in IE6/7. ex. …
- 01:19 Ticket #10558 (Test Support bug) created by
- hi , when i read the jQuery's code, in line 1286. the jQuery append …
- 00:21 Ticket #10555 (.live() + .trigger("change") throws a run time error) closed by
- duplicate
- 00:16 Ticket #10557 (.focus() on text input not working as expected in Firefox) closed by
- cantfix: Test case without jQuery loaded, same behavior after clicking Run: …
10/21/11:
- 18:16 Ticket #10557 (.focus() on text input not working as expected in Firefox) created by
- When setting focus on a text input in Firefox, the input gets focus, but …
- 17:14 Ticket #10556 (.live() + .trigger("change") throws a run time error) created by
- I have an element which is not added to the DOM. An event handler has been …
- 17:13 Ticket #10555 (.live() + .trigger("change") throws a run time error) created by
- I have an element which is not added to the DOM. An event handler has been …
- 16:14 Ticket #10554 (Problem with $("input[type=range]") in IE8) created by
- It appears that the selecting for input[type=range] is buggy in IE8 for …
- 13:17 Ticket #10553 (Further reduction of minimal license header) created by
- https://github.com/jquery/jquery/pull/443#issuecomment-2478058
- 13:06 Ticket #10552 (Ajax response status 0) created by
- Using jQuery.load can fail under some use cases even if the returned data …
- 11:16 Ticket #10551 (Slider) closed by
- invalid: Sorry, but I can't tell whether this is a bug ticket, a request for help …
- 08:04 Ticket #10443 (serialize HTML5 form-associated elements) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:04 Ticket #10440 (.width() and .outerWidth()) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:04 Ticket #10439 (Stack overflow/Too much recursion) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:04 Ticket #10437 (.remove() method used on cloned [.clone(true)] element unbind events from ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:04 Ticket #10342 (parentsUntil will fail to stop when first arg is dom element) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 02:23 Ticket #10550 (clone does not transfer checked state for input[type=checkbox] in IE9) closed by
- wontfix
- 02:23 Ticket #10550 (clone does not transfer checked state for input[type=checkbox] in IE9) reopened by
- However, I originally closed this without seeing the issue you were …
10/20/11:
- 21:40 Ticket #10551 (Slider) created by
- Featured Content Slider script- (c) Dynamic Drive DHTML code library: …
- 21:37 Ticket #10549 (please remove spammer) closed by
- duplicate
- 21:34 Ticket #10542 (Adding data-role=button to asp.net button control causes exception in IE8 ...) closed by
- invalid: If this problem only occurs in jQuery Mobile, please report the bug at …
- 21:28 Ticket #10541 (jQuery.map should not flatten out result array.) closed by
- plugin: The existing behavior is exactly what we want for our internal use. …
- 21:24 Ticket #10540 (unable to load html content) closed by
- invalid
- 21:18 Ticket #10536 (Download Button not working) closed by
- worksforme: I think it's always done that. You're supposed to either copy/paste the …
- 21:12 Ticket #10543 (findChildren (opposite of closest)) closed by
- plugin: This doesn't seem common enough to put into core, but can easily be done …
- 20:20 Ticket #10550 (clone does not transfer checked state for input[type=checkbox] in IE9) closed by
- invalid: The property is what needs to be set. The checked attribute does not …
- 19:39 Ticket #10550 (clone does not transfer checked state for input[type=checkbox] in IE9) created by
- The current code to clone the checked state of an input[type=checkbox] is …
- 19:08 Ticket #10548 (val(value) does not send change events) closed by
- invalid: The browser's native behavior is to *not* fire events when the value …
- 18:52 Ticket #10549 (please remove spammer) created by
- can you please remove this person: …
- 16:45 Ticket #10548 (val(value) does not send change events) created by
- See http://api.jquery.com/val/#comment-117202237 This is rather …
- 16:45 Ticket #10547 (Regarding spamming) created by
- http://plugins.jquery.com/users/gexuemei this user is spamming in plugin …
- 16:14 Ticket #10538 (Meetups Membership Wait) closed by
- invalid: This is not a bug. Meetup approval and membership is based on application …
- 15:42 Ticket #10546 (.live not working on iOS 5) created by
- Here is a fiddle demonstrating the issue: http://jsfiddle.net/hjYRR/2/ …
- 15:34 Ticket #10545 (Don't expose jQuery to `window` with AMD) created by
- Pull request: https://github.com/jquery/jquery/pull/557 One of the great …
- 14:24 Ticket #10544 (Remove ALL special meanings of "." in keys for $.fn.data) created by
- $.fn.data() doesn't behave the same way how $.data() does when using a key …
- 14:22 Ticket #10543 (findChildren (opposite of closest)) created by
- I had to use a function which looks up an element matched by an expression …
- 13:10 Ticket #10542 (Adding data-role=button to asp.net button control causes exception in IE8 ...) created by
- I am using JQuery 1.6.4 and JQuery mobile 1.0 RC2 and when I add …
- 12:21 Ticket #10541 (jQuery.map should not flatten out result array.) created by
- jQuery.map has a behaviour of flattening out the result. this behaviour of …
- 11:04 Ticket #10540 (unable to load html content) created by
- here html page is loading instead of a part of html content
- 07:09 Ticket #10539 (animate() might cause error in IE6-8) created by
- On IE 6-8, some page will throw an error when calling […] After …
- 04:47 Ticket #10538 (Meetups Membership Wait) created by
- Why does the approval of Meetups membership take so much time? Is this a …
10/19/11:
- 23:49 Ticket #10537 (jQuery.html(...) doesn't check for invalid characters) created by
- The following will result in a syntax error. Given some div #mydiv: …
- 23:25 Ticket #10536 (Download Button not working) created by
- When you click on the "Download" button at the main site …
- 18:26 Ticket #10381 (Inlcuding jQuery into Firefox extension growing up CPU load) closed by
- invalid: I don't think we'll be able to devote resources to investigating CPU load …
- 18:14 Ticket #10481 (recursion with resize events) closed by
- invalid: An infinite loop was created...the crash is a good thing.
- 18:09 Ticket #10494 (Radio button checked state inconsistent with e.preventDefault()) closed by
- cantfix
- 18:05 Ticket #10505 (Returned (inner)width and (inner) height are incorrect in FF & IE) closed by
- worksforme: http://jsfiddle.net/timmywil/Zs92Q/3/
- 17:59 Ticket #10508 (Complete incompatibility with ie8) closed by
- duplicate
- 17:34 Ticket #10506 (.show vibrating) closed by
- cantfix: I don't think there is anything we can do. The bouncing occurs even with …
- 17:17 Ticket #10500 (jQuery.load breaks custom event listeners) closed by
- invalid: Each time you are loading the "dynamic content", you are loading jQuery …
- 15:40 Ticket #10533 (ajaxPrefilter functions not executing in expected order) closed by
- invalid: The more specific filters get precedence.
- 15:26 Ticket #10528 (Count of active ajax request) closed by
- invalid: Network traffic is complete, but global handlers are fired after specific …
- 15:22 Ticket #10523 (this.form.submit stopped working) closed by
- worksforme
- 15:05 Ticket #10534 (POST Ajax and contentType sends no data.) closed by
- invalid: I don't think this is an issue with jQuery. The data should be a valid …
- 15:00 Ticket #10535 (Sizzle filter function) closed by
- duplicate: We encountered this logical problem recently in the event rewrite in 1.7. …
- 14:08 Ticket #10535 (Sizzle filter function) created by
- I found something wrong. for ex: <ul> <li></li> <li></li> <li></li> …
- 13:58 Ticket #10534 (POST Ajax and contentType sends no data.) created by
- It seems that data is not sent if type POST is used and contentType …
- 13:08 Ticket #10533 (ajaxPrefilter functions not executing in expected order) created by
- Suppose you want to set a prefilter for ajax calls of all dataTypes, and …
- 12:57 Ticket #10532 (JavaScript warnings for jQuery (seen in FireBug)) created by
- enter your website jquery.com switch on FireBug (JS Errors + JS warnings …
- 12:55 Ticket #10531 (Consider removing layerX and layerY from $.event.props) created by
- Every jQuery-bound event handler now logs this warning: > event.layerX …
- 12:46 Ticket #10530 (attr()/removeAttr() functions problems) created by
- version: 1.6.4 set checkbox checked use attr() function and can't …
- 10:57 Ticket #10516 (minified and gzipped should be just minified.. it's not gzipped..) closed by
- invalid: Closing as invalid. The current behaviour is exactly what we expect …
- 10:49 Ticket #10465 (change event not fire for multiple select in certain cases on IE7/8/9) closed by
- worksforme: Confirmed that edge currently works as expected with the behaviour …
- 10:47 Ticket #10529 (iOS 5 report error when $.ajax triggered) created by
- this problem only found in Mobile Safari over iOS5. code is working on …
- 08:14 Ticket #10528 (Count of active ajax request) created by
- The count of jQuery.active should be decreased before executing the …
- 07:49 Ticket #10421 (add jQuery.support() option for hidden fields receiving click from label) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:49 Ticket #10418 (.attr doesn't work like previous versions) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 03:18 Ticket #10512 (ajax loaded html data-* attributes not parsed) closed by
- invalid
- 02:02 Ticket #10520 (this is the real ticket holder and i have prove) closed by
- invalid
Note: See TracTimeline
for information about the timeline view.
