Bug Tracker

Timeline


and

11/02/12:

21:42 Ticket #12839 (Typo on website) closed by mikesherov
notabug: Thanks for conributing! The docs.jquery.com site will be completely …
21:12 Ticket #12839 (Typo on website) created by andrey.krieger.utkin@…
On page  http://docs.jquery.com/How_jQuery_Works a phrase is incorrect: …
20:44 Ticket #12838 (domManip script evaluation doesn't tolerate ajax implementations with ...) created by gibson042
As identified at …
17:03 Ticket #12837 (All animations break after zooming a lightbox on the iPad) created by chad.parry@…
== Repro steps == 1. Lauch Safari on the iPad. I am using Safari version …
16:12 Ticket #12836 (.removeData( [list] ) doesn't work when name with dash passed in array) closed by rwaldron
duplicate: Duplicate of #12786.
15:16 Ticket #12836 (.removeData( [list] ) doesn't work when name with dash passed in array) created by anonymous
[…] Second line doesn't work. In all browsers.
13:30 Ticket #12831 (Proper Validation is not done in email validation) closed by dmethvin
notabug: Not sure what this is about, but it's not about a jQuery core bug.
11:57 Ticket #12835 (select - onchange bug) created by jonasao@…
When assigning an eventhandlerto the onChange event of a SELECT element, …
09:59 Ticket #12834 (SCRIPT5007: Unable to get value of the property 'nodeType': object is null ...) created by odo
it fails in IE8/IE9: attr: function( elem, name, value, pass ); elem is …
09:02 Ticket #12833 (IE7 class selector much slower after 1.8.0 release) created by morrijr
We upgraded our corporate website from 1.7.2 to 1.8.1 and immediately …
07:59 Ticket #12832 (Inconsistent handling of $.ajaxSetup between $.post with javascript data ...) created by kitsunde@…
Run the following example:  http://jsfiddle.net/kitsunde/63nBu/ and watch …
05:31 Ticket #12831 (Proper Validation is not done in email validation) created by anonymous
In email validation, the user can input the special characters too which …
04:07 Ticket #12466 (Firefox 15.0 attr()/html() with special char not working) closed by dmethvin
notabug: $() does not parse XML and eventually that ends up being assigned to a …
03:02 Ticket #10854 (Problem with .hover() and IE9) closed by dmethvin
notabug: This isn't a jQuery bug and not something we can fix.
01:48 Ticket #12830 (find('option[selected]') and find('option').filter('[selected]') give ...) created by pang@…
* Bug Description: […] and […] give different results after user …
01:45 Ticket #12531 (elem[attr] selector) closed by dmethvin
duplicate: Duplicate of #11290. Although this isn't an exact dup of #11290 it …
01:44 Ticket #11290 (selector interpreted as HTML) reopened by dmethvin
01:04 Ticket #12490 (Move submodule update process to grunt) closed by dmethvin
fixed: Fixed here: …
00:51 Ticket #10299 (hrefNormalized === false also needs a propHook) closed by Dave Methvin
fixed: Fix #10299. Add a propHook for oldIE link href. Changeset: …

11/01/12:

