Timeline
08/01/12:
- 22:46 Ticket #12179 (fadeIn display issue FireFox 14.0.1 - jQuery 1.7.2) closed by
- duplicate
- 20:58 Ticket #12179 (fadeIn display issue FireFox 14.0.1 - jQuery 1.7.2) created by
- Hello, Using Firefox 14.0.1 jQuery 1.7.2 fadeIn does not change …
- 20:30 Ticket #12178 (Crash on IE8 in data.js' removeData function) created by
- Browser: IE8, IE9 in IE8 mode Version: 1.7.1, 1.7.2 and jquery-git …
- 17:48 Ticket #12177 (change event in oldIE is still leaking) created by
- This is continuation of #8545 ticket, from comment – …
- 17:07 Ticket #12162 (Use of attributes' specified attribute is deprecated. It always returns ...) closed by
- duplicate
- 16:48 Ticket #12172 (Event binding on disconnected element causes memory leak in IE7) closed by
- duplicate
- 16:43 Ticket #12169 (live event in full screen) closed by
- invalid: Please ask for help in the forum, since it doesn't look like this is a …
- 13:56 Ticket #12175 (clientWidth and some other attributes are undefined in 1.7.2 by "attr" ...) closed by
- invalid: clientWidth is not a content attribute. See http://api.jquery.com/prop for …
- 13:49 Ticket #12175 (clientWidth and some other attributes are undefined in 1.7.2 by "attr" ...) created by
- as the title, 1.4.2 was working well on this part.
- 10:54 Ticket #12172 (Event binding on disconnected element causes memory leak in IE7) created by
- Creating a disconnected element and then binding an event handler to it …
- 10:54 Ticket #12171 (Event binding on disconnected element causes memory leak in IE7) created by
- Creating a disconnected element and then binding an event handler to it …
- 08:58 Ticket #12093 (Not work The following construction) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:58 Ticket #12092 (Uncaught Error: Syntax error, unrecognized expression: (NaN)) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
07/31/12:
- 21:56 Ticket #12168 (Inconsistency: jqXHR.{success|error|complete} deprecated but alternatives ...) closed by
- invalid: I think that everything currently documented is correct. …
- 21:33 Ticket #12170 (jQuery selectors do not handle #id correctly in sub-trees) closed by
- invalid: Looking closer at your examples, this is intended behavior. See …
- 21:05 Ticket #12170 (jQuery selectors do not handle #id correctly in sub-trees) created by
- jQuery does not select the same elements as querySelectorAll when given …
- 20:21 Ticket #12169 (live event in full screen) created by
- live event like: …
- 19:31 Ticket #12168 (Inconsistency: jqXHR.{success|error|complete} deprecated but alternatives ...) created by
- I know that jqXHR.success(), jqXHR.error(), and …
- 19:01 Ticket #12167 (Date Validation Bug) closed by
- invalid: This is not a jQuery core bug report.
- 18:24 Ticket #12167 (Date Validation Bug) created by
- jquery.validate.min date validation does not give error for 4 digit …
- 15:50 Ticket #12165 (The resizestop event triggers before alsoresize action) closed by
- invalid: Please file jQuery UI bugs at http://bugs.jqueryui.com/
- 15:46 Ticket #12163 (jquery 1.8RC1 does not work with jquery.layout) closed by
- invalid: Please file a bug report with jQuery.layout. If there is an issue with …
- 15:43 Ticket #12166 (J query 1.3.2 not working in Mozilla for auto complete search) closed by
- invalid: Bugs should be filed against the latest release or the git version and …
- 15:28 Ticket #12166 (J query 1.3.2 not working in Mozilla for auto complete search) created by
- Hi, J query 1.3.2 not working in Mozilla for auto complete search, but it …
- 15:05 Ticket #12165 (The resizestop event triggers before alsoresize action) created by
- The resizestop event should trigger after all actions(like alsoResize …
- 14:36 Ticket #12164 (A promise object's then method does not return the original target ...) closed by
- invalid: then is now implemented like pipe, so it returns a new promise: …
- 14:29 Ticket #12164 (A promise object's then method does not return the original target ...) created by
- To reproduce the problem. 1. Prepare a plain target object having …
- 13:24 Ticket #12163 (jquery 1.8RC1 does not work with jquery.layout) created by
- does not work with …
- 11:24 Ticket #12162 (Use of attributes' specified attribute is deprecated. It always returns ...) created by
- There is a problem in the Minified and G zipped j query.min.js It …
- 01:53 Ticket #10363 (IE7 reports TBODY as invisible unless it has content) reopened by
- The OP replied anonymously, which is why the ticket wasn't reopened. The …
07/30/12:
- 21:22 Ticket #12161 (.focus doesn't work when performed within blur callback) closed by
- cantfix: Scott is right. Use setTimeout to add the focus call to the end of the …
- 20:55 Ticket #12161 (.focus doesn't work when performed within blur callback) created by
- When blurring from a text field I should be able to refocus on the field …
- 14:45 Ticket #12158 (jQuery 1.8rc1 does not work with YUICompressor 1.4.7) closed by
- fixed: Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158. …
- 12:40 Ticket #12159 (1.8rc1: outerHeight() returns object) closed by
- invalid: Most likely some plugin is duck-punching outerHeight incorrectly. In 1.8, …
- 10:29 Ticket #12160 (mouseleave inconsistent with docs, across browsers when using form fields) created by
- Here is an example page demonstrating the use of a select box inside a div …
- 08:51 Ticket #12159 (1.8rc1: outerHeight() returns object) created by
- I'm currently unable to reproduce this with a fiddle, but after update to …
07/29/12:
- 11:44 Ticket #12158 (jQuery 1.8rc1 does not work with YUICompressor 1.4.7) created by
- I don't know if this is a problem with jQuery or YUICompressor. If this …
07/28/12:
- 19:58 Ticket #12157 (.is(':empty') should be true on characterless and whitespaced) closed by
- invalid: It may be useful for some, but the place to argue for it is on the w3c, …
- 19:42 Ticket #12157 (.is(':empty') should be true on characterless and whitespaced) created by
- Wouldn't it be good if […] works on whitespaced elements, this …
07/27/12:
- 21:34 Ticket #10499 (:nth-child() inside :has() treated as if outside it) closed by
- fixed: Sizzle: fix a small bug with combinator cache. Fixes #10499. Changeset: …
- 21:33 Ticket #10499 (:nth-child() inside :has() treated as if outside it) reopened by
- This wasn't actually fixed, just changed. Fix incoming.
- 20:11 Ticket #12153 (Error occurs in the selector) closed by
- fixed: Sizzle: adjust pseudos regex. Fixes #12153. Changeset: …
- 14:50 Ticket #12155 (IE7 SCRIPT1028: Expected identifier, string or number) closed by
- invalid: class is a reserved word, please quote it.
- 14:49 Ticket #12155 (IE7 SCRIPT1028: Expected identifier, string or number) created by
- When I try creating and appending an element o body with a class IE throws …
- 13:04 Ticket #12154 (.replaceWith() seems to erase document when used on root.) closed by
- invalid: Yes, it does sound very atypical and not something we can officially …
- 12:14 Ticket #12154 (.replaceWith() seems to erase document when used on root.) created by
- It seems that when I use .replaceWith() on the root element of the DOM, …
- 12:05 Ticket #12153 (Error occurs in the selector) created by
- Try " http://jsfiddle.net/DiegoLopesLima/63cGG/"
- 08:34 Ticket #12070 (jquery 1.7.2 ajax does not work) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:34 Ticket #12067 (Unable to bind mouseenter/mouseleave events for SVG elements) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 00:45 Ticket #12152 (Jquery-1.7.2 failing on line 1883 when there is a change event attached to ...) closed by
- invalid: This is a forum question, not a bug report.
- 00:44 Ticket #12152 (Jquery-1.7.2 failing on line 1883 when there is a change event attached to ...) created by
- I am using query date picker. In our application we are using query to …
07/26/12:
- 15:03 Ticket #12150 (border-spacing property accumulates when rows are shown and hidden) closed by
- fixed: That fiddle pulls in jquery-latest, not jquery-git. Closing as fixed in …
- 13:57 Ticket #12151 (IE 10 jQuery.parseXML) created by
- When trying to parse xml in IE 10 jQuery uses the window.DOMParser method …
- 13:51 Ticket #12150 (border-spacing property accumulates when rows are shown and hidden) created by
- http://jsfiddle.net/mblase75/CN7re/9/ Clicking on the button shows and …
- 02:27 Ticket #12149 ('change' event handler leaks in IE7/8) created by
- Reproducing fiddle: http://jsfiddle.net/En8Ue/51/
- 02:25 Ticket #12127 (Clone does not correctly copy checked state in IE10) closed by
- fixed: Fix #12127, fer real. IE9/10 check state on clone. Close gh-875. …
- 01:27 Ticket #12148 (hide event don't fire when toggle) closed by
- fixed: Fix #12148. Let .toggle() call the public .hide() for punching. There is …
07/25/12:
- 20:35 Ticket #12147 (Reword documentation for .width() method) closed by
- invalid: Please file api doc related bugs here: …
- 20:06 Ticket #10726 ($(#document).closest('[foo]') throws error in IE) closed by
- fixed: Fail silently if closest is somehow called on a document. Fixes #10726. …
- 19:47 Ticket #12146 (multiple find() methods on a selector not working) closed by
- wontfix: It's true that having multiple elements on the same page with the same ID …
- 19:23 Ticket #12148 (hide event don't fire when toggle) created by
- see http://jsfiddle.net/hQ6P2/1/ created hide event doesn't fire when …
- 19:06 Ticket #11586 ($.ajax DELETE request not passing data parameters) reopened by
- Just to link, you're quoting …
- 18:53 Ticket #12147 (Reword documentation for .width() method) created by
- The wording on the page http://api.jquery.com/width/ is confusing. This …
- 18:41 Ticket #12127 (Clone does not correctly copy checked state in IE10) reopened by
- Test fails: http://swarm.jquery.org/job/377
- 15:50 Ticket #12146 (multiple find() methods on a selector not working) created by
- See attached js fiddle http://jsfiddle.net/adofito/Vdpge/5/
- 15:15 Ticket #12145 (adding a new css file using a relative url does not work in IE8 on Windows ...) created by
- I added a new, relative css link using jQuery in the following way: […] …
- 14:07 Ticket #12138 (fadeOut doesn't work in Chrome on basic SVG elements) closed by
- fixed: Ok, then it was fixed in the effects rewrite.
- 13:20 Ticket #12097 (crossDomain in IE9 is interpreted wrong) closed by
- invalid: http://jsfiddle.net/44yue/3/ This is, of course, failing in IE9 with an …
- 12:20 Ticket #12143 (Inconsistency in appendTo()'ing incorrect HTML accross browsers) closed by
- invalid: The docs are extremely clear on this point: "To ensure cross-platform …
- 11:21 Ticket #12144 (Cursor not coming by default in the Comment Box) created by
- In the comment section, cursor does not appear so when you start typing …
- 10:22 Ticket #12143 (Inconsistency in appendTo()'ing incorrect HTML accross browsers) created by
- There is some difference in rendering the page between e.g. IE7 and …
- 09:29 Ticket #12142 (选择器错误) created by
- <ul><li style="cursor:pointer;" onclick="GetNodes(this,event)" value="1" …
- 07:10 Ticket #12141 (Filter works ok in 1.7.1 but not in 1.8b2) created by
- This filter works ok in 1.7.1: …
- 05:58 Ticket #12140 (Incorrect event type reported on hover within a setTimeout) closed by
- duplicate
- 05:52 Ticket #12140 (Incorrect event type reported on hover within a setTimeout) created by
- When I add a setTimeout within a hover function, the e.type returns …
- 03:40 Ticket #12139 (ie7 offsetParent bug) created by
- $("<div>").css({"position":"absolute"}).appendTo(document.body).offsetParen …
- 02:24 Ticket #11029 (Display of the sponsor information in the API reference) closed by
- fixed
- 02:17 Ticket #11916 (Adding a button type="button" .. element in iE8 + iE7 compatibility mode ...) closed by
- cantfix: I spent some time tracing this through. When the button HTML goes through …
- 01:47 Ticket #11898 (prevAll() with a complicated :not() selector returns results in wrong ...) closed by
- fixed: This appears to have been fixed with the Sizzle rewrite(s) in 1.8.
- 01:18 Ticket #10366 (animate() does not work for font-weight) closed by
- cantfix: This isn't us. Here's an example where I tried several things: …
- 00:50 Ticket #8515 (Animate hiding contained borders) closed by
- invalid: We can't do anything about this, it's the default CSS box model. As gnarf …
- 00:46 Ticket #7442 (slideDown/slideUp "jump" when surrounding elements are margin collapsing) closed by
- patchwelcome: We've looked at this and can't figure a general way to solve it. …
- 00:44 Ticket #9896 (animate border width with 'toggle' value causes element to dissappear) closed by
- invalid
Note: See TracTimeline
for information about the timeline view.
