Timeline
03/01/09:
- 23:44 Ticket #4257 (offet().top is returning a decimal, Docs say it returns integers) closed by
- fixed: Docs are updated, thanks! http://docs.jquery.com/CSS/offset
- 22:06 Ticket #4274 (jQuery.index() is +1 for document.body elements in IE 7) closed by
- invalid: The <title> element is required for most doctypes, so IE is probably …
- 18:11 Ticket #4274 (jQuery.index() is +1 for document.body elements in IE 7) created by
- Was playing around for first time with index and found anomaly with IE 7. …
- 03:26 Ticket #4273 (siblings() not working in IE) created by
- this generates an error in IE: element.siblings()[ ColumnIndex ]; I am …
- 00:45 Ticket #4272 ($('#id ~ div') doesn't work with divs) created by
- so if you have div id="x" div class='test' div class='test' class test …
02/28/09:
- 20:30 Ticket #3377 (Selector of ancestor/descendant is broken in IE 5.5) closed by
- invalid: I'll close this since the selector engine has been significantly changed.
- 20:29 Ticket #4271 (can not use # for document) closed by
- invalid
- 20:29 Ticket #4017 (IE7 wants to run ActiveX add-on) closed by
- fixed: Ok, this check is causing more problems than it's worth so I've removed it …
- 20:28 Changeset [6914fc29690d0d4ff7fa7ef2dd7862ef34e9aeb5] by
-
- src/support.js
- 20:28 Ticket #4223 (:visible,:hidden doesn't take visibility into account) closed by
- wontfix
- 20:25 Ticket #2251 ("could not set the selected property" error in IE when manipulating ...) closed by
- duplicate
- 20:24 Ticket #4269 (Optimize structure of .css() and .attr()) closed by
- fixed: Fixed in SVN rev [6267].
- 20:23 Changeset [f1f5cd9f6a80b0de18cc0402f28b440f48b95f83] by
-
- src/core.js
- test/unit/core.js
- 20:04 Ticket #4080 (Infinite recursion in speed method) closed by
- invalid: Please reopen with a test case if the problem still exists.
- 19:59 Ticket #4105 (clone(true) fails on IE7) closed by
- fixed: I'll close this as fixed, reopen with a test case if it's still in 1.3.2.
- 19:52 Ticket #4063 ($.getJSON() does not call callback with 0-length content response) closed by
- worksforme: Please reopen with a test case if the problem is still there.
- 19:45 Ticket #4166 (Error: 'length' is null or not an object) closed by
- invalid: Please attach a test case and reopen if the problem still exists.
- 19:41 Ticket #4184 ($.get without data parameter) closed by
- duplicate: Duplicate of #3775.
- 19:17 Ticket #4248 (Ajax fails with JSON Data in Sizzle.filter method) closed by
- invalid
- 17:18 Ticket #4271 (can not use # for document) created by
- when i use $('#').ready(...), it's say uncaught exception: Syntax error, …
- 15:41 Ticket #4175 (jQuery 1.3.2pre: Dialog broken in IE7) reopened by
- This is still the case. Following simple code still breaks IE7 AND IE6: …
- 04:33 Ticket #4259 (Plugin works fine in) closed by
- invalid: The best place to get help is on one of the forums. The bug tracker is for …
- 04:27 Ticket #4266 (title tag ignored in xml) closed by
- invalid: $(htmlstring) parses html using the browser's html parser. jQuery …
02/27/09:
- 23:15 Ticket #4270 (Remove the use of nonstandard properties leftContext and rightContext) created by
- Removes the dependence on the nonstandard RegExp properties leftContext …
- 21:34 Ticket #4269 (Optimize structure of .css() and .attr()) created by
- There are a number of function calls in each and should be simplified.
- 19:16 Ticket #4268 (Events bound to iframe windows bound to jQuery window instead) created by
- An IE hack on line 2587 of 1.3.2 is preventing events from being bound on …
- 15:20 Changeset [1c8c3883a98d7d896efefe92eb0d22b1681e92f1] by
-
- src/selector.js
- 13:55 Ticket #4267 (document.body is null in Firefox 3) created by
- I'm developing a site that uses jquery I noticed a strange error when …
- 13:32 Ticket #4266 (title tag ignored in xml) created by
- If an xml has a title tag, jquery ignores it while navigating through it. …
- 12:58 Ticket #4265 (text() is not working correctly in IE6/7) created by
- When text() function is called for string without html tags in it, in …
- 04:40 Ticket #4264 (Multiple exceptions in (X)HTML documents produced by XSLT) created by
- When jQuery is included in a page that is produced as the result of an …
- 02:38 Ticket #4238 (errors creating jquery objects on large strings in safari and chrome) closed by
- invalid: Thanks, Calamari, for the research. Since this isn't a jQuery bug and …
- 01:47 Ticket #4263 (Offset() on position:fixed inside a div incorrect in Webkit browsers) created by
- I'm using jQuery 1.3.2 and seeing different results on the offset() call …
- 00:52 Ticket #4254 (Traversing not finding siblings within paragraphs) closed by
- invalid: It's also invalid in HTML4. If you look at the document tree, the parser …
02/26/09:
- 21:58 Ticket #4262 (eq() performance improvement and negative indices) created by
- Currently $(...).eq(x) is much slower than $( $(..)[x] ). This patch …
- 20:07 Ticket #4261 (.click method - behavior varies across browsers) created by
- If a new event handler is added to an object via the .click method within …
- 19:29 Ticket #4260 (focus/blur events no longer work with jquery created inputs) created by
- when you create an input using jquery: ex $("<input/>") and attach a focus …
- 18:31 Ticket #4251 (Use new when constructing RegExps and named functions instead of ...) reopened by
- 18:31 Ticket #4259 (Plugin works fine in) created by
- Hello, I wrote the following (attached) plugin for myself. It works fine …
- 18:23 Ticket #4258 (Jquery framework IE7 bug - Get Elemnt size) created by
- Bug in IE7 which occurs when hovering fast and getting the element size. …
- 18:01 Ticket #4251 (Use new when constructing RegExps and named functions instead of ...) closed by
- fixed: Landed in SVN rev [6262]. Thanks for the patch!
- 18:00 Changeset [985856b823b1648bffc3fd63c1faf836d0ddaf7c] by
-
- src/event.js
- src/selector.js
- src/support.js
- 14:58 Ticket #4257 (offet().top is returning a decimal, Docs say it returns integers) created by
- Somehow I've managed to get $(elem).offset().top to return a decimal in FF …
- 10:59 Ticket #4256 (Can't create iframe with jQuery('html)) created by
- Hello, I explain my problem, when i execute this code on Mozilla there is …
- 10:57 Ticket #4255 (append(' ') DOM error) created by
- $(elem).append(' ') throws NO_MODIFICATION_ALLOWED_ERR: DOM Exception …
- 10:37 Ticket #4254 (Traversing not finding siblings within paragraphs) created by
- When traversing elements which are contained within a paragraph, the P's …
- 02:36 Ticket #4253 (mousewheel opera suggest) created by
- tested jquery.mousewheel.3.0.1-pre.js all browser return same delta. but, …
- 02:35 Ticket #4252 (serialize() just can serialize the <form> area but not other div area) created by
- jquery version 1.3 no longer supported the <input> elements contained in a …
- 01:15 Changeset [410e13b40097fa6b26ce9a27f865ff258efa23b4] by
-
- src/selector.js
- 00:07 Ticket #4251 (Use new when constructing RegExps and named functions instead of ...) created by
- ECMAScript 3.1 strict mode will prohibit the use of arguments.callee. …
02/25/09:
- 23:48 Ticket #4249 (Odd string to number conversion) closed by
- invalid
- 18:41 Ticket #4250 (Remove the use of internal .push/splice/sort methods) closed by
- fixed: Fixed in SVN rev [6260].
- 18:41 Changeset [58235cc38ea835cde0ae90dd2919b86e47f3dd05] by
-
- src/core.js
- src/selector.js
- 18:40 Ticket #4250 (Remove the use of internal .push/splice/sort methods) created by
- They're not really public methods - and should be removed.
- 18:29 Ticket #4240 (Optimize .find() and jQuery()) closed by
- fixed: Landed more in SVN rev [6259]. I think this is good enough for now.
- 18:29 Changeset [f094c803deba3c35c66f9dc0923db800fb088753] by
-
- src/core.js
- 16:32 Ticket #4249 (Odd string to number conversion) created by
- If I have a z-index of 100 on an item and I run the following code: …
- 16:30 Ticket #4248 (Ajax fails with JSON Data in Sizzle.filter method) created by
- Hi, here you are an example of JSON Data that jQuery retrieves through de …
- 16:23 Ticket #4247 (Chrome/Chromium .position().top .offset().top results relative) created by
- As topic says, using Chrome/Chromium and testing a $('#id …
- 15:53 Ticket #4246 (Results from .children() should be sorted in order) created by
- The results from doing $("div").children("p") should be identical to doing …
- 15:46 Ticket #4245 ([autocomplete] - should flush cache when eval_url is true and ...) created by
- Autocomplete should flush cache when eval_url option is set to true and …
- 15:37 Changeset [4bbb70b4eb0bcd93c99c0bfcfcf4fc44504c4c41] by
-
- src/core.js
- src/selector.js
- 15:22 Ticket #4244 (selector by attribute "src" not working the same way as in 1.2.6) created by
- I'm trying to select images like this: …
- 15:19 Changeset [1c5db3babaf32f6faa7e9e867990110c9713f64b] by
-
- src/selector.js
- 14:23 Changeset [85e0945718dd8108577b7b4b5b3c86def3bfb17c] by
-
- src/core.js
- 14:22 Ticket #4242 (in IE8 jQuery.cache has [null] in end of array) closed by
- fixed: Those lines have since been removed in jQuery 1.3.3 so this should be …
- 10:28 Ticket #4243 (Selector ~ failed) created by
- $("#prev ~ div").css("border", "3px groove blue"); on …
- 09:45 Ticket #4242 (in IE8 jQuery.cache has [null] in end of array) created by
- I had a problem when .data returns not right stuff. Inside jQuery.cache I …
- 04:57 Changeset [041fd5f2b52bb5c5dbb9ddbd6fffcc89fdbfe638] by
-
- src/core.js
- 04:37 Ticket #4241 (Namespaced events cause memory leaks) created by
- […] leaks memory in IE (tested using Drip). […] works fine.
- 04:09 Ticket #4236 (Make sure $("#foo p") is as fast as $("#foo").find("p")) closed by
- fixed: This should be resolved now (or, at least, as close to being resolved as …
- 04:09 Ticket #4240 (Optimize .find() and jQuery()) created by
- Right now jQuery.fn.find and jQuery() have some extraneous abstraction and …
- 04:08 Changeset [9c0ddfa2ad14388ba8ff138b96966e993308f6cf] by
-
- src/selector.js
- 01:30 Ticket #4239 (Ajax 'post' failing to send parameters) created by
- Whenever making an ajax call where the method is 'post', the parameters …
- 00:04 Ticket #4238 (errors creating jquery objects on large strings in safari and chrome) created by
- Webkit browsers have trouble creating jquery objects for html that exceeds …
02/24/09:
- 23:57 Ticket #4237 ([Validate] The error label container remains on some cases) created by
- On some cases the error label container remains even if no error. Here is …
- 21:01 Ticket #4236 (Make sure $("#foo p") is as fast as $("#foo").find("p")) created by
- Right now the latter is faster due to the context setting - the selector …
- 20:26 Ticket #4235 ($('#id).load() doesn't execute callback if selector matches an empty set) created by
- Discovered this due to a typo in my code. Consider […] If there is no …
- 19:29 Ticket #4234 (Allow hover to accept a single argument.) created by
- Would be useful when a hover argument function simply toggles a state, …
- 17:13 Ticket #4233 (Toggles/Visible/Hidden check inccorect on empty tag) created by
- There is a problem with any toggle() When a tag is empty, and you try to …
- 16:50 Ticket #4232 (New :visible logic fails on hidden table rows in IE7) created by
- The new :visible logic introduced in 1.3.2 doesn't work correctly for …
- 15:24 Ticket #4231 (Add new "path" method which returns selector path to jQuery object) created by
- It would be nice to have a function in the code to generate a 'query' …
- 14:33 Ticket #4230 ($('<link/>').attr crashes IE8rc1) created by
- I'm running IE8rc1 (en-us) on Windows Server 2003 (zh-cn), and I'm using …
- 04:05 Ticket #4229 (not a stable algorithm of sorting in tablesorter) created by
- The sort algorithm of sroting in talbesorter plugin isn't stable.. In …
- 02:29 Ticket #4225 (Minor link change on website) closed by
- fixed: Fixed, thanks!
- 00:22 Ticket #4228 (class selector regression in xhtml in firefox) created by
- The latest version of jquery (1.3.2) has a regression in selecting xhtml …
- 00:02 Ticket #4227 ($.extend erratic behavior with objects that have a length property) created by
- From the jQuery Google Group: …
02/23/09:
- 23:35 Ticket #4226 (Hover out is not being called after dropping, and position change.) created by
- Error case: …
- 23:24 Ticket #4225 (Minor link change on website) created by
- On http://docs.jquery.com/Sites_Using_jQuery the link for Intel is …
- 20:25 Ticket #4224 (selecting with space does not go deep) created by
- with a deep list <ul><li>a</li><li>b<ul><li>ba</li><ul></li><ul> …
- 19:41 Ticket #4223 (:visible,:hidden doesn't take visibility into account) created by
- :visible and :hidden selectors doesn't take CSS visibility attribute into …
- 16:32 Ticket #4222 (.remove() and .empty() are taxing) closed by
- fixed: Fixed in SVN rev [6253].
- 16:32 Changeset [cb3f842c8889458d96511b0103ebbff5cbac217d] by
-
- src/core.js
- 16:25 Ticket #4222 (.remove() and .empty() are taxing) created by
- These two methods (and .html(), which uses .empty()) have a severe number …
- 14:58 Ticket #4207 (toggleClass does not read the state argument) closed by
- worksforme: This is working since 1.3.0. Reopen with a test case if you think …
- 14:40 Ticket #4221 (In Opera when jQuery code is inserted into XSLT stylesheet it won't be ...) created by
- The following code XSLT stylesheet did not work with jQuery 1.3.1 in …
- 14:01 Ticket #4220 (jquery Dialog crash in IE) created by
- Hi, I am using jquery dialog to display messages. As i have to show this …
- 14:00 Ticket #4219 (event.currentTarget isn't fixed for live events) closed by
- fixed: Fixed at [6252]
- 13:59 Ticket #4219 (event.currentTarget isn't fixed for live events) created by
- 13:27 Changeset [48164ee603bc4ec17f2fb72571c531ebdc7213ae] by
-
- src/event.js
- test/unit/event.js
- 09:47 Ticket #4218 (Regression: jQuery 1.3 only accepts upper case node names in HTML) created by
- I develop a web app with JSF using JBoss RichFaces and its ajax-Framework …
- 05:08 Ticket #4217 (load event fails on frameset in Opera) created by
- I use load event in frameset document to look at content frame title. My …
- 04:03 Ticket #4216 (css function does not handle negative width and height in key/value pairs) created by
- While the css function correctly handles a single property or height that …
- 02:09 Ticket #4215 (Attribute "value" does not work well) created by
- Details: <div id=div_001 …
- 01:43 Ticket #4214 (Normalize support for CSS Transforms via css() method) created by
- jQuery normalizes CSS opacity across browsers, I thought it could also …
02/22/09:
- 22:13 Ticket #4213 ([validate] Allow for the ability to add groups) created by
- Currently you can only group fields when you initialize the validate …
- 22:03 Ticket #4212 (if ( !jQuery.support.opacity && name == "opacity" ) // support object ...) created by
- There is a jQuery.support object undifined exception in jquery-1.3.2.js …
- 18:54 Ticket #4211 ([validate] Allow for easy error placement with groups feature) created by
- It seems like you will always want custom error placement when you use the …
- 18:40 Ticket #3968 (ID-based lookup much slower on large pages) reopened by
- Unfortunately, it's not resolved. (Sorry about the test page not working, …
- 15:21 Ticket #4210 ([validator] Breaks when using jQuery 1.3.1) created by
- If you are using jQuery 1.3.1, the Validator plugin will only validate the …
- 09:14 Ticket #4209 ([validate]) created by
- I have added the Arabic locale translation into jQuery Validate plugin and …
- 00:09 Ticket #4208 (Selector inconsistency with XML Namespaces) created by
- On a namespaced xml element like: <media:thumbnail> In Firefox it will …
Note: See TracTimeline
for information about the timeline view.
