Timeline
Jul 7, 2012:
- 11:31 PM Ticket #12040 (Test against Content Security Policy (CSP)) created by
- Ticket #11249 fixed a CSP issue with inline styles used for feature …
- 10:46 PM Ticket #12032 ($.browser.safari returns true in latest Chrome release) closed by
- wontfix: This is because $.browser is unmaintained - to maintain is to …
- 5:49 PM Ticket #11249 (CSP error in Chrome 18 when loading jQuery 1.7.1) closed by
- fixed: https://github.com/jquery/jquery/commit/dc83072878ed9636c8158a014bd9fa4 …
- 5:28 PM Changeset [dc83072]1.12-stable2.2-stablekillphp by
- src/support.js
- 4:48 PM Ticket #12037 (jQuery triggers default CSP inline style blocking) closed by
- duplicate: Thanks, we'll handle this in #11249. I appreciate the patch!
- 4:45 PM Ticket #11249 (CSP error in Chrome 18 when loading jQuery 1.7.1) reopened by
- 3:38 PM Ticket #12027 (Uses classList in Chrome/Firefox for className management) closed by
- duplicate
- 1:10 PM Changeset [c8e8d90]1.12-stable2.2-stablekillphp by
- src/sizzle
- 12:44 PM Changeset [c5259bf1]1.12-stable2.2-stablekillphp by
- src/sizzle
- 6:11 AM Ticket #12037 (jQuery triggers default CSP inline style blocking) created by
- This is a re-filing of #11249 since that got closed. (Sorry about the …
Jul 6, 2012:
- 11:32 PM Ticket #12033 (The requested URL /servcars/js/jquery-1.3.2.min.js was not found on ...) closed by
- invalid: This isn't a jQuery core bug. It's not even a bug report.
- 7:14 PM Changeset [115fc4c]1.12-stable2.2-stablekillphp by
- src/sizzle
- 5:17 PM Ticket #10290 (ELEMENT TRAVERSING API) reopened by
- Reopening for possible inclusion in 2.0; Orkel has volunteered.
- 2:49 PM Ticket #12033 (The requested URL /servcars/js/jquery-1.3.2.min.js was not found on ...) created by
- 1:46 PM 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 …
- 11:31 AM Ticket #12031 (Allow objects as event handlers) created by
- Doing OOP with jQuery events requires a lot of $.proxy boilerplate. …
- 11:16 AM Changeset [3f579f34]1.12-stable2.2-stablekillphp by
- src/sizzle
- 11:11 AM Changeset [00d1603]1.12-stable2.2-stablekillphp by
- src/sizzle
- 10:16 AM Ticket #12018 ($(document).ready() fires too early in IE8) closed by
- fixed: Fix #12018, readyState "interactive" in oldIE lies! Closes gh-848. …
- 10:12 AM Changeset [f5fd4125]1.12-stable2.2-stablekillphp by
- src/core.js
- test/data/event/asyncReady.html
- test/data/event/longLoadScript.php
- test/data/event/promiseReady.html
- test/data/event/syncReady.html
- test/data/event/syncReadyLongLoad.html
- test/unit/event.js
- 10:04 AM 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. …
- 10:01 AM Changeset [aaf134bb]1.12-stable2.2-stablekillphp by
- src/offset.js
- test/index.html
- test/unit/offset.js
- 9:48 AM Changeset [05aff40]1.12-stable2.2-stablekillphp by
- src/core.js
- src/manipulation.js
- src/traversing.js
- 9:22 AM Changeset [f8baea8]1.12-stable2.2-stablekillphp by
- src/data.js
- src/manipulation.js
- 9:11 AM Ticket #11971 (Animating background-position fails in IE8) closed by
- fixed: Fix #11971: force numeric animation start to be numeric, closes …
- 9:09 AM Changeset [7532bd7]1.12-stable2.2-stablekillphp by
- src/core.js
- src/queue.js
- 3:33 AM Ticket #12030 (.attr() bug drowser differences IE8) created by
- Browser: IE version 8.0.6001.18702 on WinXp Firefox 13.0.1 on same …
- 12:48 AM 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.
- 12:42 AM 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 …
- 12:30 AM Ticket #11643 (USING VARIABLE TO REPLACE REDUPLICATE STRINGS) closed by
- wontfix: antishok, thanks for doing the investigative work, but if this only …
Jul 5, 2012:
- 11:20 PM 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 …
- 9:38 PM Changeset [1793eab]1.12-stable2.2-stablekillphp by
- src/effects.js
- test/data/testsuite.css
- test/unit/effects.js
- 9:14 PM 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 …
- 5:46 PM Changeset [86b775d]1.12-stable2.2-stablekillphp by
- src/event.js
- 5:26 PM 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. …
- 5:23 PM Ticket #12027 (Uses classList in Chrome/Firefox for className management) created by
- Uses el.classList DOMTokenList to handler attr(class) that support it. …
- 5:21 PM Changeset [cdd5132]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/core.js
- 5:17 PM Ticket #12026 (Let $(html, props) use any jQuery.fn method) created by
- As discussed in IRC. Rather than keeping a separate
.attrFn
white … - 5:09 PM Ticket #12025 ((Not Really) New jQuery Static Method: wait) created by
- Ever since deferred was refactored out two years ago, every single …
- 4:41 PM Changeset [1e02761]1.12-stable2.2-stablekillphp by
- src/sizzle
- 4:38 PM Changeset [43f24d50]1.12-stable2.2-stablekillphp by
- src/sizzle
- 3:52 PM Changeset [de9bed3]1.12-stable2.2-stablekillphp by
- test/.jshintrc
- test/unit/ajax.js
- test/unit/attributes.js
- test/unit/callbacks.js
- test/unit/core.js
- test/unit/css.js
- test/unit/data.js
- test/unit/deferred.js
- test/unit/dimensions.js
- test/unit/effects.js
- …
- 2:52 PM Changeset [3dc77c4]1.12-stable2.2-stablekillphp by
- src/sizzle
- 1:25 PM Ticket #12024 (Certain attributes should be treated as case-insensitive when ...) created by
- Hi, Please see …
- 1:03 PM Ticket #12023 (Add new $.sjax method to explicitly support synchronous AJAX) created by
- Currently, the
$.ajax
method has an"async"
option that has been … - 11:43 AM Ticket #12021 (Install error) closed by
- invalid: Please ask for support on the forums or on …
- 11:36 AM Ticket #12021 (Install error) created by
- Hi I try to run your install, and get this error: Script: …
- 10:37 AM 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 …
- 9:11 AM Ticket #12012 (unable to disable 'readonly') closed by
- duplicate: Use
.prop()
. - 9:08 AM Ticket #12015 (»e.returnValue = false;« does often raise "... member not found .." ...) closed by
- invalid: This is an issue with what the plugin is doing, not jQuery. IE 6/7 …
- 9:00 AM Ticket #12019 (Calling next() on an element without any next sibling throws) closed by
- duplicate: No test case provided, but seems like a dup.
- 8:51 AM Ticket #12013 (Problem on parseInt of '08' and '09') closed by
- invalid: Ask on a forum.
- 8:50 AM 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 …
- 8:22 AM Ticket #12019 (Calling next() on an element without any next sibling throws) created by
- Test case - $("body").next(); Throws (in Chrome 20) - TypeError: …
- 8:17 AM Ticket #12018 ($(document).ready() fires too early in IE8) created by
- Demo: http://jsfiddle.net/highcharts/SHD92/ 1. Open the URL in a …
- 7:25 AM 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 …
- 5:06 AM Ticket #12015 (»e.returnValue = false;« does often raise "... member not found .." ...) created by
- Test case: http://jsfiddle.net/hfQeG/4/
- 4:34 AM Ticket #12014 (jQuery's clone method doesn't clone events bound via addEventListener ...) created by
- See example: http://jsfiddle.net/yvguq
- 4:31 AM 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 …
- 3:28 AM Ticket #12013 (Problem on parseInt of '08' and '09') created by
- Hello, I have a problem with the function parseInt() : parseInt('01') …
Jul 4, 2012:
- 4:55 PM Changeset [9a40b18]1.12-stable2.2-stablekillphp by
- src/sizzle
- 3:31 PM Ticket #12010 (Data attribute names that contain a digit after a dash are not ...) closed by
- invalid: Numbers aren't valid in data-* attribute names …
- 12:40 PM Changeset [7f81780]1.12-stable2.2-stablekillphp by
- src/sizzle
- 11:02 AM Ticket #12012 (unable to disable 'readonly') created by
- Hello, I use Google Chrome Version 20.0.1132.43 Iceweasel/3.5.16 …
- 10:44 AM 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 …
- 6:06 AM Ticket #12010 (Data attribute names that contain a digit after a dash are not ...) created by
- jQuery 1.7.2 doesn't always return all data attributes with …
Jul 3, 2012:
- 11:09 PM Changeset [f661b9e]1.12-stable2.2-stablekillphp by
- MIT-LICENSE.txt
- src/intro.js
- 10:54 PM Changeset [703f274]1.12-stable2.2-stablekillphp by
- test/unit/offset.js
- 10:17 PM Changeset [5c60e33]1.12-stable2.2-stablekillphp by
- test/unit/offset.js
- 6:08 PM Ticket #8768 (Chunker has problems with single quote in attribute filter) closed by
- fixed: Fixed in …
- 6:07 PM Changeset [cef4161]1.12-stable2.2-stablekillphp by
- src/sizzle
- 4:28 PM Ticket #12009 (jQueryObject.find(element) corrupts the stack) created by
- Version: 1.7.2 Browser: Chrome 21 dev, Firefox 14 …
- 4:04 PM Changeset [9feb945]1.12-stable2.2-stablekillphp by
- src/sizzle
- 3:06 PM Changeset [d7372b1]1.12-stable2.2-stablekillphp by
- src/sizzle
- 2:19 PM Ticket #11881 (.queue length) closed by
- cantfix: http://jsfiddle.net/ZY3CX/ - The "inprogress" sentinel is still in the …
- 2:09 PM Ticket #10799 (Inconsistent results with [name="name"] selectors (also breaks .has)) closed by
- fixed: Sizzle: detects a buggy getElementsByName. Fixes #10799. Changeset: …
- 2:09 PM Changeset [b325f71]1.12-stable2.2-stablekillphp by
- src/sizzle
- 1:54 PM Changeset [461256a]1.12-stable2.2-stablekillphp by
- src/sizzle
- 1:13 PM Ticket #11981 (Form create Dinamicaly) closed by
- invalid: Yep.
- 1:11 PM Ticket #11918 (:eq selector problem when using tag name with ':') closed by
- fixed: This was fixed in the Sizzle refactor.
- 1:07 PM 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 …
- 1:01 PM Ticket #11991 (jQuery .click() behaves different that browser .click() and human click) closed by
- duplicate
- 1:00 PM 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. …
- 12:55 PM Ticket #11995 (report very very slow page jquery.com) closed by
- invalid: Don't use static.jquery.com as a CDN.
- 12:48 PM 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 …
- 12:46 PM Ticket #11999 (Incremental animation on fixed div does subtraction instead of ...) closed by
- fixed: This is working in jquery-git.js; select
jQuery (edge)
in jsFiddle … - 12:17 PM Ticket #12007 (missing offsetX and offsetY in firefox) closed by
- duplicate
- 11:22 AM Changeset [330eb3b]1.12-stable2.2-stablekillphp by
- src/sizzle
- 10:47 AM Ticket #12008 (Element is reflowed once $.outerWidth(true) is called (when ...) created by
- We have problem on Android that calling outerWidth() on element resets …
- 10:31 AM Changeset [d8db54a0]1.12-stable2.2-stablekillphp by
- src/sizzle
- 5:02 AM Ticket #12007 (missing offsetX and offsetY in firefox) created by
- In firefox are offsetX and offsetY in events undefined. Bugfix: Paste …
- 4:39 AM 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 …
- 4:00 AM Ticket #12006 (Please Help!) created by
- Category: Trojan Description: This program is dangerous and executes …
- 12:16 AM Changeset [cdae7479]1.12-stable2.2-stablekillphp by
- src/sizzle
Jul 2, 2012:
- 11:56 PM Ticket #12005 (ajax handle make the error as correct) created by
- as the title, here is my code : […] the url is not realy exist, …
- 11:01 PM Changeset [5c200cf]1.12-stable2.2-stablekillphp by
- src/sizzle
- 10:49 PM Changeset [26f88d3]1.12-stable2.2-stablekillphp by
- src/sizzle
- 10:34 PM Ticket #11552 (Add support for :nth-of-type()) closed by
- duplicate: This issue has been ported to a more widespread sizzle issue: …
- 10:32 PM Ticket #11246 (Custom selectors pass check when returning undefined) closed by
- wontfix: Needs docs. Closing bug.
- 10:31 PM Ticket #11120 (Tabs in some selectors break in IE7) closed by
- fixed
- 10:30 PM Ticket #10843 (Consider adding :link to Sizzle) closed by
- duplicate: This has been ported to a more widespread Sizzle issue: …
- 10:28 PM Ticket #9810 (Rewrite Positional Selector Logic) closed by
- fixed: Been there. Done that.
- 10:26 PM Ticket #7596 (xpath selector attribute name with brackets [] fails) closed by
- fixed
- 10:24 PM Ticket #11961 ("Maximum call stack size exceeded" when using jQuery#is) closed by
- fixed
- 10:21 PM Ticket #10499 (:nth-child() inside :has() treated as if outside it) closed by
- fixed
- 10:20 PM Ticket #7281 (Sizzle Extension API is broken) closed by
- invalid: No longer applies
- 10:19 PM Ticket #7010 (:not(:has(:has(*))) fails) closed by
- fixed: Sizzle: fix multiple nested pseudos. Fixes #7010. Changeset: …
- 10:19 PM Changeset [accb3c4]1.12-stable2.2-stablekillphp by
- src/sizzle
- 9:35 PM Changeset [b414fe1b]1.12-stable2.2-stablekillphp by
- src/attributes.js
- src/sizzle
- 5:52 PM Changeset [6e36cbf9]1.12-stable2.2-stablekillphp by
- src/sizzle
- 5:08 PM 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 …
- 4:56 PM Ticket #12003 (jQuery.inArray() returns -1 for value that is in array if it is the ...) closed by
- invalid:
new Array(4)
create[,,,]
not[4]
. - 4:54 PM Ticket #12003 (jQuery.inArray() returns -1 for value that is in array if it is the ...) created by
- var a = new Array(4); $.inArray(4, a) returns -1. This should return …
- 3:50 PM Ticket #12002 ($('<select class="question" />'); vs $('<select />', {'class': ...) created by
- In response to the feedback I got on this Stack Overflow question: …
- 3:24 PM Changeset [800f47a]1.12-stable2.2-stablekillphp by
- src/sizzle
- src/sizzle-jquery.js
- 2:59 PM Ticket #12001 (Flickering in slide show) closed by
- invalid: Please seek help on a forum.
- 2:59 PM Ticket #12000 (remove() doesn't work most of the times) closed by
- invalid
- 1:48 PM Ticket #12001 (Flickering in slide show) created by
- Hi, When i play slide show in overlay(creating mask and play on top …
- 11:34 AM Changeset [b418fa1]1.12-stable2.2-stablekillphp by
- src/sizzle
- src/traversing.js
- test/unit/css.js
- test/unit/effects.js
- test/unit/event.js
- test/unit/manipulation.js
- 11:34 AM Changeset [f71a6ec]1.12-stable2.2-stablekillphp by
- src/core.js
- 8:26 AM 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 …
- 5:17 AM Ticket #11999 (Incremental animation on fixed div does subtraction instead of ...) created by
- Run the fallowing fiddle in Chrome: http://jsfiddle.net/dg5xW/ When …
Jul 1, 2012:
- 9:17 PM Ticket #11998 (Change array.length check to $.isArray) closed by
- wontfix: From the docs: > Description: Convert an array-like object into a …
- 5:53 PM Ticket #11998 (Change array.length check to $.isArray) created by
- I would like to propose changing
makeArray
to use … - 4:34 PM 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 …
- 3:56 PM Ticket #11996 (RSS-feed down) created by
- The RSS-feed of jQuery was at this location: …
Jun 30, 2012:
- 3:53 PM Changeset [f18b759]1.12-stable2.2-stablekillphp by
- package.json
- 3:47 PM Ticket #11970 (jQuery adds wrong value to selector property) closed by
- invalid: .selector is used internally and is not subject to support.
- 2:53 PM Changeset [3d822af]1.12-stable2.2-stablekillphp by
- grunt.js
- 11:27 AM Ticket #11995 (report very very slow page jquery.com) created by
- Hello, I connect jquery.com very very slow load site. I live in …
- 4:27 AM 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 …
Note: See TracTimeline
for information about the timeline view.