Timeline
06/20/12:
- 23:44 Ticket #11943 (Custom Build broken) created by
- The custom build grunt task on master doesn't actually generate custom …
- 22:56 Ticket #11942 (subsequent getScript callback does not always fire) created by
- when calling getScript in Firefox 13 for a local successfully loading …
- 15:19 Ticket #11290 (selector interpreted as HTML) closed by
- fixed: Adjust jQuery('html') detection to only match when html starts with '<' …
- 14:47 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 …
- 13:41 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 …
- 11:15 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 of …
- 08:41 Ticket #11861 (IE html5 Elements are not "activated" when you convert them to a jquery ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
06/19/12:
- 21:22 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 Events …
- 21:18 Ticket #11937 (Data method not returning value for dynamic select options) closed by
- worksforme: Works fine for me. http://jsfiddle.net/rwaldron/tbuFQ/
- 21:13 Ticket #11937 (Data method not returning value for dynamic select options) reopened by
- 20:50 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. See …
- 20:41 Ticket #11936 ($(window).one("click", ....) does not work in IE7) created by
- $(window).one("click", ....) does not work in IE7 but work in all other …
- 20:41 Ticket #11935 (Data method rounds string values as numerics) closed by
- duplicate
- 20:40 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 …
- 20:32 Ticket #11934 (Enhancement: allow ":once" on event names to indicate one() variant event ...) created by
- I am a big fan of the "one()" functionality. But I have a suggestion for a …
- 18:56 Ticket #11930 (Ajax POST is encoded in UTF-16) closed by
- invalid
- 18:37 Ticket #11290 (selector interpreted as HTML) reopened by
- Now it's gone too far the other way... http://jsfiddle.net/HCa89/1/
- 17:58 Ticket #11933 (IE8 & 9 : Get script error after trigger click() - SCRIPT5007: Unable to ...) created by
- In both IE 8 & 9, getting script error below after trigger click(). …
- 15:35 Ticket #11290 (selector interpreted as HTML) closed by
- fixed: When detecting html in init, ignore html characters within quotes, …
- 15:30 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 bring …
- 15:00 Ticket #10270 ((any) attribute selector does not match if value contains '\') closed by
- fixed: Update Sizzle: fixes a bug dealing with backslashes in selectors. Fixes …
- 07:58 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) value …
- 06:38 Ticket #11355 (":input[value]" and ":input:not([value])" returning wrong elements) closed by
- duplicate
- 06:32 Ticket #11079 (Selector bug: strange interaction between > and :visible) closed by
- duplicate: fixed
- 06:26 Ticket #10570 (:text selector throws an error in IE7 when there is a cross domain iframe ...) closed by
- fixed: This has been implemented in 1.8.
- 06:16 Ticket #10471 (Custom selectors do not get added to subbed version of jQuery.) closed by
- wontfix: $.sub has been deprecated and will be removed.
- 06:13 Ticket #10074 (Chaining two [] selector with :first not working) closed by
- fixed: This started working when jQuery.attr was plugged into sizzle, but now …
- 06:12 Ticket #10003 (Regression/BC break from #6963) closed by
- fixed: This seems to work now
- 06:04 Ticket #3778 (selector matching issues) closed by
- fixed: valid if escaped: http://jsfiddle.net/yjCW7/1/
- 05:59 Ticket #8429 (:empty discrepancy between IE and Chrome) closed by
- wontfix: It sounds like wontfix is the consensus here, and I agree.
- 05:55 Ticket #5568 (Selectors behave differently with comments tags on FF/IE) closed by
- fixed: Fixed in …
- 05:50 Ticket #11814 (Sizzle's element-rooted QSA strategy (i.e. attaching a temporary id) does ...) closed by
- fixed: Update Sizzle: adds selector divisions for element-rooted QSA in the …
- 04:26 Ticket #11931 (attributeHas selector does not work with jsdom or any other W3C compliant ...) closed by
- wontfix: Seems silly to break every website using jQuery just because jsdom chose …
- 04:06 Ticket #11931 (attributeHas selector does not work with jsdom or any other W3C compliant ...) created by
- The issue boils down into the fact that JQuery assumes that DOM's …
- 03:26 Ticket #11924 (Add cross-browser fix for Opera 11.x regarding onhashchange) closed by
- invalid: Cool, thanks for looking into this!
- 03:13 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 …
- 02:54 Ticket #11930 (Ajax POST is encoded in UTF-16) created by
- When I submit Chinese characters (in this example, 中文) via an .ajax() …
06/18/12:
- 17:27 Ticket #10373 (`document.defaultView` => `window`) closed by
- fixed: Update document.defaultView.getComputedStyle. Fixes #10373 Changeset: …
- 17:13 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 …
- 16:32 Ticket #9385 (Deprecate jQuery.browser) closed by
- fixed: Duly and exhaustively deprecated. The jQuery.browser repo will be merged …
- 16:23 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 can …
- 16:20 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!
- 16:19 Ticket #11921 (curCSS issue with jQuery UI) closed by
- invalid: scott.gonzalez knows what he's doing. I shouldn't have re-opened.
- 15:30 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 …
- 14:11 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 false …
- 14:11 Ticket #11927 (Implement EventSource) closed by
- duplicate
- 13:41 Ticket #11926 (Implement EventSource) closed by
- plugin: As the author of jQuery.EventSource, I believe this should remain as a …
- 13:15 Ticket #11927 (Implement EventSource) created by
- I'm interested in implementing EventSource in jQuery with a fallback …
- 13:13 Ticket #11926 (Implement EventSource) created by
- I'm interested in implementing EventSource in jQuery with a fallback …
- 02:40 Ticket #11925 (special.teardown should pass the handle as second argument) created by
- The code in jQuery.event.special.beforeunload.teardown assumes this second …
- 02:39 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 …
- 01:35 Ticket #11923 (.removeClass() should remove all occurrences of class name) created by
- This behaviour is erroneous in my view: […]
06/17/12:
- 01:37 Ticket #11921 (curCSS issue with jQuery UI) reopened by
- We recently removed jQuery.curCSS in 1.8pre as its been deprecated since …
06/16/12:
- 17:34 Ticket #11922 (jQuery dateinput validator on Safari and Chrome) created by
- Hi there! The minimal setting for dateinput is cross browsing, of course. …
- 16:09 Ticket #11168 (slideToggle and css position in IE) closed by
- wontfix: needsdocs tickets should be closed. Once the documenting happens, remove …
- 15:44 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 …
- 15:35 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 …
- 15:14 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 because …
- 01:42 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. …
- 01:40 Ticket #11566 (node.append et al. does not work when node is a DocumentFragment) reopened by
- 01:28 Ticket #9505 (animate() issue when mixing percentages and pixels in WebKit) closed by
- fixed: Fix #9505, percentage position values in Webkit, closes gh-825. …
- 00:58 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 pretty …
- 00:47 Ticket #11905 (Bad license urls) closed by
- fixed: Fix #11905, correct package.json license URLs, closes gh-826. Changeset: …
- 00:38 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 …
06/15/12:
- 22:25 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 then …
- 15:23 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 …
- 11:21 Ticket #11918 (:eq selector problem when using tag name with ':') created by
- Hello, There is a problem when using selector with ':' (ex. :eq() ) with …
- 07:11 Ticket #11917 (Attribute selector bug on Opera) created by
- http://jsfiddle.net/9ewL7/1/ In Opera (11.64, 12.0) the results are not …
- 06:12 Ticket #11109 (Sizzle: Expr.relative truncates prematurely) closed by
- fixed: Fixed in …
- 01:57 Ticket #11916 (Adding a button type="button" .. element in iE8 + iE7 compatibility mode ...) created by
- in iE8 + iE7 compatibility mode, when you create insert a <button …
06/14/12:
- 22:35 Ticket #11915 (buildParams fails tries to serialize obj functions) closed by
- wontfix: Param objects should only contain serialization safe values - JSON doesn't …
- 21:59 Ticket #11915 (buildParams fails tries to serialize obj functions) created by
- the buildParams funcion , called by $.ajax, fails when you pass an object …
- 18:42 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 large …
- 18:34 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 (you …
- 18:21 Ticket #11912 (Bug with unwrap?) created by
- Was wandering if the following was a bug with the unwrap function or by …
- 15:29 Ticket #11911 (Error while using selector with '>' symbol.) created by
- Error while using selector with '>' symbol. nodeName is null. This is …
- 15:18 Ticket #11910 ($.animate should have "stepComplete" Callback) created by
- There should be something like a "stepComplete" callback, which should …
- 12:07 Ticket #11907 (Errors on Eclipse) closed by
- invalid: This isn't the place to report a bug in Eclipse.
- 12:05 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 …
- 11:04 Ticket #11909 (cc) closed by
- invalid: ============ --------- to you too!
- 09:32 Ticket #11909 (cc) created by
- [[Image( == == == == == […] …
- 08:51 Ticket #11908 (special.teardown() method namespaces argument is not an array) created by
- special.teardown() method should have namespaces argument of type array, …
- 08:32 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 following …
- 08:16 Ticket #11840 (Remove class not working proper) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:16 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 …
- 07:59 Ticket #11906 (ajax error on cross-domain-request) created by
- If you want to do an ajax-request to a different domain with jQuery ajax …
- 03:23 Ticket #11905 (Bad license urls) created by
- In the package.json currently in master, the urls that point to the …
- 00:13 Ticket #11904 ('change' event no triggered if you modify `val()` by code) closed by
- invalid: Well we should follow the spec or you can lobby them to change it. You can …
06/13/12:
- 23:07 Ticket #11904 ('change' event no triggered if you modify `val()` by code) created by
- If I have a textfield with a handler listening to "change" event it is …
- 12:28 Ticket #11903 (css selectors "jq.is()" g ...) created by
- $('<u><b><b><i></i></b></b></u>').find('i').is('u > b i') == false for …
- 11:26 Ticket #11902 (:not + :contains selectors) created by
- I'm trying to use this code: $('div.b:not(:has(p:contains(not …
- 10:46 Ticket #11901 (JQuery opacity test is not exhaustive according to spec) created by
- On line 1417 of version 1.7.2 of JQuery there is a check to ensure that …
- 07:28 Ticket #11900 ($(document).ready doesn't work with IE (7,8,9) and dynamic iFrame) created by
- With DFP iFrame (DFP = Google Ad Server), $(document).ready does not work …
Note: See TracTimeline
for information about the timeline view.
