Timeline
Dec 14, 2011:
- 8:53 PM Ticket #11028 ($.event.handle stopped working on jQuery 1.7.x) closed by
- invalid: You would need to contact the author of the plugin. The address in the …
- 8:53 PM Ticket #11029 (Display of the sponsor information in the API reference) created by
- For now, if you open http://api.jquery.com/ and scroll to the bottom …
- 7:59 PM Ticket #11028 ($.event.handle stopped working on jQuery 1.7.x) created by
- Greetings, I have a jQuery plugin, Lightbox from Balupton, that is …
- 7:47 PM Ticket #11027 (jQuery 1.6.4 erroring with Operation is not supported“ code: ”9) created by
- Hi, Under iceweasel/firefox 3.5.16 I'am getting the following error …
- 5:39 PM Ticket #11026 (issue with appendTo/prependTo and z-index) created by
- I have below code that appends a DIV to a different DIV based on some …
- 3:18 PM Ticket #11004 (getWH incorrectly removes padding and border width when box-sizing is ...) reopened by
- .width() and getWH always returns content width regardless of …
- 2:07 PM Ticket #11025 (selectmenu should have the same state as original select) created by
- I know that im using not released component but i think you should fix …
- 1:34 PM Ticket #11024 (converters['text json'] and converters['text html'] not getting assigned) created by
- Hi, I came across this problem when trying to upgrade to 1.7.1. The …
- 10:33 AM Ticket #11007 (:visible attribute works differently in firefox and IE) closed by
- invalid: The width and height of tbody is 0 in IE, so it is not considered …
- 10:19 AM Ticket #11020 (Bug with CSS in Firefox) closed by
- cantfix: I don't there's anything we can do on our end.
- 9:59 AM Ticket #11016 (Update documentation on deferred.then()) closed by
- wontfix: I'd rather leave it the way it is so that it is a valid overall …
- 9:51 AM Ticket #11022 (.is(":valid") does not work on multiple objects selector) closed by
- invalid: :valid is not a supported jQuery selector. You may be having an issue …
- 9:32 AM Ticket #11004 (getWH incorrectly removes padding and border width when box-sizing is ...) closed by
- invalid: We have 3 methods to manually account for padding, border, and margin. …
- 9:31 AM Ticket #11009 (jQuery not considering current box model when returning current width ...) closed by
- duplicate
- 9:25 AM Ticket #11018 (Small correction to documentation) closed by
- invalid: It is written that way to emphasize that args must be an array of …
- 8:05 AM Ticket #11023 (Ajax calls to # fail in IE) created by
- Ajax calls made to '#' fail in Internet Explorer but they work in …
- 4:40 AM Ticket #11022 (.is(":valid") does not work on multiple objects selector) created by
- Hi, when doing the following command, Firebug returns Syntax error, …
- 3:10 AM Ticket #10922 (parents() followed by add() or andSelf reverses order) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:10 AM Ticket #10920 (response from jSon) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Dec 13, 2011:
- 11:45 PM Ticket #10897 (404 on the link to the autocomplete demo) closed by
- invalid
- 11:42 PM Ticket #10371 (Remove "subline" from test/index.html) closed by
- fixed: Landed in distant times. …
- 10:59 PM Ticket #11014 (.Clone Behaviour Changes in IE7 After Installing KB2497640) closed by
- worksforme: I can see the problem happen with a fully patched IE7 and jQuery …
- 10:29 PM Ticket #11021 (Hover hack mangles a namespace named "hover") closed by
- fixed: Fix #11021. There should be no mangling of the "hover" namespace. …
- 10:29 PM Changeset [4534db1]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 10:22 PM Ticket #11021 (Hover hack mangles a namespace named "hover") created by
- On behalf of richhensel at gmail.com in #10882: I was trying to add a …
- 9:58 PM Ticket #10961 (Error in XRegExp using jQuery 1.7.1 in IE6-9) closed by
- fixed: Fix #10961. XRegExp's shimmed .exec() can't handle undefined. There's …
- 9:57 PM Changeset [5798eab1]1.12-stable2.2-stablekillphp by
- src/event.js
- 9:42 PM Ticket #10984 (Cannot off() custom events ($.event.special)) closed by
- fixed: Fix #10984. Use origType when unbinding via the event object. …
- 9:40 PM Changeset [c584ce4]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 8:30 PM Ticket #11020 (Bug with CSS in Firefox) created by
- Try to load this page in Firefox. Try to reload the page. Try to …
- 7:10 PM Ticket #11019 (.empty() on an empty elment deletes siblings.) closed by
- invalid
- 3:30 PM Ticket #11019 (.empty() on an empty elment deletes siblings.) created by
- Suppose you have a truly empty tag: <span id="foo"/> If you call …
- 3:29 PM Ticket #11018 (Small correction to documentation) created by
- Shouldn't the signature of deferred.notify be: deferred.notify( …
- 3:17 PM Ticket #11017 (slideDown() on Internet Explorer requires "hasLayout") created by
- Due to the way that IE renders items, using slideDown() on a DOM …
- 3:00 PM Ticket #11016 (Update documentation on deferred.then()) created by
- The description for deferred.then() is "Add handlers to be called when …
- 12:50 PM Ticket #11015 (Integrate with Closure Compiler) created by
- There are several steps to this, we can break them out later: 1) Work …
- 12:03 PM Ticket #11014 (.Clone Behaviour Changes in IE7 After Installing KB2497640) created by
- Using IE7 on Window XP SP3 after installing the KB2497640 (MS11-018) …
- 11:48 AM Ticket #11013 (Deprecate use of Deferred/Promise with sync $.ajax) created by
- The async option will allow, if set to false, to make synchronous ajax …
- 10:52 AM Ticket #11012 (jquery.event.drag does not work with jQuery 1.7.1) created by
- when use $(document).on("drag", "div", div_Drag) or …
- 10:42 AM Ticket #11011 (Allow traditional options object for $.Callbacks flags) created by
- This enhancement is quite simple. There is some concern about …
- 10:38 AM Ticket #11010 (Make Deferred.then == Deferred.pipe like Promise/A) created by
- It consists primarily in having promise.then implemented like …
- 9:59 AM Ticket #9427 (Passing undefined to .text() does not trigger setter) closed by
- fixed: We landed this space-saving bug fix in …
- 7:55 AM Ticket #11006 ($.ajax() dont trigger success-Method when PHP-Header is set) closed by
- invalid: What you're echoing is not valid javascript, it's not even valid json. …
- 5:44 AM Ticket #11005 (Allignment issue inJQgrid with hide method.) closed by
- invalid: Not a jQuery core issue.
- 5:05 AM Ticket #11009 (jQuery not considering current box model when returning current width ...) created by
- When using a css like this (using a different box model than the …
- 4:52 AM Ticket #11007 (:visible attribute works differently in firefox and IE) created by
- Hi. I have a table with <tbody class="className"></tbody> in it. I …
- 4:12 AM Ticket #11006 ($.ajax() dont trigger success-Method when PHP-Header is set) created by
- Hi, when I request a PHP site with header "application/javascript", …
- 2:59 AM Ticket #10889 (Memory utilized by the browser keeps rising - sizcache is incrementing ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 1:58 AM Ticket #11005 (Allignment issue inJQgrid with hide method.) created by
- Hide() method used for hiding the row element in JQGRID which is …
Dec 12, 2011:
- 5:14 PM Ticket #11003 (Authorization $.ajax issue (maybe with CORS)) closed by
- invalid: Closing per OP's request
- 4:33 PM Ticket #11004 (getWH incorrectly removes padding and border width when box-sizing is ...) created by
- tested in jquery 1.6.4, 1.7.1 tested in chrome 15.0.874.121 m win7 …
- 1:25 PM Ticket #11003 (Authorization $.ajax issue (maybe with CORS)) created by
- […] try this code, and you will find an error, and no call to …
- 12:22 PM Ticket #11002 (Add serializeObject method to core) created by
- It's probably more useful into have a method in core for serializing a …
- 11:24 AM Ticket #10970 (The .on() selector parameter doesn't work with :not(:first) selector) closed by
- fixed: Use Sizzle.Expr.match.globalPOS for identifying POS selectors in …
- 11:23 AM Changeset [2a63b98]1.12-stable2.2-stablekillphp by
- src/sizzle
- src/traversing.js
- test/unit/traversing.js
- 11:19 AM Ticket #11001 (col:visible) closed by
- worksforme: I think the docs are very clear about the meaning of the …
- 10:44 AM Ticket #10782 (Incorrect calculating width) closed by
- fixed: When the width/height computed unit is not pixels, return that …
- 10:42 AM Changeset [9bea216]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 9:53 AM Changeset [605e4bb]1.12-stable2.2-stablekillphp by
- README.md
- 6:27 AM Ticket #11001 (col:visible) created by
- jquery works incorrect with col and colgroup tags …
- 5:16 AM Ticket #10999 (resizestop event isn't bubbling) closed by
- invalid: Thanks for submitting a ticket. Unfortunately this looks like it's an …
- 3:19 AM Ticket #11000 (event and ui not explained) closed by
- invalid: This is NOT the correct place! Please use the …
- 3:06 AM Ticket #11000 (event and ui not explained) created by
- In the documentation for autocomplete, the select event, it would be …
- 3:05 AM Ticket #10898 (Demos not working!) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:05 AM Ticket #10890 (IE8 click and trigger access denied) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 2:31 AM Ticket #10998 (.focus() wont work in firefox) closed by
- invalid
- 2:03 AM Ticket #10999 (resizestop event isn't bubbling) created by
- I am listening for JQueryUI's resizestop in a Backbone view. This …
- 1:15 AM Ticket #10998 (.focus() wont work in firefox) created by
- As I am using Jquery in my application. And using .focus() to handle …
Dec 11, 2011:
- 6:20 PM Changeset [b290b1f]1.12-stable2.2-stablekillphp by
- README.md
Dec 10, 2011:
- 3:28 PM Ticket #10997 (Remove/deprecate/document sneak-dependency methods) created by
- Some methods are ambiguous, creating "sneak" dependencies that are …
- 2:38 PM Ticket #10996 (Simplify offset()) created by
- On behalf of morris.johns (lastspottedat) timefiler.com When …
- 1:51 PM Ticket #8283 (Built-in support for XDomainRequest) closed by
- plugin
- 1:51 PM Ticket #8283 (Built-in support for XDomainRequest) reopened by
- 12:36 PM Ticket #10995 (About the toggleClass function!!!!) closed by
- plugin: This seems like feature creep to me, best to implement as a plugin and …
- 10:32 AM Ticket #10995 (About the toggleClass function!!!!) created by
- maybe we can set the option like == toggleClass(classArray,[random]) …
- 9:16 AM Ticket #10377 (Cannot find elements of [nodeName='z:row'] in responseXML) closed by
- wontfix: Although there is a workaround in this ticket, I think it's more …
- 9:15 AM Ticket #10377 (Cannot find elements of [nodeName='z:row'] in responseXML) reopened by
- 9:11 AM Ticket #10994 (Extend the functionality of outherWidth to be able to set the objects width) closed by
- duplicate
- 8:17 AM Ticket #10994 (Extend the functionality of outherWidth to be able to set the objects width) created by
- i'm writing here because there are some situations where you need to …
- 3:02 AM Ticket #10872 ($(<selector>).html(<string>) isnt working right in IE-8) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Dec 9, 2011:
- 11:01 PM Ticket #10993 (Css borders width not working on IE9) created by
- I tried to get 'border-top-width' from computed style using 'css' api …
- 7:19 PM Ticket #10992 (focus() does not move the focus from an iframe to the main window) created by
- I have an iframe in the main window (CKEditor). A mouse over event on …
- 6:01 PM Ticket #10991 (can't find the XML element including colon(even after //)) created by
- Sorry I have to use google reader API to show this bug because I can't …
- 5:29 PM Ticket #10990 (interface.eyecon.ro - IE10 Compatibility [Microsoft | Reference ID# 538455]) closed by
- invalid: This isn't our code, it's a jQuery plugin and and old one at that. …
- 3:48 PM Ticket #10990 (interface.eyecon.ro - IE10 Compatibility [Microsoft | Reference ID# 538455]) created by
- Hello interface.eyecon.ro, I am a Program Manager with the Ecosystem …
- 1:45 PM Ticket #10989 ($().LIVE('MOUSENTER') USE MOUSEOVER EVENT TYPE (SAME FOR 'MOUSELEAVE' ...) closed by
- duplicate: DUPLICATE I THINK
- 1:41 PM Ticket #10989 ($().LIVE('MOUSENTER') USE MOUSEOVER EVENT TYPE (SAME FOR 'MOUSELEAVE' ...) created by
- 9:22 AM Ticket #10988 (outerHeight is less than height for <table> children when <table> has ...) created by
- http://pastehtml.com/view/bgqm3xhcu.html
- 8:48 AM Ticket #10986 (Full page source) closed by
- invalid: This is a bug tracker, not a forum. Try asking in the jQuery forum or …
- 8:27 AM Ticket #10987 (jQuery .load with selector <script> tag in HTML comment) created by
- Basically: […] will not work if #something has a comment with a …
- 8:00 AM Ticket #10986 (Full page source) created by
- There is currently no easy way of displaying full website source …
- 5:15 AM Ticket #10984 (Cannot off() custom events ($.event.special)) created by
- Hi, I'm trying to unbind a "custom event" ($event.special) with …
- 3:54 AM Ticket #10899 (jQuery.load() executes scripts in wrong order) closed by
- invalid: That's because those browser don't allow local XHR.
Dec 8, 2011:
- 10:13 PM Changeset [ae28cfa]1.12-stable2.2-stablekillphp by
- src/sizzle
- 9:31 PM Ticket #10753 (inline the evalScript function in manipulation.js as it's only used once) closed by
- fixed: Fix #10753. Inline evalScript as it's only used in one place …
- 9:27 PM Changeset [07866a0]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- 9:17 PM Changeset [e452ebd]1.12-stable2.2-stablekillphp by
- Makefile
- build/jshint-check.js
- 9:06 PM Ticket #10692 (Configure the jshint options to more accurately match the style guide) closed by
- fixed: Fix #10692. JSLint is dead! Long live JSHint! Still needs this sizzle …
- 9:04 PM Changeset [98386cf]1.12-stable2.2-stablekillphp by
- Makefile
- build/jshint-check.js
- build/jslint-check.js
- build/lib/jshint.js
- build/lib/jslint.js
- src/ajax.js
- src/ajax/xhr.js
- src/event.js
- src/offset.js
- src/traversing.js
- 8:35 PM Ticket #10983 (.show() not firing on id when .hide() used on class in IE7/8) closed by
- worksforme: Based on the information you've supplied, I've put together a test …
- 8:32 PM Ticket #10753 (inline the evalScript function in manipulation.js as it's only used once) reopened by
- 8:29 PM Ticket #10858 (css.js regular expressions are incomplete) closed by
- fixed: Fix #10858: CSS regexps recognize non-integer and explicit positive …
- 8:26 PM Changeset [d6500cc]1.12-stable2.2-stablekillphp by
- src/css.js
- 8:07 PM Ticket #8498 (Animate Hooks) closed by
- fixed: Fix #8498. Add cssHooks[prop].expand for use by animate(). …
- 8:01 PM Changeset [8f5f1b2]1.12-stable2.2-stablekillphp by
- src/css.js
- src/effects.js
- test/unit/css.js
- test/unit/effects.js
- 6:13 PM Ticket #10983 (.show() not firing on id when .hide() used on class in IE7/8) created by
- When doing a hide() operation on a class followed by a .show() on an …
- 2:06 PM Ticket #10981 ($('form').trigger('reset') does not work FF 8, Chrome) closed by
- invalid: No problem. That's exactly why we require a jsfiddle testcase ;)
- 8:14 AM Ticket #10982 (In IE (6/7/8) had the following error:"Invalid argument. Line: 8826 ...) created by
- Solved by checking if "fx.now" is NaN
- 6:50 AM Ticket #10981 ($('form').trigger('reset') does not work FF 8, Chrome) created by
- Seems there is a bug with $('formselector').trigger('reset') Tried to …
- 3:36 AM Ticket #10980 (how to download autocomplete.js file) closed by
- invalid: The bug tracker is for bug reports. http://jqueryui.com/download
- 3:16 AM Ticket #10876 (i have this problem with jquery-1.4.2.min.js,) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:16 AM Ticket #10869 (Cross-Browser XML parsing support breaks for IE9) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 1:23 AM Ticket #10980 (how to download autocomplete.js file) created by
- sir i am not able to download this file
Dec 7, 2011:
- 9:46 PM Ticket #10979 (jquery can't initialize when postback in ie9) created by
- jquery can't initialize when postback in ie9, but it is run well in …
- 9:08 PM Ticket #10978 (jQuery.param() should allow non-native constructed objects as property ...) created by
- See: …
- 7:35 PM Ticket #10977 (Incorrect documentation for the index method?) created by
- You have the following documentation for index with no parameters: If …
- 6:51 PM Ticket #10975 (AJAX: Dynamically modifying the options.dataType in an ajaxPrefilter ...) closed by
- invalid: That's because modifying options.dataType won't do a thing: $.ajax() …
- 6:24 PM Ticket #10976 (ie7/8 seem to have problems with a[href="#"]) closed by
- cantfix: It's a problem with
.is()
, which is used by the event delegation: … - 5:27 PM Ticket #10976 (ie7/8 seem to have problems with a[href="#"]) created by
- Here's a test case http://jsbin.com/efalod/3 Seems to only be a …
- 4:51 PM Ticket #10935 (isNumeric return true on array with only one numeric value) closed by
- worksforme: What is there to change? That behaviour is correct. …
- 4:01 PM Ticket #10546 (.live not working on iOS 5) closed by
- cantfix: Unfortunately, we cannot fix this in core. There is a workaround but …
- 1:08 PM Ticket #10973 (ie8: can't move focus to the control because it is invisible, not ...) closed by
- duplicate: Add a jsfiddle testcase to the original ticket showing the issue, and …
- 1:05 PM Ticket #10975 (AJAX: Dynamically modifying the options.dataType in an ajaxPrefilter ...) created by
- I'm writing an app against a backend that I don't have access to. The …
- 12:04 PM Ticket #10971 (Support for "input" event in textfield) closed by
- duplicate: This was already voted down in 1.7.
- 12:01 PM Ticket #10972 (AJAX cache option for scripts is ALWAYS false) closed by
- worksforme: http://jsfiddle.net/timmywil/br2BG/ Note that the query string is not …
- 11:22 AM Ticket #10974 (Input buttons inside labels - Only first 'click' bind works) closed by
- invalid: http://www.w3.org/TR/html/dtds.html <!-- Each label must not contain …
- 11:16 AM Ticket #10974 (Input buttons inside labels - Only first 'click' bind works) created by
- Here is an example, click on 1111 it works fine. click on 2222 notice …
- 8:24 AM Ticket #10973 (ie8: can't move focus to the control because it is invisible, not ...) created by
- original ticket (10859) was closed by trac-o-bot. comment was: I'm …
- 8:09 AM Ticket #10972 (AJAX cache option for scripts is ALWAYS false) created by
- To improve performance my a website, I tried to allow caching of …
- 6:15 AM Ticket #10971 (Support for "input" event in textfield) created by
- I think a .onInputChange method would be useful to detect the change …
- 4:36 AM Ticket #10970 (The .on() selector parameter doesn't work with :not(:first) selector) created by
- I'm using the .on() selector in this manner: […] and it works. …
- 4:19 AM Ticket #10969 (I using dataFilter in $.ajax() function and success function handler ...) created by
- you can contact me via [email protected]…
- 3:49 AM Ticket #10968 (:hover not working on selector starting with a number) closed by
- invalid: ID's aren't allowed to start with a number: …
- 3:32 AM Ticket #10968 (:hover not working on selector starting with a number) created by
- $('#30foo:hover') is throwing an error : "Syntax error, unrecognized …
- 3:03 AM Ticket #10859 (Can't move focus to the control because it is invisible, not enabled, ...) 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.