Timeline
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 …
10/07/12:
- 14:05 Ticket #12667 (html() crashes on SVG elements) closed by
- notabug: SVG elements don't contain HTML, right? So asking for it is, well, asking …
- 08:58 Ticket #12670 (Stack overflow at line 443 in IE8) created by
- I have the following situation: […] The core components load other …
- 08:54 Ticket #12669 (Stack overflow at line 443 in IE8) created by
- I have the following situation: […] The core components load other …
- 06:02 Ticket #12668 (jQuery mistakes event on SVG 'use' element in IE9.) created by
- Have a look on jsFiddle http://jsfiddle.net/sunnythink/gkrhY/ 1.All work …
- 04:20 Ticket #12667 (html() crashes on SVG elements) created by
- For example […] results in […] at line 5935 […]
- 03:35 Ticket #12666 ($.parseJSON fails for valid json string if it has newlines) closed by
- notabug: http://json.org/ specifies that strings cannot contain unescaped …
- 02:01 Ticket #12666 ($.parseJSON fails for valid json string if it has newlines) created by
- I think I've found a problem in jQuery's parseJSON function. Suppose I …
10/06/12:
- 20:01 Ticket #12665 (Callbacks objects with "unique" flag will iterate over a function's ...) closed by
- fixed: Do not iterate over functions. Fixes #12665. Unit tests added. Thanks to …
- 19:56 Ticket #12665 (Callbacks objects with "unique" flag will iterate over a function's ...) created by
- Fiddle Culprit is …
- 12:07 Ticket #12664 (.after()) created by
- jQuery 1.8.0, 1.8.1 and 1.8.2: $collection.after($elem) adds $elem to …
- 09:30 Ticket #12589 (performance degraded for IE 7/8) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
10/05/12:
- 21:50 Ticket #12663 (Syntax error, unrecognized expression when passing string with forward ...) closed by
- notabug: My reason would be because it's a syntax error and an unrecognized …
- 21:30 Ticket #12663 (Syntax error, unrecognized expression when passing string with forward ...) created by
- $("some-url") returns an empty object. $("/some/url") throws a Syntax …
- 20:18 Ticket #12662 (Bug in the function matcherFromTokens) created by
- When a query on before fails it don't load the page correctly, I try to …
- 16:56 Ticket #12661 ($.load not working consistently in iOS6) closed by
- notabug: This is so vague that I don't think we should keep it open. If you have a …
- 16:42 Ticket #12661 ($.load not working consistently in iOS6) created by
- Not sure exactly what the issue is here or how to reproduce it, I just …
- 16:27 Ticket #12660 (Animations raises TypeError when Object is prototyped.) closed by
- notabug: http://docs.jquery.com/Won't_Fix
- 13:53 Ticket #12660 (Animations raises TypeError when Object is prototyped.) created by
- When adding a function in the prototype property of Object, ie : […] …
- 13:18 Ticket #12658 (Error using delegated events with a selector with class .watch on Firefox) closed by
- duplicate: Duplicate of #12606.
- 08:53 Ticket #12659 (scrollLeft() doesn't work in Android browser) created by
- scrollLeft() doesn't scroll in Android. You can get the value and it …
- 03:44 Ticket #12658 (Error using delegated events with a selector with class .watch on Firefox) created by
- Delegating events with .on and specifying a classname of ".watch" causes …
Note: See TracTimeline
for information about the timeline view.
