Timeline
Aug 7, 2012:
- 10:31 PM Ticket #12216 (.appendTo() losing touch ability) created by
- So I have been using .appendTo() to work with various touch events. I …
- 8:51 PM Ticket #12203 (.undelegate() with no arguments unbinds all handlers from the parent ...) closed by
- fixed: Fix #12203. .undelegate() should not remove direcly bound events. …
- 8:49 PM Changeset [1d8bf0a2]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 5:12 PM Ticket #12215 (outerWidth, outerheight, width, and height sometimes return a decimal ...) created by
- according to the docs, width, outerwidth, height, and outerheight, are …
- 4:15 PM Ticket #12209 (jQuery Ajax remote problem) closed by
- invalid: Please ask for help on the forums or on the …
- 1:45 PM Changeset [37e8b44]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 1:32 PM Ticket #12208 (Psuedo selector combination fails where method combination succeeds) closed by
- fixed: Sizzle: fix chaining pseudo selectors placed after pos selectors. …
- 1:31 PM Changeset [5f3c36c]1.12-stable2.2-stablekillphp by
- src/sizzle
- 1:17 PM Ticket #12214 ($.data inconsistent with $().data) closed by
- invalid: As documented,
$.data
doesn't read HTMLdata-
attributes, by design. - 1:15 PM Ticket #12214 ($.data inconsistent with $().data) created by
- While testing jQuery 1.8 RC1, I encountered inconsistent behavior …
- 12:30 PM Ticket #12213 (Add hook to cleanData to allow cleanup) created by
- Just as jQuery itself needs to know when an element is cleaned up, …
- 11:14 AM Ticket #12210 (BUG IN DYNAMICALLY CREATING SELECT INPUT TYPE USING JQUERY MOBILE) closed by
- invalid: It seems like you already chose the correct forum, StackOverflow. …
- 9:47 AM Ticket #12212 (Document that $.extend will ignore null/undefined arguments) created by
- This is a fairly common pattern for setting options, even if
options
… - 9:01 AM Ticket #12211 (line 4728: IE9 compatibility getting property padding-top) created by
- My correction: […]
- 5:59 AM Ticket #12210 (BUG IN DYNAMICALLY CREATING SELECT INPUT TYPE USING JQUERY MOBILE) created by
- Hi, Am using jquery mobile V 1.0b2 and jquery V 1.6.2 . and here is …
- 4:31 AM Ticket #12129 (jQuery.on() binds event handler twice) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:17 AM Ticket #12209 (jQuery Ajax remote problem) created by
- I write a code in local js file. not web js file. in jquery Version …
Aug 6, 2012:
- 8:56 PM Ticket #12208 (Psuedo selector combination fails where method combination succeeds) created by
- Browser: Chrome 18 Version: jquery-git Steps: 1. Visit …
- 3:28 PM Ticket #12202 (jQuery 1.8rc1 is considered invalid) closed by
- duplicate: Duplicate of #12158.
- 2:23 PM Ticket #12178 (Crash on IE8 in data.js' removeData function) closed by
- duplicate: Duplicate of #10394.
- 2:21 PM Ticket #12201 (Sizzle filter api incompatible when adding a custom pseudo selector) closed by
- wontfix: The new way to create custom pseudos with arguments is much clearer …
- 1:53 PM Ticket #12207 (jQuery.noConflict deletes jQuery replacement variable...) closed by
- invalid: There's no reason to ever do that. The documentation seems pretty …
- 12:59 PM Ticket #12207 (jQuery.noConflict deletes jQuery replacement variable...) created by
- There's an example on the jQuery.noConflict page as follows: …
- 12:31 PM Ticket #12206 (jQuery 1.7.2 Bug reg. attr('id')) created by
- It would be easier to give you the code: […] As you may discover …
- 12:16 PM Ticket #12205 (Miscellaneous pseudo selector issues) created by
- The fix for #12153 came with a few issues of its own, mostly in …
- 12:12 PM Ticket #10394 (jQuery.cssHooks.opacity throws exception on non-IE browsers) closed by
- fixed
- 12:11 PM Ticket #10394 (jQuery.cssHooks.opacity throws exception on non-IE browsers) reopened by
- Fixed this in …
- 12:01 PM Changeset [07e5093]1.12-stable2.2-stablekillphp by
- src/css.js
- 10:56 AM Ticket #12204 (Unexpected call to method or property access for .html and .append) created by
- I'm trying to make sure that in IE, empty cells have outlines. The CSS …
- 9:49 AM Ticket #12203 (.undelegate() with no arguments unbinds all handlers from the parent ...) created by
- This used to work in 1.6. undelegate() has a zero-argument version …
- 5:08 AM Ticket #12202 (jQuery 1.8rc1 is considered invalid) created by
- While validating the jQuery 1.8rc1 .js file, I got some errors: 1. …
- 12:57 AM Ticket #12201 (Sizzle filter api incompatible when adding a custom pseudo selector) created by
- This code works on 1.7.2 and fails on 1.8 RC1 with error Uncaught …
Aug 5, 2012:
- 3:17 AM Ticket #12200 (Offset returns wrong values in IE9 when parent element has :first-line ...) created by
- In IE9, if the parent element has the pseudo class :first-line, …
- 3:14 AM Ticket #12199 ($.isPlainObject false positive in IE < 9) created by
- IE < 9 iterates over inherited properties before own properties …
Aug 4, 2012:
- 3:04 PM Ticket #12197 (.clone(true, true) does not clone DATA on text nodes) created by
- As title says it all, the data is not preserved on text nodes, despite …
- 11:55 AM Ticket #12196 (Custom matchesSelector doesn't work in FF 3.6) created by
- This is a Sizzle bug specifically, but I'm not sure if this is the …
- 11:00 AM Ticket #12192 (In Mac - The scroll listener returns 0 when reaching the end of a page) closed by
- invalid: This is not a jQuery bug report. For help with jQuery, if this is …
- 12:24 AM Ticket #12195 (Warning: Unexpected token in attribute selector: '!'.) closed by
- duplicate: Firefox 3.6 is no longer supported by Mozilla or jQuery
- 12:20 AM Ticket #12195 (Warning: Unexpected token in attribute selector: '!'.) created by
- Warning: Unexpected token in attribute selector: '!'. Source File: …
Aug 3, 2012:
- 9:59 PM Ticket #12194 (customEvent: error in code for building event.namespace_re) created by
- Line 3151 of 1.7.2 event.namespace_re = event.namespace? new …
- 5:04 PM Ticket #12192 (In Mac - The scroll listener returns 0 when reaching the end of a page) created by
- When scrolling in mac computer, if the scroll reaches the end of the …
- 3:24 PM Ticket #12191 (jQuery.type() should return "error" for native ECMAScript Error objects) created by
- ECMAScript defines 12 different
[[Class]]
values - see [section … - 11:11 AM Ticket #12190 (hide(), addClass() is not working for option tag in IE 9.0.8 alone) created by
- <select id="ddlTest"> <option value="A">A</option> <option …
- 9:46 AM Ticket #12188 (Strange JQuery behaviour with global Object extension and event triggers) closed by
- wontfix: Please see http://docs.jquery.com/Won't_Fix
- 7:27 AM Ticket #12189 (posting lots of form data.) created by
- When posting serialized form data with quite a big form, which …
- 5:42 AM Ticket #12188 (Strange JQuery behaviour with global Object extension and event triggers) created by
- Hello, It's my first report - so please feel free to correct me as …
- 4:32 AM Ticket #12030 (.attr() bug drowser differences IE8) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:43 AM Ticket #12187 (jQuery does not minify with Yui compressor due to 'throws' reseverd keyword) created by
- jQuery does not minify with Yui compressor due to 'throws' reseverd …
Aug 2, 2012:
- 8:26 PM Ticket #12186 (.has() doesn't work on detached nodes) created by
- $('<ul><li><p></p></li></ul>').find('li').has('p') does not find the …
- 3:41 PM Ticket #12183 (Link not working) reopened by
- oops, sorry.
- 3:24 PM Ticket #12185 (Delegate focus/blur event fires twice) created by
- Attaching focus/blur with delegation using a * selector causes …
- 10:49 AM Ticket #12183 (Link not working) closed by
- invalid
- 9:59 AM Ticket #12184 (Firefox drag dialog) closed by
- invalid: Please file jQuery UI bugs at http://bugs.jqueryui.com and make sure …
- 9:54 AM Ticket #12184 (Firefox drag dialog) created by
- Hi, When i opening a dialog in FF, its everithing fine, i can resize …
- 7:58 AM Ticket #12183 (Link not working) created by
- http://api.jquery.com/browser/ page not fount but it should be the …
- 6:05 AM Ticket #12182 (jQuery initialization problems in Safari for Windows) created by
- There seem to se a problem with jQuery initialization which breaks the …
- 4:59 AM Ticket #12098 (e.preventDefault will not work if using right click or mouse center button) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:48 AM Ticket #12181 (opera 10 nested assignment bug) created by
- In addToPrefiltersOrTransports function (line 6895) […] does not …
- 12:52 AM Ticket #12180 (loose markup parsing incorrect) created by
- it is documented in unit test using qunit http://jsfiddle.net/jgSrn/
Aug 1, 2012:
- 6:46 PM Ticket #12179 (fadeIn display issue FireFox 14.0.1 - jQuery 1.7.2) closed by
- duplicate
- 4:58 PM 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 …
- 4:30 PM 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 …
- 1:48 PM Ticket #12177 (change event in oldIE is still leaking) created by
- This is continuation of #8545 ticket, from comment – …
- 1:07 PM Ticket #12162 (Use of attributes' specified attribute is deprecated. It always ...) closed by
- duplicate
- 12:48 PM Ticket #12172 (Event binding on disconnected element causes memory leak in IE7) closed by
- duplicate
- 12:43 PM 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 …
- 9:56 AM 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 …
- 9:49 AM 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.
- 6:54 AM 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 …
- 6:54 AM 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 …
- 4:58 AM Ticket #12093 (Not work The following construction) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:58 AM 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 …
Jul 31, 2012:
- 5:56 PM Ticket #12168 (Inconsistency: jqXHR.{success|error|complete} deprecated but ...) closed by
- invalid: I think that everything currently documented is correct. …
- 5:33 PM 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 …
- 5:05 PM Ticket #12170 (jQuery selectors do not handle #id correctly in sub-trees) created by
- jQuery does not select the same elements as querySelectorAll when …
- 4:21 PM Ticket #12169 (live event in full screen) created by
- live event like: …
- 3:31 PM Ticket #12168 (Inconsistency: jqXHR.{success|error|complete} deprecated but ...) created by
- I know that jqXHR.success(), jqXHR.error(), and …
- 3:01 PM Ticket #12167 (Date Validation Bug) closed by
- invalid: This is not a jQuery core bug report.
- 2:24 PM Ticket #12167 (Date Validation Bug) created by
- jquery.validate.min date validation does not give error for 4 digit …
- 11:50 AM Ticket #12165 (The resizestop event triggers before alsoresize action) closed by
- invalid: Please file jQuery UI bugs at http://bugs.jqueryui.com/
- 11:46 AM 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 …
- 11:43 AM 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 …
- 11:28 AM 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, …
- 11:05 AM Ticket #12165 (The resizestop event triggers before alsoresize action) created by
- The resizestop event should trigger after all actions(like alsoResize …
- 10:36 AM 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: …
- 10:29 AM 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 …
- 9:24 AM Ticket #12163 (jquery 1.8RC1 does not work with jquery.layout) created by
- does not work with …
- 7:24 AM Ticket #12162 (Use of attributes' specified attribute is deprecated. It always ...) created by
- There is a problem in the Minified and G zipped j query.min.js It …
Note: See TracTimeline
for information about the timeline view.