Timeline
07/06/12:
- 21:17 Ticket #10290 (ELEMENT TRAVERSING API) reopened by
- Reopening for possible inclusion in 2.0; Orkel has volunteered.
- 18:49 Ticket #12033 (The requested URL /servcars/js/jquery-1.3.2.min.js was not found on this ...) created by
- 17:46 Ticket #12032 ($.browser.safari returns true in latest Chrome release) created by
- The latest Chrome release for Mac (20.0.1132.47) looks like it changed …
- 15:31 Ticket #12031 (Allow objects as event handlers) created by
- Doing OOP with jQuery events requires a lot of $.proxy boilerplate. the …
- 14:16 Ticket #12018 ($(document).ready() fires too early in IE8) closed by
- fixed: Fix #12018, readyState "interactive" in oldIE lies! Closes gh-848. …
- 14:04 Ticket #8482 (position() on AREA element errors in IE (tested IE 7 and 8)) closed by
- fixed: Fix #8482, offsetParent should not return null. Closes gh-847. …
- 13:11 Ticket #11971 (Animating background-position fails in IE8) closed by
- fixed: Fix #11971: force numeric animation start to be numeric, closes gh-836. …
- 07:33 Ticket #12030 (.attr() bug drowser differences IE8) created by
- Browser: IE version 8.0.6001.18702 on WinXp Firefox 13.0.1 on same …
- 04:48 Ticket #12029 (on() not the same as live() for keypress event) closed by
- invalid: Please ask for help on the forums; You're using .on incorrectly.
- 04:42 Ticket #11163 (jQuery.support.checkClone always true) closed by
- fixed: From what I can tell, this is fixed. Markel, if I'm wrong, let me know and …
- 04:30 Ticket #11643 (USING VARIABLE TO REPLACE REDUPLICATE STRINGS) closed by
- wontfix: antishok, thanks for doing the investigative work, but if this only saves …
- 03:20 Ticket #12029 (on() not the same as live() for keypress event) created by
- The documentation states on() should be used in place of live for jquery …
- 01:14 Ticket #12025 ((Not Really) New jQuery Static Method: wait) closed by
- invalid: All the code at docs.jquery.com is really old and will be either moved to …
07/05/12:
- 21:26 Ticket #12026 (Let $(html, props) use any jQuery.fn method) closed by
- fixed: Fix #12026. Let props in $(html, props) be any jQuery.fn method. Closes …
- 21:23 Ticket #12027 (Uses classList in Chrome/Firefox for className management) created by
- Uses el.classList DOMTokenList to handler attr(class) that support it. …
- 21:17 Ticket #12026 (Let $(html, props) use any jQuery.fn method) created by
- As discussed in IRC. Rather than keeping a separate .attrFn white list, …
- 21:09 Ticket #12025 ((Not Really) New jQuery Static Method: wait) created by
- Ever since deferred was refactored out two years ago, every single …
- 17:25 Ticket #12024 (Certain attributes should be treated as case-insensitive when comparing ...) created by
- Hi, Please see …
- 17:03 Ticket #12023 (Add new $.sjax method to explicitly support synchronous AJAX) created by
- Currently, the $.ajax method has an "async" option that has been …
- 15:43 Ticket #12021 (Install error) closed by
- invalid: Please ask for support on the forums or on the …
- 15:36 Ticket #12021 (Install error) created by
- Hi I try to run your install, and get this error: Script: …
- 14:37 Ticket #12020 (A bug that occurs when binding transitionend event to an element via ...) created by
- The event transitionend's argument object event can get two properties. …
- 13:11 Ticket #12012 (unable to disable 'readonly') closed by
- duplicate: Use .prop().
- 13:08 Ticket #12015 (»e.returnValue = false;« does often raise "... member not found .." for ...) closed by
- invalid: This is an issue with what the plugin is doing, not jQuery. IE 6/7 (and …
- 13:00 Ticket #12019 (Calling next() on an element without any next sibling throws) closed by
- duplicate: No test case provided, but seems like a dup.
- 12:51 Ticket #12013 (Problem on parseInt of '08' and '09') closed by
- invalid: Ask on a forum.
- 12:50 Ticket #12014 (jQuery's clone method doesn't clone events bound via addEventListener ...) closed by
- cantfix: Yep, use jQuery's event system if you also want to use jQuery's …
- 12:22 Ticket #12019 (Calling next() on an element without any next sibling throws) created by
- Test case - $("body").next(); Throws (in Chrome 20) - TypeError: Cannot …
- 12:17 Ticket #12018 ($(document).ready() fires too early in IE8) created by
- Demo: http://jsfiddle.net/highcharts/SHD92/ 1. Open the URL in a modern …
- 11:25 Ticket #12016 (Ajax Cross Domain Request doesnt't work correctly in Internet Exploler) created by
- I used a type of code, which sending a cross domain request to other site, …
- 09:06 Ticket #12015 (»e.returnValue = false;« does often raise "... member not found .." for ...) created by
- Test case: http://jsfiddle.net/hfQeG/4/
- 08:34 Ticket #12014 (jQuery's clone method doesn't clone events bound via addEventListener ...) created by
- See example: http://jsfiddle.net/yvguq
- 08:31 Ticket #11896 (jquery ie8 unexpected call to method or property access ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:28 Ticket #12013 (Problem on parseInt of '08' and '09') created by
- Hello, I have a problem with the function parseInt() : parseInt('01') => …
07/04/12:
- 19:31 Ticket #12010 (Data attribute names that contain a digit after a dash are not returned by ...) closed by
- invalid: Numbers aren't valid in data-* attribute names …
- 15:02 Ticket #12012 (unable to disable 'readonly') created by
- Hello, I use Google Chrome Version 20.0.1132.43 Iceweasel/3.5.16 (like …
- 14:44 Ticket #12011 (HEAD only response caused JQUERY parser fail) created by
- When I return a HEAD 200 to a Jquery ajax call. I got: JSON Parse error: …
- 10:06 Ticket #12010 (Data attribute names that contain a digit after a dash are not returned by ...) created by
- jQuery 1.7.2 doesn't always return all data attributes with $.fn.data(). …
07/03/12:
- 22:08 Ticket #8768 (Chunker has problems with single quote in attribute filter) closed by
- fixed: Fixed in …
- 20:28 Ticket #12009 (jQueryObject.find(element) corrupts the stack) created by
- Version: 1.7.2 Browser: Chrome 21 dev, Firefox 14 OS: …
- 18:19 Ticket #11881 (.queue length) closed by
- cantfix: http://jsfiddle.net/ZY3CX/ - The "inprogress" sentinel is still in the …
- 18:09 Ticket #10799 (Inconsistent results with [name="name"] selectors (also breaks .has)) closed by
- fixed: Sizzle: detects a buggy getElementsByName. Fixes #10799. Changeset: …
- 17:13 Ticket #11981 (Form create Dinamicaly) closed by
- invalid: Yep.
- 17:11 Ticket #11918 (:eq selector problem when using tag name with ':') closed by
- fixed: This was fixed in the Sizzle refactor.
- 17:07 Ticket #11983 (Inconsistent change event on file inputs on IE) closed by
- cantfix: There's really no way to fix or fake this. IE doesn't provide the …
- 17:01 Ticket #11991 (jQuery .click() behaves different that browser .click() and human click) closed by
- duplicate
- 17:00 Ticket #11984 (Memory Leaks while appending and removing rows from and to the table) closed by
- worksforme: I am not seeing any memory leaks using the latest jQuery. …
- 16:55 Ticket #11995 (report very very slow page jquery.com) closed by
- invalid: Don't use static.jquery.com as a CDN.
- 16:48 Ticket #11997 (Feature enhancement: Add hasModifiers() to jQuery.Event) closed by
- plugin: This seems better as a plugin, or simply as app-specific code. It wouldn't …
- 16:46 Ticket #11999 (Incremental animation on fixed div does subtraction instead of addition in ...) closed by
- fixed: This is working in jquery-git.js; select jQuery (edge) in jsFiddle to …
- 16:17 Ticket #12007 (missing offsetX and offsetY in firefox) closed by
- duplicate
- 14:47 Ticket #12008 (Element is reflowed once $.outerWidth(true) is called (when ...) created by
- We have problem on Android that calling outerWidth() on element resets its …
- 09:02 Ticket #12007 (missing offsetX and offsetY in firefox) created by
- In firefox are offsetX and offsetY in events undefined. Bugfix: Paste …
- 08:39 Ticket #11874 (Error Extending $.expr[':'] in IE7 and IE8) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:00 Ticket #12006 (Please Help!) created by
- Category: Trojan Description: This program is dangerous and executes …
- 03:56 Ticket #12005 (ajax handle make the error as correct) created by
- as the title, here is my code : […] the url is not realy exist, but …
- 02:34 Ticket #11552 (Add support for :nth-of-type()) closed by
- duplicate: This issue has been ported to a more widespread sizzle issue: …
- 02:32 Ticket #11246 (Custom selectors pass check when returning undefined) closed by
- wontfix: Needs docs. Closing bug.
- 02:31 Ticket #11120 (Tabs in some selectors break in IE7) closed by
- fixed
- 02:30 Ticket #10843 (Consider adding :link to Sizzle) closed by
- duplicate: This has been ported to a more widespread Sizzle issue: …
- 02:28 Ticket #9810 (Rewrite Positional Selector Logic) closed by
- fixed: Been there. Done that.
- 02:26 Ticket #7596 (xpath selector attribute name with brackets [] fails) closed by
- fixed
- 02:24 Ticket #11961 ("Maximum call stack size exceeded" when using jQuery#is) closed by
- fixed
- 02:21 Ticket #10499 (:nth-child() inside :has() treated as if outside it) closed by
- fixed
- 02:20 Ticket #7281 (Sizzle Extension API is broken) closed by
- invalid: No longer applies
- 02:19 Ticket #7010 (:not(:has(:has(*))) fails) closed by
- fixed: Sizzle: fix multiple nested pseudos. Fixes #7010. Changeset: …
07/02/12:
- 21:08 Ticket #12004 (Allow ajax.method as alias for ajax.type) created by
- Suggestion to 1.9. Can be better to rename the ajax.type to ajax.method? …
- 20:56 Ticket #12003 (jQuery.inArray() returns -1 for value that is in array if it is the only ...) closed by
- invalid: new Array(4) create [,,,] not [4].
- 20:54 Ticket #12003 (jQuery.inArray() returns -1 for value that is in array if it is the only ...) created by
- var a = new Array(4); $.inArray(4, a) returns -1. This should return 0, …
- 19:50 Ticket #12002 ($('<select class="question" />'); vs $('<select />', {'class': ...) created by
- In response to the feedback I got on this Stack Overflow question: …
- 18:59 Ticket #12001 (Flickering in slide show) closed by
- invalid: Please seek help on a forum.
- 18:59 Ticket #12000 (remove() doesn't work most of the times) closed by
- invalid
- 17:48 Ticket #12001 (Flickering in slide show) created by
- Hi, When i play slide show in overlay(creating mask and play on top of …
- 12:26 Ticket #12000 (remove() doesn't work most of the times) created by
- the remove function doesn't work always.it works very few times.tried with …
- 09:17 Ticket #11999 (Incremental animation on fixed div does subtraction instead of addition in ...) created by
- Run the fallowing fiddle in Chrome: http://jsfiddle.net/dg5xW/ When …
- 01:17 Ticket #11998 (Change array.length check to $.isArray) closed by
- wontfix: From the docs: > Description: Convert an array-like object into a true …
07/01/12:
- 21:53 Ticket #11998 (Change array.length check to $.isArray) created by
- I would like to propose changing makeArray to use !$.isArray(array) …
- 20:34 Ticket #11997 (Feature enhancement: Add hasModifiers() to jQuery.Event) created by
- I'd propose a method for events which would be true if any of shiftKey, …
- 19:56 Ticket #11996 (RSS-feed down) created by
- The RSS-feed of jQuery was at this location: http://blog.jquery.com/feed/ …
06/30/12:
- 19:47 Ticket #11970 (jQuery adds wrong value to selector property) closed by
- invalid: .selector is used internally and is not subject to support.
- 15:27 Ticket #11995 (report very very slow page jquery.com) created by
- Hello, I connect jquery.com very very slow load site. I live in country …
- 08:27 Ticket #11919 (IE: jQuery .css() returns value in pixels instead of unit of measure ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
06/29/12:
- 14:49 Ticket #11990 (Attr returns NaN for empty, 0 for non-existant tabindex attribute) closed by
- fixed: If it's not in 1.8 beta, consider it fixed already.
- 14:44 Ticket #11986 (Memory Leaks while appending and removing rows from and to the table) closed by
- duplicate
- 14:42 Ticket #11978 (IE hangs for jqXHR) closed by
- invalid: Please ask for help on our forum or StackOverflow.
- 14:09 Ticket #11994 (Drop support for Firefox 3.6) closed by
- fixed: We don't support Firefox 3.6 in 1.8 beta, we'll update the support list …
- 14:07 Ticket #11994 (Drop support for Firefox 3.6) created by
- As you probably know, Firefox 3.6 is no longer supported by Mozilla, maybe …
- 14:05 Ticket #11993 (Delegate(":PositionalSelector") non-deterministic within widgets) closed by
- duplicate: Works in 1.8beta: http://jsfiddle.net/dWJ2M/2/
- 10:09 Ticket #11993 (Delegate(":PositionalSelector") non-deterministic within widgets) created by
- I previously used: […] It worked for me in 1.4.4, but does not in …
- 08:25 Ticket #11911 (Error while using selector with '>' symbol.) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:15 Ticket #11992 (about animate function 0 not equal to 0%?) created by
- When i using animate,i found 0 not equal to 0%. Suppose there is a div …
- 08:12 Ticket #11991 (jQuery .click() behaves different that browser .click() and human click) created by
- Hi again guys. I found .click() is behaving in a strange way so I'll post …
- 02:03 Ticket #11990 (Attr returns NaN for empty, 0 for non-existant tabindex attribute) created by
- This is related to bug #3916; however, it has appeared to resurface in …
Note: See TracTimeline
for information about the timeline view.
