Timeline
Jun 21, 2012:
- 6:51 PM Ticket #11952 ([safari] Font properties not parsed/returned correctly by css function) created by
- Given […] and […] On Safari 5.1.7 Mac and Mobile Safari iOS …
- 4:03 PM Changeset [d5658e9]1.12-stable2.2-stablekillphp by
- package.json
- 3:58 PM Ticket #11951 (mousemove offsetX and offsetY are undefined in FF13) closed by
- duplicate
- 3:57 PM Changeset [26bdbb8]1.12-stable2.2-stablekillphp by
- src/core.js
- 3:55 PM Ticket #11949 (Cannot bind to 'watch' event in Firefox) closed by
- wontfix: This is definitely not a jQuery bug. Mozilla and Firefox devs have …
- 3:39 PM Ticket #11617 (Define a $.parseHTML method for creating HTML fragments) closed by
- fixed: Add parseHTML for explicitly parsing strings into html. Fixes #11617. …
- 3:39 PM Changeset [e2497c6]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 3:30 PM Changeset [7ff3da1]1.12-stable2.2-stablekillphp by
- grunt.js
- 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
- …
- 3:24 PM Ticket #11951 (mousemove offsetX and offsetY are undefined in FF13) created by
- the first argument's properties offsetX and offsetY on the mousemove …
- 2:52 PM Ticket #11950 (jquery 1.6..2.min.js - Invalid Argument at Line 18.) created by
- Only in IE 8 when the page loads getting the below error. It worked …
- 2:04 PM Ticket #11949 (Cannot bind to 'watch' event in Firefox) created by
- Firefox has this annoying behavior where Object.prototype.watch is a …
- 1:40 PM Changeset [6650146]1.12-stable2.2-stablekillphp by
- src/core.js
- 12:21 PM Ticket #11948 (.hide() and .hide('fast') lead to different states.) created by
- Using .hide() and .hide('fast') on child elements leads to …
- 11:38 AM Changeset [6cdca88]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 11:38 AM Changeset [c20e031]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 11:14 AM Ticket #11932 (Reading left (and perhaps others) when % returns px in Opera & FF) closed by
- duplicate: This is a bug in webkit, and noted in source …
- 11:08 AM Ticket #11944 (Incorrect calculation of dimensions when parent hidden) closed by
- duplicate
- 9:20 AM Ticket #11947 (datepicker numberOfMonths) closed by
- invalid: If you need programming help, please head to our forum or StackOverflow.
- 8:17 AM Ticket #11947 (datepicker numberOfMonths) created by
- I have two datepicker textboxes StartDate and EndDate. After selecting …
- 8:16 AM Ticket #11946 (adjacent selector before :first-child on ie7) created by
- It looks like a possible bug in the jQuery selector (sizzle), the …
- 6:10 AM Ticket #11945 (Event: hasEvent() and so on.) created by
- I propose to have an interface for the undocumented .data('events') …
- 5:08 AM Ticket #11944 (Incorrect calculation of dimensions when parent hidden) created by
- If you meet the following criteria: 1 - A block level parent element …
- 4:46 AM Ticket #11868 (replaceWith() fails with multiple elements only on IE7-8) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Jun 20, 2012:
- 8:40 PM Ticket #11943 (Custom Build broken) closed by
- fixed: Actually omit files that are specified. Fixes #11943 Signed-off-by: …
- 8:39 PM Changeset [bc9945a]1.12-stable2.2-stablekillphp by
- grunt.js
- 7:44 PM Ticket #11943 (Custom Build broken) created by
- The custom build grunt task on master doesn't actually generate custom …
- 6:56 PM Ticket #11942 (subsequent getScript callback does not always fire) created by
- when calling getScript in Firefox 13 for a local successfully loading …
- 12:52 PM Changeset [f3515b7]1.12-stable2.2-stablekillphp by
- src/sizzle
- 11:55 AM Changeset [c8d5734]1.12-stable2.2-stablekillphp by
- src/sizzle
- 11:41 AM Changeset [cc9bc0b]1.12-stable2.2-stablekillphp by
- src/sizzle
- 11:19 AM Ticket #11290 (selector interpreted as HTML) closed by
- fixed: Adjust jQuery('html') detection to only match when html starts with …
- 11:19 AM Changeset [239fc86]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 10:47 AM Ticket #11941 (on IE9, the checkbox value return 'on) created by
- on IE9, the checkbox value return 'on' if you try to access it through …
- 9:41 AM Ticket #11940 (Ajax request on Android after a back) created by
- Hi, I want to report a real big problem that apears after a Back on …
- 7:15 AM Ticket #11938 (jQuery.css should accept an array to get multiple properties) created by
- If css receives no arguments it should return all computed parameters …
- 4:41 AM Ticket #11861 (IE html5 Elements are not "activated" when you convert them to a ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Jun 19, 2012:
- 5:22 PM Ticket #11936 ($(window).one("click", ....) does not work in IE7) closed by
- cantfix: The browsers are all doing the correct thing for their era. DOM2 …
- 5:18 PM Ticket #11937 (Data method not returning value for dynamic select options) closed by
- worksforme: Works fine for me. http://jsfiddle.net/rwaldron/tbuFQ/
- 5:13 PM Ticket #11937 (Data method not returning value for dynamic select options) reopened by
- 5:11 PM Changeset [286c4d9]1.12-stable2.2-stablekillphp by
- package.json
- 4:50 PM Ticket #11937 (Data method not returning value for dynamic select options) created by
- The data value is not returned for a dynamically added select option. …
- 4:41 PM Ticket #11936 ($(window).one("click", ....) does not work in IE7) created by
- $(window).one("click", ....) does not work in IE7 but work in all …
- 4:41 PM Ticket #11935 (Data method rounds string values as numerics) closed by
- duplicate
- 4:40 PM Ticket #11935 (Data method rounds string values as numerics) created by
- The value of 100.01 is being rounded to 100 in the data response. See …
- 4:32 PM Ticket #11934 (Enhancement: allow ":once" on event names to indicate one() variant ...) created by
- I am a big fan of the "one()" functionality. But I have a suggestion …
- 2:56 PM Ticket #11930 (Ajax POST is encoded in UTF-16) closed by
- invalid
- 2:37 PM Ticket #11290 (selector interpreted as HTML) reopened by
- Now it's gone too far the other way... http://jsfiddle.net/HCa89/1/
- 1:58 PM Ticket #11933 (IE8 & 9 : Get script error after trigger click() - SCRIPT5007: Unable ...) created by
- In both IE 8 & 9, getting script error below after trigger click(). …
- 11:35 AM Ticket #11290 (selector interpreted as HTML) closed by
- fixed: When detecting html in init, ignore html characters within quotes, …
- 11:35 AM Changeset [7692ae4]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 11:30 AM Ticket #9521 (XSS with $(location.hash) and $(#<tag>) is needed?) closed by
- fixed: We've already fixed the issue described in this ticket. The comments …
- 11:00 AM Ticket #10270 ((any) attribute selector does not match if value contains '\') closed by
- fixed: Update Sizzle: fixes a bug dealing with backslashes in selectors. …
- 11:00 AM Changeset [868a9ce]1.12-stable2.2-stablekillphp by
- src/sizzle
- 3:58 AM Ticket #11932 (Reading left (and perhaps others) when % returns px in Opera & FF) created by
- Example: http://jsbin.com/3/opufet/2 In Chrome (and Webkit based) …
- 2:38 AM Ticket #11355 (":input[value]" and ":input:not([value])" returning wrong elements) closed by
- duplicate
- 2:32 AM Ticket #11079 (Selector bug: strange interaction between > and :visible) closed by
- duplicate: fixed
- 2:26 AM Ticket #10570 (:text selector throws an error in IE7 when there is a cross domain ...) closed by
- fixed: This has been implemented in 1.8.
- 2:23 AM Changeset [fcd6ea8]1.12-stable2.2-stablekillphp by
- src/sizzle
- 2:16 AM Ticket #10471 (Custom selectors do not get added to subbed version of jQuery.) closed by
- wontfix:
$.sub
has been deprecated and will be removed. - 2:13 AM Ticket #10074 (Chaining two [] selector with :first not working) closed by
- fixed: This started working when jQuery.attr was plugged into sizzle, but now …
- 2:12 AM Ticket #10003 (Regression/BC break from #6963) closed by
- fixed: This seems to work now
- 2:04 AM Ticket #3778 (selector matching issues) closed by
- fixed: valid if escaped: http://jsfiddle.net/yjCW7/1/
- 1:59 AM Ticket #8429 (:empty discrepancy between IE and Chrome) closed by
- wontfix: It sounds like wontfix is the consensus here, and I agree.
- 1:55 AM Ticket #5568 (Selectors behave differently with comments tags on FF/IE) closed by
- fixed: Fixed in …
- 1:50 AM Ticket #11814 (Sizzle's element-rooted QSA strategy (i.e. attaching a temporary id) ...) closed by
- fixed: Update Sizzle: adds selector divisions for element-rooted QSA in the …
- 1:50 AM Changeset [ccffddd]1.12-stable2.2-stablekillphp by
- src/sizzle
- 12:40 AM Changeset [2e5d645]1.12-stable2.2-stablekillphp by
- src/sizzle
- 12:26 AM Ticket #11931 (attributeHas selector does not work with jsdom or any other W3C ...) closed by
- wontfix: Seems silly to break every website using jQuery just because jsdom …
- 12:06 AM Ticket #11931 (attributeHas selector does not work with jsdom or any other W3C ...) created by
- The issue boils down into the fact that JQuery assumes that DOM's …
Jun 18, 2012:
- 11:26 PM Ticket #11924 (Add cross-browser fix for Opera 11.x regarding onhashchange) closed by
- invalid: Cool, thanks for looking into this!
- 11:13 PM Ticket #11826 (Explore a parsed caching system for matchesSelector within Sizzle) closed by
- fixed: Move quickIs to Sizzle; Remove duplicate id matching in init; Added …
- 11:10 PM Changeset [713cc86]1.12-stable2.2-stablekillphp by
- src/core.js
- src/event.js
- src/sizzle
- test/unit/event.js
- 10:54 PM Ticket #11930 (Ajax POST is encoded in UTF-16) created by
- When I submit Chinese characters (in this example, 中文) via an .ajax() …
- 4:02 PM Changeset [c18f1f1]1.12-stable2.2-stablekillphp by
- test/unit/offset.js
- 2:33 PM Changeset [5c375065]1.12-stable2.2-stablekillphp by
- src/sizzle
- 2:17 PM Changeset [c31a5ee]1.12-stable2.2-stablekillphp by
- src/css.js
- 1:52 PM Changeset [90a6a49]1.12-stable2.2-stablekillphp by
- test/unit/offset.js
- 1:28 PM Changeset [bab641a1]1.12-stable2.2-stablekillphp by
- src/support.js
- 1:27 PM Ticket #10373 (`document.defaultView` => `window`) closed by
- fixed: Update document.defaultView.getComputedStyle. Fixes #10373 …
- 1:27 PM Changeset [f7ee1f6e]1.12-stable2.2-stablekillphp by
- src/css.js
- src/support.js
- 1:25 PM Changeset [ab542c1]1.12-stable2.2-stablekillphp by
- grunt.js
- 1:13 PM Ticket #11929 (cannot compare 9 and 10, 99 and 100, 999 and 1000 etc...) closed by
- invalid: I think rwaldron is getting soft. Please ask for help on a place like …
- 12:32 PM Ticket #9385 (Deprecate jQuery.browser) closed by
- fixed: Duly and exhaustively deprecated. The jQuery.browser repo will be …
- 12:23 PM Ticket #11929 (cannot compare 9 and 10, 99 and 100, 999 and 1000 etc...) created by
- cannot compare 9 and 10, 99 and 100, 999 and 1000 etc... similarly you …
- 12:20 PM Ticket #8387 (flickering problem with jQuery 1.5 hide/show issue with inline and ...) closed by
- fixed: This is fixed. No unit test to write. All hail the animation rewrite!
- 12:19 PM Ticket #11921 (curCSS issue with jQuery UI) closed by
- invalid: scott.gonzalez knows what he's doing. I shouldn't have re-opened.
- 11:30 AM Ticket #11010 (Make Deferred.then == Deferred.pipe like Promise/A) closed by
- fixed: I've retitled the ticket to describe its actual goal, which was …
- 10:11 AM Ticket #11928 (IE6/IE7 security warning when using $.get() to add HTML content with ...) created by
- When using $.get(...) to add content to an HTTPS page, IE7 gives a …
- 10:11 AM Ticket #11927 (Implement EventSource) closed by
- duplicate
- 9:41 AM Ticket #11926 (Implement EventSource) closed by
- plugin: As the author of jQuery.EventSource, I believe this should remain as a …
- 9:15 AM Ticket #11927 (Implement EventSource) created by
- I'm interested in implementing EventSource in jQuery with a fallback …
- 9:13 AM Ticket #11926 (Implement EventSource) created by
- I'm interested in implementing EventSource in jQuery with a fallback …
Jun 17, 2012:
- 10:40 PM Ticket #11925 (special.teardown should pass the handle as second argument) created by
- The code in jQuery.event.special.beforeunload.teardown assumes this …
- 10:39 PM Ticket #11924 (Add cross-browser fix for Opera 11.x regarding onhashchange) created by
- Opera 11.1 and 11.5 (maybe more subversions) support onhashchange, but …
- 9:35 PM Ticket #11923 (.removeClass() should remove all occurrences of class name) created by
- This behaviour is erroneous in my view: […]
- 3:42 PM Changeset [80295ed]1.12-stable2.2-stablekillphp by
- src/sizzle
- src/sizzle-jquery.js
Jun 16, 2012:
- 9:37 PM Ticket #11921 (curCSS issue with jQuery UI) reopened by
- We recently removed jQuery.curCSS in 1.8pre as its been deprecated …
- 1:34 PM Ticket #11922 (jQuery dateinput validator on Safari and Chrome) created by
- Hi there! The minimal setting for dateinput is cross browsing, of …
- 12:09 PM Ticket #11168 (slideToggle and css position in IE) closed by
- wontfix: needsdocs tickets should be closed. Once the documenting happens, …
- 11:44 AM Ticket #11523 (in Opera, offset() returns 0's on inline elements with negative ...) closed by
- wontfix: We closed the pull request because it was too large to warrant the …
- 11:35 AM Ticket #11225 (Animations flicker in Webkit and IE when "opposing" attributes are ...) closed by
- cantfix: I'm not sure there is anything we can do here. Firefox allows for …
- 11:14 AM Ticket #10182 (.show(duration) on td in chrome mispositions content) closed by
- wontfix: This is fixed as of Chrome 19, and is also fixed on jQuery edge …
- 10:57 AM Changeset [a416e2b]1.12-stable2.2-stablekillphp by
- test/index.html
Jun 15, 2012:
- 10:29 PM Changeset [ea9ec952]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 9:42 PM Ticket #11566 (node.append et al. does not work when node is a DocumentFragment) closed by
- fixed: Fix #11566, allow appending to DocumentFragment, closes gh-814. …
- 9:40 PM Ticket #11566 (node.append et al. does not work when node is a DocumentFragment) reopened by
- 9:37 PM Changeset [9c28a32]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 9:28 PM Ticket #9505 (animate() issue when mixing percentages and pixels in WebKit) closed by
- fixed: Fix #9505, percentage position values in Webkit, closes gh-825. …
- 9:25 PM Changeset [0b352f6]1.12-stable2.2-stablekillphp by
- src/css.js
- src/effects.js
- src/support.js
- test/unit/css.js
- 9:01 PM Changeset [a101e81]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/attributes.js
- src/callbacks.js
- src/core.js
- src/css.js
- src/deferred.js
- src/effects.js
- src/manipulation.js
- src/traversing.js
- 8:58 PM Ticket #11921 (curCSS issue with jQuery UI) closed by
- invalid: Well Scott should know so I'll close this ticket. Just FYI that's a …
- 8:47 PM Ticket #11905 (Bad license urls) closed by
- fixed: Fix #11905, correct package.json license URLs, closes gh-826. …
- 8:45 PM Changeset [46d6804]1.12-stable2.2-stablekillphp by
- package.json
- 8:38 PM Ticket #11921 (curCSS issue with jQuery UI) created by
- When I use jQuery UI v1.8.18 position utility with jQuery 1.8pre I am …
- 6:25 PM Ticket #11920 (jQuery append with element of attribute src makes IE do second request) created by
- Example: Create a script DOM element and set the src attribute and …
- 4:10 PM Changeset [75bed12]1.12-stable2.2-stablekillphp by
- src/sizzle
- 2:24 PM Changeset [8763bec]1.12-stable2.2-stablekillphp by
- src/sizzle
- 11:23 AM Ticket #11919 (IE: jQuery .css() returns value in pixels instead of unit of measure ...) created by
- For example, if a div has a max-width of 97%, calling …
- 9:56 AM Changeset [e64f89d]1.12-stable2.2-stablekillphp by
- package.json
- 9:23 AM Changeset [a7430dfb]1.12-stable2.2-stablekillphp by
- test/index.html
- 7:21 AM Ticket #11918 (:eq selector problem when using tag name with ':') created by
- Hello, There is a problem when using selector with ':' (ex. :eq() ) …
- 3:11 AM Ticket #11917 (Attribute selector bug on Opera) created by
- http://jsfiddle.net/9ewL7/1/ In Opera (11.64, 12.0) the results are …
- 2:12 AM Ticket #11109 (Sizzle: Expr.relative truncates prematurely) closed by
- fixed: Fixed in …
- 2:09 AM Changeset [8f944a1]1.12-stable2.2-stablekillphp by
- src/sizzle
- test/index.html
Jun 14, 2012:
- 9:57 PM Ticket #11916 (Adding a button type="button" .. element in iE8 + iE7 compatibility ...) created by
- in iE8 + iE7 compatibility mode, when you create insert a <button …
- 6:35 PM Ticket #11915 (buildParams fails tries to serialize obj functions) closed by
- wontfix: Param objects should only contain serialization safe values - JSON …
- 5:59 PM Ticket #11915 (buildParams fails tries to serialize obj functions) created by
- the buildParams funcion , called by $.ajax, fails when you pass an …
- 2:42 PM Ticket #11914 (selector.submit() fails when using jQuery selector to grab form) created by
- When submitting a form using the GET method with many fields and a …
- 2:34 PM Ticket #11913 (clone().show() does not revert to original CSS display property, ...) created by
- TEST: http://jsfiddle.net/bsnxp/1/ What it does: - Hides the div …
- 2:21 PM Ticket #11912 (Bug with unwrap?) created by
- Was wandering if the following was a bug with the unwrap function or …
- 11:29 AM Ticket #11911 (Error while using selector with '>' symbol.) created by
- Error while using selector with '>' symbol. nodeName is null. This is …
- 11:18 AM Ticket #11910 ($.animate should have "stepComplete" Callback) created by
- There should be something like a "stepComplete" callback, which should …
- 8:07 AM Ticket #11907 (Errors on Eclipse) closed by
- invalid: This isn't the place to report a bug in Eclipse.
- 8:05 AM Ticket #11908 (special.teardown() method namespaces argument is not an array) closed by
- invalid: We never documented that, and it's not useful anyway because the …
- 7:04 AM Ticket #11909 (cc) closed by
- invalid: ============ --------- to you too!
- 5:32 AM Ticket #11909 (cc) created by
- [[Image( == == == == == […] …
- 4:51 AM Ticket #11908 (special.teardown() method namespaces argument is not an array) created by
- special.teardown() method should have namespaces argument of type …
- 4:32 AM Ticket #11907 (Errors on Eclipse) created by
- Hi I am using jquery-1.7.1.min.js on my app, and i am having the …
- 4:16 AM Ticket #11840 (Remove class not working proper) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:16 AM Ticket #11834 (animate opacity fails on IE7-8) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:59 AM Ticket #11906 (ajax error on cross-domain-request) created by
- If you want to do an ajax-request to a different domain with jQuery …
Note: See TracTimeline
for information about the timeline view.