Timeline
Feb 10, 2009:
- 11:02 PM Ticket #4120 (Be more liberal in accepting IDs) created by
- In your core code I think: […] should allow the # selector be …
- 10:09 PM Ticket #4119 (jQuery.each() ignors checkbox) created by
- […]
- 10:06 PM Ticket #4118 (jQuery.merge() resulting length property is incorrect) closed by
- invalid: http://docs.jquery.com/Utilities/jQuery.merge#firstsecond Merge …
- 8:33 PM Ticket #4118 (jQuery.merge() resulting length property is incorrect) created by
- I am using merge to join two arrays of DOM objects together. The …
- 6:07 PM Ticket #4117 (document.documentElement["getBoundingClientRect"]) created by
- Is this the proper check that needs to be done? If so, a comment …
- 6:05 PM Ticket #4116 (parseFloat should be used in offset) created by
- Right now parseInt is used - parseFloat is probably more precise.
- 6:03 PM Ticket #4115 (Faster Offset Initialization) created by
- For the last line in the initialization function just have it be: […]
- 6:00 PM Ticket #4114 (RegExp w/ Function Should be Optimized) created by
- Right now we have some .replace(..., function(){}) code that should …
- 5:57 PM Ticket #4113 (Standardize on .test() for RegExp) created by
- When we use regular expressions in core we should standardize on …
- 5:48 PM Ticket #4112 (Out of Memory Exception in IE with AJAX calls) created by
- The change set 6027 for ajax.js has a change to 'windoweval?' from …
- 5:39 PM Ticket #4111 (Cache Static Objects) created by
- A couple places in jQuery static objects are created that could be …
- 5:33 PM Ticket #2721 (Object.prototype) reopened by
- I'm going to re-open this so that we can try and tackle it in a future …
- 4:52 PM Ticket #4110 (beforeSend is ignored in Firefox 3 with JQuery 1.3.1) created by
- I am not able to set any request headers inside beforeSend. See …
- 2:27 PM Ticket #4109 (jQuery Demos in Docs have downloadable code with dependencies) created by
- It would be nice to have complete working downloadable samples of the …
- 11:23 AM Ticket #4108 (:not(:last) selector fails) created by
- If you try something like: $(this).parents(('dl:not(:last)) returns …
- 11:02 AM Ticket #4107 (Safari's input type="search" field is ignored by serializeArray) created by
- Although non-standard, this Safari input type is very cool. I don't …
- 10:31 AM Ticket #4106 (binding to beforeunload does not work) created by
- A simple html page that binds to the beforeunload event does not work. …
- 10:30 AM Ticket #4084 ($(document).focus(fn)) reopened by
- 10:30 AM Ticket #4099 (Basic #id selector fails after multiple dynamic html insert) closed by
- wontfix: This has to do with the fact that we're using getElementById to find …
- 10:28 AM Ticket #4040 (Attribute Filters bug in IE (document vs. document.body)) closed by
- wontfix: Actually, this isn't related to #4084 - this has to do with using …
- 8:45 AM Ticket #4105 (clone(true) fails on IE7) created by
- I have a form, where part of the form is dynamic. The user can add …
- 7:39 AM Ticket #4104 (`tag:not(tag.className)` selector fails to return any element in ...) created by
- for this HTML: […] This happens: […] Demo/testcase included.
- 2:00 AM Ticket #4103 (Keyboard( arrow keys) controls for slider nopt working with slider.js ...) created by
- I am not able to use the keyboard(arrow keys, home, end keys..) …
Feb 9, 2009:
- 7:52 PM Ticket #3996 (Live events and triggerHandler()) closed by
- wontfix: Yeah, Dave makes a good point - I'm going to mark this up as being by …
- 7:28 PM Changeset [831b15b]1.12-stable2.2-stablekillphp by
- src/selector.js
- 7:05 PM Ticket #4100 (Error using outerHeight() ou window or document elements) closed by
- duplicate: This is a duplicate of #3050.
- 6:30 PM Ticket #3980 (.live() delegation can be friendly if it mimics the the propagation order) closed by
- fixed: Fixed in SVN rev [6192].
- 6:29 PM Changeset [9aa0c69]1.12-stable2.2-stablekillphp by
- src/core.js
- src/event.js
- test/index.html
- test/unit/event.js
- test/unit/selector.js
- 5:58 PM Ticket #4102 (add delay to Animate) created by
- Some times you would like there to be a delay between the execution of …
- 5:42 PM Ticket #4101 (add public contains method) created by
- Both Sizzle and jQuery UI core have their own internal …
- 2:57 PM Ticket #4100 (Error using outerHeight() ou window or document elements) created by
- When we try to use something like: $(window).outerHeight(); in …
- 10:58 AM Ticket #4038 (Improving .hide() method to avoiding reflow to constantly occur) closed by
- fixed: Fixed in SVN rev [6191].
- 10:58 AM Changeset [0ae78024]1.12-stable2.2-stablekillphp by
- src/fx.js
- 10:53 AM Ticket #4099 (Basic #id selector fails after multiple dynamic html insert) created by
- Hi! I tried to upgrade from 1.2.6 to 1.3.1 and encountered a bug in …
- 10:41 AM Ticket #4037 (800x faster HTML load on large HTML chunks) closed by
- fixed: Fixed in SVN rev [6190].
- 10:41 AM Changeset [136a459]1.12-stable2.2-stablekillphp by
- src/core.js
- 10:35 AM Ticket #4036 (Important performance improvement) closed by
- fixed: Fixed in SVN rev [6189]. I didn't add the .blank() method - that's …
- 10:35 AM Changeset [6b938e1]1.12-stable2.2-stablekillphp by
- src/core.js
- 10:20 AM Ticket #4098 ([name=0] doesn't work) closed by
- fixed: Fixed in SVN rev [6188].
- 10:20 AM Ticket #4098 ([name=0] doesn't work) created by
- As of 1.3.1 [name=0] doesn't work (when going against expandos, for …
- 10:18 AM Changeset [b16da9d]1.12-stable2.2-stablekillphp by
- src/selector.js
- test/unit/selector.js
- 10:01 AM Changeset [ab74ce7b]1.12-stable2.2-stablekillphp by
- src/selector.js
- 9:49 AM Ticket #3500 (IE clone( true ) error on recloning) closed by
- fixed: Fixed in SVN rev [6186].
- 9:49 AM Ticket #3254 (Defective cloned object) closed by
- fixed: Fixed in SVN rev [6186].
- 9:49 AM Ticket #2845 (Sortable that has OBJECT tag generates error in IE) closed by
- fixed: Fixed in SVN rev [6186].
- 9:48 AM Changeset [ce90acc]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 8:56 AM Ticket #4097 (Infinite loop in IE8 release candidate 1 with OuterHeight and XHTML ...) created by
- I have been working with modal dialogs just fine using jQuery 1.3.1 …
- 6:15 AM Ticket #4096 (slideToggle() does not set display property to 'table-row') created by
- When using 'slideToggle()' on a table row, the CSS display property is …
- 6:03 AM Ticket #4095 (Can't find body direct child nodes with external html source.) created by
- (tried with Firefox 3.0.6, using jRails ) Exemples : $('div', …
Feb 8, 2009:
- 2:44 PM Ticket #4068 (Attribute filtering does not work for style attribute) reopened by
- I'm going to reopen this because it looks like it might be a …
- 2:08 PM Ticket #3933 (Empty attribute selectors) closed by
- duplicate: Dup of #3990 and fixed at [6181].
- 2:05 PM Ticket #4068 (Attribute filtering does not work for style attribute) closed by
- invalid: The
style
attribute does not return a string. You would need to … - 1:40 PM Ticket #3991 (Selector [attribute=""] doesn't work) closed by
- duplicate: Dup #3990, and fixed.
- 1:39 PM Ticket #4006 (Selector 'input[type="text"][value=""]' fails) closed by
- duplicate: Dup, and fixed.
- 8:35 AM Ticket #4094 (class selector don't work for multi class tables in FF & IE, but works ...) created by
- Example source <table class="CSource post" width="500"> …
Feb 7, 2009:
- 5:59 PM Ticket #4093 (In case of space in query string, then contents of dialog will not be ...) created by
- For example $('<div id="demo3">').load('pag1.html?country= united …
- 12:42 PM Ticket #3990 (1.3.1 selector bug - $('input[value=""]')) closed by
- fixed: Fixed in SVN rev [6181].
- 12:41 PM Changeset [f38648c]1.12-stable2.2-stablekillphp by
- src/selector.js
- test/unit/selector.js
- 12:15 PM Ticket #4014 (boxModel check affects page layout) closed by
- fixed: Fixed in SVN rev [6180].
- 12:15 PM Changeset [31597b7]1.12-stable2.2-stablekillphp by
- src/support.js
- 11:58 AM Ticket #3962 ($.getScript leaks in IE) closed by
- fixed: Fixed in SVN rev [6179].
- 11:57 AM Changeset [a894c604]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 11:55 AM Ticket #4058 (Simple selector not working in 1.3.1 with webkit browsers) closed by
- fixed: Fixed in SVN rev [6178].
- 11:54 AM Ticket #4042 (.class selector not working in opera in some cases) closed by
- fixed: Fixed in SVN rev [6178].
- 11:54 AM Changeset [2b7642cf]1.12-stable2.2-stablekillphp by
- src/selector.js
- test/unit/selector.js
- 10:00 AM Ticket #4092 (documentation demo problem) created by
- http://docs.jquery.com/UI/Accordion Note: Could not find …
- 10:00 AM Ticket #3778 (selector matching issues) reopened by
- I reopen this because #3928 was just a related problem. The original …
- 9:51 AM Ticket #3899 ("find() + end() + submit()" problem) closed by
- invalid: Thanks for the followup.
- 9:49 AM Ticket #3778 (selector matching issues) closed by
- fixed: Per John in #3928, fixed in SVN rev [6143].
- 9:44 AM Ticket #3501 (Possible Bug with Disabling Inputs?) closed by
- invalid:
reqsInputs = reqs.find("input")
You are only selecting inputs, … - 9:39 AM Ticket #3473 (Sibling Selectors Fail in IE for <li> Tag) closed by
- invalid
- 9:39 AM Ticket #3407 (Multiple :gr do not work as expected) closed by
- invalid: Scott's right. Perhaps you wanted something like …
- 8:53 AM Ticket #4091 (Error in escaping selector) created by
- If you name a textbox with name="txtRating[" and then use a selector …
Feb 6, 2009:
- 10:45 PM Ticket #3566 (element selector return error) closed by
- fixed:
document.forms[0].split
is a nodelist collection so maybe that … - 10:36 PM Ticket #3315 (Strange jQuery attributes cause selector to fail in IE) closed by
- duplicate: This is a manifestation of #3254 so I'll close this ticket as a dup.
- 10:32 PM Ticket #3380 (.hasClass(".name") silently dies) closed by
- fixed: Confirmed this is fixed in jQuery 1.3.
- 10:30 PM Ticket #3192 (jquery-1.2.6 got bug in ie5.5("option:selected")) closed by
- wontfix: http://docs.jquery.com/Browser_Compatibility IE 5.5 isn't supported …
- 10:26 PM Ticket #3137 (Complex selectors breaking .parents() method) closed by
- fixed: This is fixed in 1.3
- 10:24 PM Ticket #3338 (div is null) closed by
- invalid: Old bug with no test case.
- 10:12 PM Ticket #3316 ($("<tr>").is("a bug") may not return true) closed by
- fixed: This is fixed in 1.3.
- 9:55 PM Ticket #4084 ($(document).focus(fn)) closed by
- duplicate: This is a duplicate of #4040, thanks!
- 9:40 PM Ticket #4089 (live() does not work with closest()) closed by
- invalid: http://docs.jquery.com/Events/live#typefn "Live events currently only …
- 2:28 PM Ticket #4090 (TableSorter triggers sortStart when a header disabled for sorting is ...) created by
- I have a table using the tablesorter plugin. I have disabled sort on …
- 10:28 AM Ticket #4089 (live() does not work with closest()) created by
- I have a tablesorter where the first column contains a checkbox. This …
- 9:24 AM Ticket #4088 (IE6 win xp sp3, events, html manipulation) created by
- <script type="text/javascript"> var html = '<div id="x" …
- 8:31 AM Ticket #4087 (insertAfter, insertBefore, etc do not work when destination is ...) created by
- If you do $("#x").insertBefore("#x") element removed entirely from …
- 6:02 AM Ticket #4086 ($().load() & $.ajaxSetup bug) created by
- In my main .js file i have this line (I use it to show loading image …
- 5:48 AM Ticket #4085 (remove() method don't work) created by
- hi all! I have a small problem. when append html element on jQuery …
- 2:59 AM Ticket #4084 ($(document).focus(fn)) created by
- FF $(document).focus(fn) IE $(document.body).focus(fn) I wish unify …
Feb 5, 2009:
- 10:30 PM Ticket #4083 (selector :file value works in 1.2.6) created by
- $('#myform :file[value!=\'\']') works in 1.2.6; not in 1.3.x Selector …
- 9:07 PM Ticket #4082 (dev.jQuery.com horrible rendering issue on IE7/Vista) created by
- Not very good for promoting the cross-browser compatibility of the …
- 7:13 PM Ticket #4081 (Simple name selector not working in 1.3.1 with IE 6) created by
- It works fine in 1.2.6 but not working in 1.3.1.
- 6:34 PM Ticket #4079 (jQuery 1.3, Append does not appear to be Synchronous) closed by
- invalid: Thanks for the follow-up. As you found, non-visible elements always …
- 5:15 PM Ticket #4080 (Infinite recursion in speed method) created by
- I have a reasonably simple overlay routine which inserts a few divs …
- 2:13 PM Ticket #4079 (jQuery 1.3, Append does not appear to be Synchronous) created by
- My apologies, but I don't have a public test detailing the problem …
- 1:49 PM Ticket #4078 (Function to prevent memory leaks in IE interfering with a height of ...) created by
- In IE6 a DIV with a height of 100% is higher than it should be. When …
- 1:30 PM Ticket #2568 (elem has no properties error in nodeName method) closed by
- fixed: OK, I'll close it then.
- 1:24 PM Ticket #4073 (Slider: $.widget.prototype._setData has no properties in FireFox 2.0) closed by
- invalid: Please file UI bugs in the UI bug tracker, per the message in the red …
- 1:21 PM Ticket #4075 (Autocomplete doesn't work in IE 6, 7) closed by
- invalid: The code you provided above isn't adequate for a test case because it …
- 1:10 PM Ticket #4077 (Sorting: limited count of sorting in IE.) closed by
- invalid: The code there is much too complex to clearly demonstrate a bug. …
- 1:08 PM Ticket #4076 (Sorting: limited count of sorting in IE.) closed by
- invalid: This is the bug tracker. If you need help using jQuery, please ask on …
- 10:05 AM Ticket #4077 (Sorting: limited count of sorting in IE.) created by
- I have integrated the jQuery sorting method to sort the dragged …
- 9:57 AM Ticket #4076 (Sorting: limited count of sorting in IE.) created by
- I have integrated the jQuery sorting method to sort the dragged …
- 9:01 AM Ticket #4075 (Autocomplete doesn't work in IE 6, 7) created by
- I have code: <html> <head> <title>IE + autocomplete</title> <meta …
- 6:55 AM Ticket #4074 (.clone() doesn't respect ownerDocument) created by
- If you clone an element from a foreign document (not the one you're …
- 1:54 AM Ticket #4073 (Slider: $.widget.prototype._setData has no properties in FireFox 2.0) created by
- url: http://ui.jquery.com/demos/slider/default.html …
Feb 4, 2009:
- 10:59 PM Ticket #4056 (:selected selector throwing error) closed by
- invalid
- 10:10 PM Ticket #4072 (Provide a selector/node restriction option as a second argument to .closest) created by
- A second argument to .closest to restrict how far the backwards …
- 7:34 PM Ticket #4060 (IE bug) closed by
- invalid: If you have a clear test case that demonstrates the problem, please …
- 7:25 PM Ticket #4061 (Tool tips for the spinner Buttons.) closed by
- invalid: From the sparse description I couldn't tell what component this might …
- 7:23 PM Ticket #4062 (1.3.1 always select first 'checked' <input> whatever the attribute filter) closed by
- invalid: Your attribute selector is invalid; the @ symbol isn't valid in jQuery …
- 7:16 PM Ticket #4065 (added postal code field validation for the form validate plugin (for ...) closed by
- duplicate: Dup of #4066 which has the attachments.
- 5:55 PM Ticket #4071 (change() event delegation failing in IE 6) created by
- Hi, It seems like the change() event triggered by a select element is …
- 4:51 PM Ticket #4070 (Selection of empty fields in Chrome and Safari) created by
- Selection appears to fail in two browsers: see my issue description at …
- 3:02 PM Ticket #4069 (Show/Hide functions crash when used with the Quicker App server) created by
- Basically if you try to use the show/hide/toggle functions on Quicker …
- 2:17 PM Ticket #4068 (Attribute filtering does not work for style attribute) created by
- I noticed that jQuery was not selecting elements when attempting to …
- 1:11 PM Ticket #4067 (offset() method: return offsetWidth and offsetHeight too) created by
- Please. Can you add the offsetWidth and offsetHeight to the values …
- 12:12 PM Ticket #4066 (added postal code field validation for the form validate plugin (for ...) created by
- i have created a 2 validation functions to be added to the …
- 12:12 PM Ticket #4065 (added postal code field validation for the form validate plugin (for ...) created by
- i have created a 2 validation functions to be added to the …
- 11:35 AM Ticket #4064 (jQuery animations fail without firebug) created by
- With the newer versions of firebug, one must load the console manually …
- 10:58 AM Ticket #4063 ($.getJSON() does not call callback with 0-length content response) created by
- I make a call to a REST service using $.getJSON(), which returns a …
- 7:50 AM Ticket #4062 (1.3.1 always select first 'checked' <input> whatever the attribute filter) created by
- The following code : function testJQuery(theForm) { var gender = …
- 5:26 AM Ticket #4061 (Tool tips for the spinner Buttons.) created by
- Can We have tooltips for the buttons in spinner functionality.
- 5:22 AM Ticket #2568 (elem has no properties error in nodeName method) reopened by
- I just encountered this error as well - it manifests any time I try to …
- 5:07 AM Ticket #4060 (IE bug) created by
- In IE(and 6, and 7) after page loading most of all DOM elements have …
- 4:16 AM Ticket #4059 (AppendTo not working under IE7 when select element from another frame.) created by
- Hello, I have 2 frames; in bottom frame I select a element in the …
- 4:02 AM Ticket #4058 (Simple selector not working in 1.3.1 with webkit browsers) created by
- Refer to this group thread.
Feb 3, 2009:
- 10:37 PM Ticket #4057 (Color Animation Bug (Highlight Effect)) created by
- If a highlight effect happens to an hidden panel, an exception is …
- 6:38 PM Ticket #4053 (Animation speed behaviour) closed by
- duplicate: Definitely agreed, but this is a dup of #2542.
- 5:40 PM Ticket #4056 (:selected selector throwing error) created by
- When making a selection set using :selector an error is thrown on line …
- 2:06 PM Ticket #4055 (innerWidth and ... fails for document and window) created by
- I'm using jQuery 1.3.1 with Firefox 3.0.5. for $(document) and …
- 12:00 PM Ticket #4054 (XML parsing error in IE) created by
- There is an error in the way jQuery matches a selector in an XML …
- 10:49 AM Ticket #4053 (Animation speed behaviour) created by
- Example: for(i =- 1; i < 2; i++) $("#test"+i).hide(i,function(){ …
- 8:28 AM Ticket #4052 ([validate] depens bug if you use load()) created by
- http://nrzv.com/valid/ step 1 works well. on Step 2 there is a rule …
- 7:17 AM Ticket #4051 ([api.jquery.com] Effects problems) created by
- Effects -> Basics -> show() Internal link to show( speed, [callback] ) …
- 6:54 AM Ticket #4050 (Namespaced XML attributes not triggering bind()/live() events) created by
- For XHTML 1.0 Transitional documents: $("a[bi :cid]").bind("click", …
- 2:13 AM Ticket #4049 (Cannot set checkboxes in strict XHTML) created by
- Suppose you have a strict XHTML page in jQuery 1.3.1, and suppose the …
Note: See TracTimeline
for information about the timeline view.