Timeline
10/15/12:
- 22:07 Ticket #11292 (Error During Done Function on a Promise Is Skipped on Subsequent Runs) closed by
- notabug
- 21:34 Ticket #11987 (FadeIn function does not execute correctly after stop() call) closed by
- duplicate: Duplicate of #10462.
- 21:10 Ticket #12738 (422 Status Code Issue?) created by
- I'm working with backbone, an it uses jquery for save (jQuery.ajax). When …
- 20:18 Ticket #11406 (docs.jquery.com redirects to page that is not maintained) closed by
- fixed: it's being fixed now. Thanks.
- 19:53 Ticket #12737 (an element position().top returns wrong value inside another relative ...) created by
- I've made this simple demo case : http://jsfiddle.net/uKgYs/22/ When you …
- 18:50 Ticket #12736 (Move pseudo:hover to jquery-compat / deprecated.js) created by
- 18:14 Ticket #10818 (IE9 won't fire change event if value of input is changed using keyup) closed by
- wontfix: Given the complexity/size of the fix and the problems in trying to get it …
- 18:02 Ticket #12004 (Allow ajax.method as alias for ajax.type) reopened by
- Sorry, I'm +1 on aliasing type and method, just not switching type and …
- 17:41 Ticket #12004 (Allow ajax.method as alias for ajax.type) closed by
- wontfix: It doesn't sound like this will get done.
- 17:26 Ticket #12456 (EXPLICIT OVERFLOW:AUTO IS OVERRIDDEN BY INLINE OVERFLOW:HIDDEN DURING ...) closed by
- duplicate: Duplicate of #11635.
- 17:24 Ticket #12456 (EXPLICIT OVERFLOW:AUTO IS OVERRIDDEN BY INLINE OVERFLOW:HIDDEN DURING ...) reopened by
- 17:24 Ticket #11635 (Explicit overflow:auto is overridden by inline overflow:hidden during ...) reopened by
- 17:18 Ticket #12735 (SlideToggle causes text to shrink after it is closed/opened again on ...) created by
- Background: We have a container that is opened and closed via a link. The …
- 16:45 Ticket #12683 (Unexpected style invalidation in select (performance issue)) closed by
- cantfix: Thank you for creating a test case. I don't think we can fix this because …
- 16:24 Ticket #12002 ($('<select class="question" />'); vs $('<select />', {'class': ...) closed by
- cantfix
- 16:02 Ticket #12704 (:checked is considering drop down select also) closed by
- notabug: This is desired behavior and the design of the :checked selector. …
- 15:55 Ticket #12692 (jquery toggleClass(function) behaves incorrectly) closed by
- notabug: Thanks for contributing, but both the documentation and the code is …
- 15:53 Ticket #12732 (hasAttr) closed by
- duplicate: Duplicate of #9396.
- 15:49 Ticket #12725 (Avoid localized UTF-8 characters in intro.js @DATE) closed by
- fixed: Format @DATE to ISO 8601 format. Fixes #12725, Closes gh-957 Changeset: …
- 15:45 Ticket #12675 (User aborted ajax requests should result in jqXHR.statusText == 'abort' ...) closed by
- notabug: The statusText is "error", but the "errorThrown" argument is more specific …
- 15:42 Ticket #12702 ($(string) somethings not right) closed by
- notabug: Christian Meixner is correct.
- 15:40 Ticket #12659 (scrollLeft() doesn't work in Android browser) closed by
- cantfix: We can't fix this, but we've reported it up to Android: …
- 15:22 Ticket #12648 (Can not correctly detect focus for DIVs with contenteditable in Chrome and ...) closed by
- fixed: This was just fixed in Sizzle: …
- 15:18 Ticket #12642 (jq improperly evaluates scripts inserted in dom fragments) closed by
- wontfix
- 15:14 Ticket #12719 (gb2312编码,IE6不能正常工作) closed by
- duplicate: Duplicate of #12720.
- 14:46 Ticket #12731 (jQuery/$ Error) closed by
- notabug: Something is probably colliding with the $ variable, such as another …
- 14:46 Ticket #12734 (jQuery#trigger, jQuery#triggerHandler trigger multiple events) created by
- You can remove attributes like this – […] or add/remove classes – …
- 14:39 Ticket #12733 (jQuery incorrectly handled event attaching/detaching if event argument ...) created by
- Example: http://jsfiddle.net/4XTJj/
- 14:34 Ticket #12732 (hasAttr) created by
- This is duplicate of #4324 and #9396. You already voted on #9396, deciding …
- 14:18 Ticket #12698 (broken CORS preflight request when setting Authorization header) closed by
- notabug: The correct options if type not method, so you're issueing a GET …
- 14:12 Ticket #12717 (Delegated submit event handler throws errors with HTML5 form attribute) closed by
- wontfix: OK, thanks!
- 14:02 Ticket #12731 (jQuery/$ Error) created by
- I've noticed a frequent problem I seem to be getting in Chrome, though not …
- 14:00 Ticket #12727 (performance regression with comma-separated selectors) closed by
- duplicate: This is a known regression. On a page with fewer elements, the current …
- 12:43 Ticket #12728 (Getting javascript error in IE8 version) closed by
- notabug: Please ask for help on the forums or in the …
- 12:40 Ticket #12726 (is(':active') reports false even if button is active) closed by
- duplicate: Confirmed. There is a bigger issue with :active here. …
- 10:47 Ticket #12730 (JQuery adds indexOf to arrays in IE8) created by
- i have existing functionality with following code: for (var ind in …
- 10:37 Ticket #12729 (attr not working) created by
- attr and removeAttr is working on $(document).ready(function(){}); But not …
- 10:16 Ticket #12728 (Getting javascript error in IE8 version) created by
- In my page, I am two text fields for phone no and extension. I had masked …
- 09:48 Ticket #12727 (performance regression with comma-separated selectors) created by
- There appears to be a performance regression in v1.8.2 with regard to …
- 06:14 Ticket #12726 (is(':active') reports false even if button is active) created by
- is(':active') will report false for button in active state. $('*:active') …
- 04:18 Ticket #12695 (.slideDown and .slideUp method) closed by
- duplicate: Duplicate of #12694.
10/14/12:
- 23:46 Ticket #12724 (window internet explorer console underfined jquery.js Code 0 line 7362 ...) closed by
- notabug: This is not a jQuery bug
- 22:12 Ticket #12669 (Stack overflow at line 443 in IE8) closed by
- notabug: Please report this bug to the jquery UI bug tracker here: …
- 22:10 Ticket #12670 (Stack overflow at line 443 in IE8) closed by
- duplicate: Duplicate of #12669.
- 22:09 Ticket #12689 (outerWidth and outerHeight performance degraded in jQuery 1.8) closed by
- wontfix: We know why this is happening, it's related to the accuracy improvements …
- 19:27 Ticket #10977 (Incorrect documentation for the index method?) reopened by
- 16:07 Ticket #12606 (window.watch() called as pattern) closed by
- fixed: Update Sizzle: Fixes #12606, #12671, #12672. Changeset: …
- 16:07 Ticket #12671 (Infinite loop on IE8 with pretty basic selector) closed by
- fixed: Update Sizzle: Fixes #12606, #12671, #12672. Changeset: …
- 16:07 Ticket #12672 (last selector (:last) with next sibling selector (~) does not work with ...) closed by
- fixed: Update Sizzle: Fixes #12606, #12671, #12672. Changeset: …
- 14:58 Ticket #12725 (Avoid localized UTF-8 characters in intro.js @DATE) created by
- If the localized date contains non-ASCII characters, the grunt build task …
- 13:14 Ticket #12653 (.width() function does not account for scrollbar width in IE8) closed by
- duplicate: Duplicate of #8048. And it's still patchwelcome!
- 12:25 Ticket #12724 (window internet explorer console underfined jquery.js Code 0 line 7362 ...) created by
- window internet explorer console underfined jquery.js Code 0 line 7362 …
- 10:34 Ticket #12723 (Consider using "display: default" (once implemented) to circumvent the ...) created by
- Prompted by rwaldron's comment here: …
10/13/12:
- 10:47 Ticket #12720 (gb2312编码下,不能正常工作) created by
- 在中文GB2312编码下,无法正常工作,若在中文utf-8编码下,可以正常工作,以前版本没有此问题。
- 08:53 Ticket #12628 (id selector $("#id") does not wirk with IE7) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:10 Ticket #12719 (gb2312编码,IE6不能正常工作) created by
- 原来网站正常工作,发现有新版了升级到jquery v1.82后,一些功能失效,经反得验证查找,发现是:编码gb2312下,firefox,IE8能正常 …
- 01:53 Ticket #12718 (matcherFromTokens, error type cannot be called from undefined) closed by
- duplicate: Duplicate of #12643.
- 01:53 Ticket #12718 (matcherFromTokens, error type cannot be called from undefined) reopened by
10/12/12:
- 21:50 Ticket #12705 (IE8 event.which return wrong value) closed by
- duplicate: Duplicate of #12699. Please reply in the dup ticket if you'd like.
- 20:54 Ticket #12718 (matcherFromTokens, error type cannot be called from undefined) closed by
- notabug: Yep, the error message is accurate, sorry that older versions allowed …
- 20:16 Ticket #12718 (matcherFromTokens, error type cannot be called from undefined) created by
- at line 4914, the length can be 0 so the call […] doesn't work. I …
- 16:00 Ticket #12717 (Delegated submit event handler throws errors with HTML5 form attribute) created by
- In IE8, when there is a delegated submit event handler, and input elements …
- 13:08 Ticket #12714 (.on(event, SELECTOR, callback) on SVG elements breaks with class selector) closed by
- duplicate: Duplicate of #12626. See #12626 for the workaround. SVG is not DOM or …
- 13:07 Ticket #12715 (Function .closest() adds string 'closest(selector)' to variable ...) closed by
- notabug: > $(x).live('change', function(){ ... The only support would be if x …
- 12:54 Ticket #12711 ($.css work with bug in FF 16) closed by
- notabug: Thanks for contributing! Unfortunately, that's just not true. Browsers …
- 12:46 Ticket #12713 (:focus returns false on div with contenteditable="true") closed by
- duplicate: Duplicate of #12648.
- 11:48 Ticket #12716 (i cannot use the ajax module of jq on chrome) created by
- as the title,i set the button click method but it's doesn't work. the …
- 10:27 Ticket #12715 (Function .closest() adds string 'closest(selector)' to variable ...) created by
- Is it correct behavior that function closest add string …
- 09:58 Ticket #12714 (.on(event, SELECTOR, callback) on SVG elements breaks with class selector) created by
- http://jsfiddle.net/tuZax/1/ Works with 1.7.2, broken with 1.8.2 Event: …
- 09:01 Ticket #12713 (:focus returns false on div with contenteditable="true") created by
- Hi (: jQuery('div[contenteditable]').is(':focus') allways returns false …
- 08:42 Ticket #12712 (Not working selector $('input[type="number"][value=""]').length) created by
- $('input[type="number"][value=""]').length is 0 event if all inputs are …
- 06:57 Ticket #12711 ($.css work with bug in FF 16) created by
- try get $(elem).css("some_css_prop"). All browsers return null if prop …
- 03:25 Ticket #12710 (Complex :not fails in IE 8) closed by
- notabug: :lang is not supported by jQuery, but will still work in modern …
10/11/12:
- 23:38 Ticket #12709 (The offset function is wrong) closed by
- wontfix: Why is this pending? We know we removed the fallback offset function as we …
- 23:03 Ticket #12706 (.offset() is off by 8px in IE9 in some cases) closed by
- notabug: Nevermind…
- 21:51 Ticket #12710 (Complex :not fails in IE 8) created by
- This works in firefox, and IE 9, but fails in IE 8 (shows both instead of …
- 21:03 Ticket #12709 (The offset function is wrong) created by
- Hi, offset is wrong on mobile devices such as Safari on iOS3 (and …
- 18:11 Ticket #12708 (properties hash ignored when attributes included in html) created by
- When creating DOM elements with $(), if you include any attributes in the …
- 18:08 Ticket #12707 (function with dot in jsonpcallback triggers the error handler) closed by
- notabug: Using the API incorrectly has undefined behavior. The ajax response didn't …
- 17:22 Ticket #12707 (function with dot in jsonpcallback triggers the error handler) created by
- When the callback function is inside an object/function (function name …
- 17:14 Ticket #12706 (.offset() is off by 8px in IE9 in some cases) created by
- I'm not sure exactly what is required for this, but it seems that at a …
- 14:09 Ticket #12705 (IE8 event.which return wrong value) created by
- IE8 event.which is return 0 for a left mouse click instead of 1. I've …
- 13:05 Ticket #12704 (:checked is considering drop down select also) created by
- <select> <option value="0" selected="selected">Or</option> <option …
- 12:30 Ticket #12703 (Selector: Unable to find element by css value innerHTML/innerText.) closed by
- notabug: It looks like you're trying to match the innerHTML property with an …
- 12:21 Ticket #12701 (Cannot use arbitrary characters in id selectors for html5) closed by
- notabug
- 11:01 Ticket #12703 (Selector: Unable to find element by css value innerHTML/innerText.) created by
- Unable to get innerHTML/innerText attribute from element. Try to find …
- 08:54 Ticket #12619 (jquery-1.8.2.min.js is not working on IE6) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:54 Ticket #12611 (ajax() calls success under certain failure conditions) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:54 Ticket #12608 (jQuery.ajax: contentType messing w\ HTTP POST Request with FireFox and ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:47 Ticket #12702 ($(string) somethings not right) created by
- $(string) changed string uppercase to lowercase: example: var xx = …
- 08:43 Ticket #12701 (Cannot use arbitrary characters in id selectors for html5) created by
- Hi there, I've noticed that code like this doesn't work: $('<div …
- 03:39 Ticket #12682 (:eq() behavior does not match documentation) closed by
- notabug: Ported this over to https://github.com/jquery/api.jquery.com/issues/83 and …
- 01:18 Ticket #12699 (Implement event.which normalization inside .click() handler) created by
- event.which already normalizes button …
- 00:49 Ticket #12698 (broken CORS preflight request when setting Authorization header) created by
- This code generates a proper CORS preflight request due to the setting of …
10/10/12:
- 20:16 Ticket #12697 (Node creation fails for Chrome in XHTML under certain conditions) closed by
- notabug: Looks like it's already been fixed there. …
- 19:38 Ticket #12697 (Node creation fails for Chrome in XHTML under certain conditions) created by
- When using XHTML and serving the page as application/xhtml+xml, node …
- 19:09 Ticket #12696 (Catch element in one line HTML with jQuery) created by
- We have CMS system, users can add HTML content with WYSIWYG editor. I need …
- 17:02 Ticket #12690 (Minimum JS File Contains non-ASCII Charactor) closed by
- fixed: Fix #12690. Avoid use of UTF-8 chars in final files. Changeset: …
- 14:23 Ticket #12695 (.slideDown and .slideUp method) created by
- Hello. I'm Japanese. I found bug. It happens when element do slideDown or …
- 14:22 Ticket #12694 (.slideDown and .slideUp method) created by
- Hello. I'm Japanese. I found bug. It happens when element do slideDown or …
- 13:46 Ticket #12693 (blacklist_urls) closed by
- notabug: Please ask for help on a forum.
- 13:44 Ticket #12693 (blacklist_urls) created by
- I am getting js errors stating "blacklist_urls undefined
- 13:30 Ticket #12691 (Attribute Starts With Selector) closed by
- notabug: You should quote any attribute value that contains special characters, …
- 11:23 Ticket #12692 (jquery toggleClass(function) behaves incorrectly) created by
- If I am correct (API documentation is not 100% conclusive) the expected …
- 07:59 Ticket #12691 (Attribute Starts With Selector) created by
- if the string contains ':' the selector doesn't return null For example <a …
- 05:28 Ticket #12690 (Minimum JS File Contains non-ASCII Charactor) created by
- The jquery.1.8.1.min.js file contains two non-ASCII charactor. This makes …
10/09/12:
- 22:30 Ticket #12689 (outerWidth and outerHeight performance degraded in jQuery 1.8) created by
- Beginning with jQuery 1.8, the performance of outerWidth and outerHeight …
- 21:17 Ticket #12688 (window height and width in FireFox 16) created by
- $(window).height() and $(window).width() in FireFox 16 returns completely …
- 13:08 Ticket #12678 ($.data store in __proto__, if __proto__ has own cache) closed by
- wontfix: This is not a use case we plan on supporting. The primary use for $.data …
- 13:07 Ticket #12687 (promise.then callback data is not properly resolved) created by
- I have this code executed in 1.7.1 as resovle args parameter was …
- 13:02 Ticket #12680 (the .toggle() method's bug) closed by
- wontfix: The .toggle() event method has been deprecated as of jQuery 1.8. …
- 13:00 Ticket #12679 (Set style node content in IE) closed by
- duplicate: Duplicate of #9832.
- 12:57 Ticket #12681 ("attribute ends with" broken in 1.8.x) closed by
- notabug: The colon in that selector makes it invalid: …
- 12:57 Ticket #12686 (Live change event is not fired on IE8 when input is focused) created by
- When 'change' event is bound whith jQuery.live() on a text input that has …
- 12:44 Ticket #12685 (bug: css opacity does not behave consistently across browsers) created by
- here is my testcase, open in ie6789 chrome firefox: …
- 11:54 Ticket #12684 (Unrecognised Expression:input:radion[name=id]) closed by
- notabug: Thanks for taking the time to try to contribute to the jQuery project but …
- 10:59 Ticket #12684 (Unrecognised Expression:input:radion[name=id]) created by
- I have changed my jquery version from 1.4.2 to 1.8.2 and getting the above …
- 09:50 Ticket #12683 (Unexpected style invalidation in select (performance issue)) created by
- jQuery 1.8.2, Chrome Version 24.0.1284.2 dev, Linux CentOS 6 (haven't …
- 09:11 Ticket #12682 (:eq() behavior does not match documentation) created by
- The selector $('foo:eq(-1)') returns the last foo, but the documentation …
- 09:06 Ticket #12681 ("attribute ends with" broken in 1.8.x) created by
- I think there's a bug since 1.8.x. Following fiddle works fine in 1.7.2. …
- 08:40 Ticket #12597 (get the object) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:40 Ticket #12596 ($('body',window.frames[0].document).append($testShow) bug) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:40 Ticket #12595 (ajax multiple requests) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:17 Ticket #12680 (the .toggle() method's bug) created by
- if the element has a link, then the link will can't be opened. …
- 07:34 Ticket #12679 (Set style node content in IE) created by
- $('<style></style>').text('body{background:#fff;}').appendTo(document.body) …
- 07:04 Ticket #12678 ($.data store in __proto__, if __proto__ has own cache) created by
- Please, look example: http://jsfiddle.net/GwBxe/ At first case proto …
10/08/12:
- 20:52 Ticket #12676 (Themeswitcher 404'd) closed by
- notabug: We no longer support ThemeSwitcher. Please use …
- 20:17 Ticket #12676 (Themeswitcher 404'd) created by
- http://jqueryui.com/themes/base/jquery.ui.all.css has disappeared, along …
- 19:02 Ticket #12675 (User aborted ajax requests should result in jqXHR.statusText == 'abort' ...) created by
- If a user aborts an ajax request (say, by navigating away), the jqXHR …
- 16:30 Ticket #12673 (Wrong result when a selection is scoped using both the selector and the ...) closed by
- fixed: jQuery 1.8.x and edge find no elements with either `$("#parent .child1, …
- 16:10 Ticket #11166 (attr("viewBox") broken by case folding) closed by
- wontfix: Unfortunately, we don't support SVG, and even though this worked in the …
- 16:09 Ticket #12668 (jQuery mistakes event on SVG 'use' element in IE9.) closed by
- wontfix: Unfortunately, we don't support SVG, and even though this worked in the …
- 16:08 Ticket #12626 (Binding to SVG nodes with a class selector broken by 1.8.2) closed by
- wontfix: Unfortunately, we don't support SVG, and even though this worked in the …
- 14:44 Ticket #12674 ($.css not working in browsers == !Chrome) closed by
- notabug: Thanks for contributing! From api.jquery.com/css: "Shorthand CSS …
- 13:14 Ticket #12674 ($.css not working in browsers == !Chrome) created by
- I'm using […] , which is working in Chrome but not in other browsers …
- 10:05 Ticket #12673 (Wrong result when a selection is scoped using both the selector and the ...) created by
- var parent = $("#parent"); $("#parent .child1, #parent .child2") => …
- 09:16 Ticket #12592 (something wrong with $.fn.offset) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 09:16 Ticket #12591 (.hide() not working in safari...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:05 Ticket #12672 (last selector (:last) with next sibling selector (~) does not work with ...) created by
- This only occurs in jQuery 1.8.2 (works fine in jQuery 1.8.1). For …
- 08:04 Ticket #12671 (Infinite loop on IE8 with pretty basic selector) created by
- jQuery 1.8.2 ends up in an infinite loop on IE8, when the following …
Note: See TracTimeline
for information about the timeline view.