22:37 Ticket #12829 (Error downloading jquery 1.8.2 from jquery.com) closed by timmywil
duplicate: Duplicate of #10536.
22:22 Ticket #12829 (Error downloading jquery 1.8.2 from jquery.com) created by anonymous
1) jquery.com 2) Hit the button Download(jQuery); 3) Result: /*! jQuery …
21:58 Ticket #12828 (Remove event properties: attrChange attrName relatedNode srcElement) closed by Dave Methvin
fixed: Fix #12828. Remove non-standard event properties. Changeset: …
21:06 Ticket #12828 (Remove event properties: attrChange attrName relatedNode srcElement) created by dmethvin
The attrChange attrName relatedNode srcElement properties of the Event …
21:02 Ticket #12827 (Remove "exclusive" events) closed by Dave Methvin
fixed: Fix #12827. Remove exclusive event semantics from .trigger(). No unit …
20:52 Ticket #12827 (Remove "exclusive" events) created by dmethvin
Now that #11101 deprecated and we have removed data events via #10544 we …
15:00 Ticket #12823 (IE7 Iframe content style selector not working (ref: ticket 12586)) closed by timmywil
wontfix:  http://jsfiddle.net/timmywil/qUXD7/6/ The spec stipulates that the style …
14:51 Ticket #12823 (IE7 Iframe content style selector not working (ref: ticket 12586)) reopened by timmywil
Sorry, no it doesn't. This is a case-sensitive issue. IE lowercases …
14:45 Ticket #12823 (IE7 Iframe content style selector not working (ref: ticket 12586)) closed by timmywil
notabug: Single quotes within single quotes breaks the string. This works: …
13:02 Ticket #12824 (Ajax fires abort onunload event, even when using XMLHTTP (IE only)) created by eyaleyal2001@…
On IE8/9, When using Ajax call when OnUnload event fires, the ajax call is …
11:16 Ticket #12822 (Microsoft JScript runtime error: Object doesn't support property or method ...) closed by mikesherov
notabug: $.curCSS has been deprecated since jQuery 1.3. Use $.css instead. Also, …
09:17 Ticket #12759 ($('<span style="left:45%" />').css("left") returns "0px") closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …
09:17 Ticket #12755 (incorrect week number in every year of jan month) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …
07:59 Ticket #12823 (IE7 Iframe content style selector not working (ref: ticket 12586)) created by Teddos
Hello, I also pasted the text below in the ticket number mentioned in …
07:21 Ticket #12822 (Microsoft JScript runtime error: Object doesn't support property or method ...) created by sandeep.vemulas@…
Am getting error while creating autocomplete extender using jquery. …
02:46 Ticket #12816 (.find can return elements in the wrong order) closed by Dave Methvin
fixed: Fix #12816. Ensure .find() result are DOM ordered. Changeset: …
01:30 Ticket #10544 (Remove ALL special meanings of "." in keys for $.fn.data) closed by Dave Methvin
fixed: Fix #10544. Remove deprecated .data() event namespaced triggering. Data …

10/31/12:

21:03 Ticket #12821 (Create Unit test for toggle/show/hide( callback )) created by gnarf
This signature should result in an animated toggle/show/hide with the …
18:53 Ticket #12820 (Issue in syntax selector.) closed by rwaldron
notabug: See above.
18:44 Ticket #12820 (Issue in syntax selector.) created by skumaresh007@…
Dear JQuery Team, We are currently using jQuery version 1.4.1. We are …
18:15 Ticket #12819 (.on() - binding fails after ajax) created by robin@…
$("body").on("change","select",function(){ do stuff on page }); …
16:36 Ticket #12818 (Login) created by hammad.lokesh@…
I am searching jQuery for copy password of login text box.
16:32 Ticket #12817 (Form Enable Button Broke) created by anonymous
Location: …
15:40 Ticket #12816 (.find can return elements in the wrong order) created by gibson042
 http://jsfiddle.net/EAtqe/
14:40 Ticket #12815 (Document and window width() and height() do not work in Chrome) closed by mikesherov
notabug
14:17 Ticket #12815 (Document and window width() and height() do not work in Chrome) created by gjeremenko@…
In Chrome (Version 22.0.1229.94 m) the document and window width() and …
08:57 Ticket #12738 (422 Status Code Issue?) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …
01:08 Ticket #9134 (wrapInner causes scripts in body to be run twice) closed by gibson042
duplicate: Duplicate of #10470.

10/30/12:

22:49 Ticket #12812 ($().add(html) returns different result on IE compared to Firefox/Chrome) closed by dmethvin
notabug: Agreed, invalid HTML has undefined results.
22:49 Ticket #12807 (Strange (maybe wrong) behaviour of jQuery.fn.ready function) closed by dmethvin
notabug: If the DOM is ready, you should expect the code to run. Do not depend on …
22:47 Ticket #12806 (Datepicker year dropdown not scrollable when changeYear combined with ...) closed by dmethvin
notabug: This is not a jQuery core bug. Try asking for help on a forum or …
20:43 Ticket #12814 (TypeError: params.type is undefined) closed by dmethvin
notabug: Please ask for help on our forum, or StackOverflow.
18:48 Ticket #12814 (TypeError: params.type is undefined) created by ricardo.brundo@…
Good afternoon guys. I am in trouble: TypeError: undefined is …
17:36 Ticket #12009 (jQueryObject.find(element) corrupts the stack) closed by Mike Sherov
fixed: Fix #12009. $().find( DOMElement ) should pushStack properly. Close …
16:05 Ticket #12813 (jQuery.clean does not collect scripts from document fragments) created by iamnoah (@…
Chrome 22.0.1229.94 on Mac OS 10.7.4 (but probably all browser/OS) Demo: …
16:00 Ticket #12812 ($().add(html) returns different result on IE compared to Firefox/Chrome) created by zouhenry@…
$().add("<div><option> hello </option></div>").html() IE (9): returns " …
14:49 Ticket #12810 (Introduction of doesExist, or exists in jQuery Core) closed by dmethvin
plugin: The .length property tells you this already, and quite often you don't …
14:31 Ticket #12811 (jQuery.extend() has a name bug) closed by dmethvin
notabug:  https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Object
14:22 Ticket #12685 (bug: css opacity does not behave consistently across browsers) closed by yiminghe
fixed: Fix #12685. Handle inconsistent opacity for ie < 9. Close gh-1005. …
14:16 Ticket #12811 (jQuery.extend() has a name bug) created by zhandx@…
var msg = function(){ this.birthday = "2012-10-30"; }; …
10:26 Ticket #12810 (Introduction of doesExist, or exists in jQuery Core) created by evilwebdesign@…
Hy, I know that you can easily check whether an element is available on …
09:14 Ticket #12737 (an element position().top returns wrong value inside another relative ...) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …
09:14 Ticket #12720 (gb2312编码下,不能正常工作) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …
09:14 Ticket #12716 (i cannot use the ajax module of jq on chrome) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …
09:14 Ticket #12694 (.slideDown and .slideUp method) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …
09:14 Ticket #12651 (Problem with globalEval: function( data ) and IE) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …

10/29/12:

22:47 Ticket #12809 (jquery website search bug) created by anonymous
Open jquery.com in Chrome(latest) and click documentation in the jquery …
22:45 Ticket #12808 (jquery website search bug) created by anonymous
Open jquery.com in Chrome(latest) and click documentation in the jquery …
19:52 Ticket #12807 (Strange (maybe wrong) behaviour of jQuery.fn.ready function) created by gu_ludo
Hello, I think jQuery has a strange, also wrong, behaviour in …
19:46 Ticket #12806 (Datepicker year dropdown not scrollable when changeYear combined with ...) created by stilts75
Using a datepicker with both the changeYear and maxDate options causes the …
19:29 Ticket #12805 (CSS function error : string is undefined) created by thomas.josseau@…
I report you a weird bug I have, I don't know why it happens : << var test …
18:03 Ticket #12804 (ejemplo) closed by dmethvin
notabug
17:41 Ticket #12734 (jQuery#trigger, jQuery#triggerHandler trigger multiple events) closed by mikesherov
wontfix
17:40 Ticket #12804 (ejemplo) created by willex
usando ejemplo
17:38 Ticket #12639 (Make toggleClass('active', function() { return bool; }) work) closed by mikesherov
wontfix
17:32 Ticket #12530 ($.fn.css return values for background-color) closed by mikesherov
wontfix
17:31 Ticket #12397 (Allow passing a function to .data() as an each style setter.) closed by mikesherov
wontfix
17:28 Ticket #12264 (Allow users customize the return obj in the serializeArray) closed by mikesherov
wontfix
17:07 Ticket #11945 (Event: hasEvent() and so on.) closed by mikesherov
wontfix
17:04 Ticket #11934 (Enhancement: allow ":once" on event names to indicate one() variant event ...) closed by mikesherov
wontfix
16:52 Ticket #9384 (jQuery.fx.interval should be replaced by an 'animation-tick' throttling ...) closed by mikesherov
wontfix: Closing this in favor of #12803
16:51 Ticket #12803 (Smarter hook point for jQuery.timer) created by gnarf
I need to add a better place to override the jQuery setTimeout / …
16:46 Ticket #12802 (Attribute Ends With Selector not working latest version of jquery) created by faisal.mirza@…
Attribute Ends With Selector [name$="value"] is not working for latest …
16:45 Ticket #11887 (Add an entry for $.cssNumber to the API docs) closed by mikesherov
notabug: ported to:  https://github.com/jquery/api.jquery.com/issues/164
16:34 Ticket #10485 (use @hidden attribute to toggle visibility) closed by dmethvin
wontfix: No benefit until post-IE9 so let's not tackle any time soon.
16:32 Ticket #12380 (array as argument for addClass, removeClass) closed by mikesherov
wontfix
16:31 Ticket #3827 (Checkbox state inconsistent in click event handler) reopened by dmethvin
16:30 Ticket #12763 (Multiple arguments support in addClass) closed by dmethvin
wontfix: Voted out.
15:47 Ticket #12801 (Enumerated values in selectors are case sensitive) created by Wilto
Enumerated values like type are specced as being case insensitive, while …
13:35 Ticket #12795 (Incorrect results using [selected] selector in IE8) closed by timmywil
duplicate: Duplicate of #11115. I know it's not a perfect duplicate, but it is …
10:47 Ticket #12800 (Error not handled calling https from http without installed certificate) created by adaurell@…
Calling from an http url an https url does not send any error message …
07:45 Ticket #12799 (replaceWith fails when MIME is application/xhtml+xml) created by ndobrynin
I needed to use replaceWith to perform a very simple task. It didn't …
03:40 Ticket #10416 (defaultDisplay returns block instead of table-row for a tr in FF) closed by Oleg
fixed: Fix #10416. Don't trust computed styles on detached elements. Close …

10/28/12:

19:34 Ticket #12798 (.holdReady(true) after ready event) closed by dmethvin
wontfix: Sorry, but .holdReady() itself is already ugly and hackish. If your …
19:19 Ticket #12798 (.holdReady(true) after ready event) created by david71rj
Well, on API told that after ready event starts .holdReady() will not …

10/27/12:

13:53 Ticket #12796 (This script no longer works from jQuery 1.8 onwards) closed by dmethvin
notabug: > "input[@name='question[answer]']:checked" I think the @ prefix for …
10:53 Ticket #12796 (This script no longer works from jQuery 1.8 onwards) created by limguowei@…
[…] Is this deliberate or there is a substitute?
08:48 Ticket #12712 (Not working selector $('input[type="number"][value=""]').length) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …
08:48 Ticket #12699 (Implement event.which normalization inside .click() handler) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …

10/26/12:

22:10 Ticket #12795 (Incorrect results using [selected] selector in IE8) created by Motty
Starting with this HTML: […] The results of searching for …
21:22 Ticket #12200 (Offset returns wrong values in IE9 when parent element has :first-line ...) closed by mikesherov
cantfix: dmethvin, can you spin this up to Microsoft? Thanks!
18:50 Ticket #12794 (Support easing callbacks, instead of only strings) closed by rwaldron
wontfix: Function.prototype.length is meaningless in a language that allows …
18:30 Ticket #12794 (Support easing callbacks, instead of only strings) created by david71rj
Currently easings args accept only strings (.animate() for …
18:26 Ticket #12793 (.fadeToggle(boolean) and .slideToggle(boolean)) closed by rwaldron
wontfix: Good for a monkey patch, but core is going the way of less complexity
18:19 Ticket #12793 (.fadeToggle(boolean) and .slideToggle(boolean)) created by david71rj
Accept .fadeToggle(boolean, ...) and {{{.slideToggle(boolean, …
16:41 Ticket #12139 (ie7 offsetParent bug) closed by David Fox
fixed: Fixes #12139, make sure absolutely positioned elements have HTML as …
15:02 Ticket #12792 (index() returns incorrect value when two or more elements have identical ...) closed by dmethvin
notabug: You've got the needle and the haystack backwards. From the docs: > …
14:33 Ticket #12792 (index() returns incorrect value when two or more elements have identical ...) created by prometh@…
[…]
14:07 Ticket #12787 (.find breaks on XML document with : in tag) closed by dmethvin
duplicate: Duplicate of #1826. See #10377 for a workaround.
13:44 Ticket #6446 (Mobile Safari 4.0.4: $.offset.top() reports wrong position after scroll) closed by mikesherov
fixed: This works in latest  http://jsbin.com/ofoqoc/6/edit
13:31 Ticket #12789 (.SELECT() DOES NOT SELECT INPUT CONTENT ON IPHONE BROWSER) closed by dmethvin
cantfix
13:14 Ticket #12144 (Cursor not coming by default in the Comment Box) closed by mikesherov
notabug
13:12 Ticket #12254 (Reflected XSS) closed by mikesherov
fixed: This was fixed in …
10:31 Ticket #12791 (Jquery is not working in IE 8) created by nagbhushan@…
1. When I am trying to import the .js file of jquery it is successfully …
00:41 Ticket #12392 (Elements created from HTML strings have a parentNode) closed by Oleg
fixed: Elements created from html strings have a parentnode. Fixes #12392
Note: See TracTimeline for information about the timeline view.