Timeline
Mar 5, 2010:
- 7:09 PM Ticket #5971 (Make sure jQuery.data( elem ) always returns an object) reopened by
- I just came across another bug, where page unload pukes on this line …
- 6:01 PM Ticket #6235 (fade in fade out text) created by
- My text is turning green with the fade in fade out effect. How do I …
- 11:26 AM Ticket #6234 (mouseenter/mouseleave/hover event handler exceptions are caught ...) created by
- If the event handler for a mouseenter, mouseleave, or hover event …
- 10:28 AM Ticket #6232 (Selector [name="person.names[0]"]:visible fails) closed by
- duplicate: Duplicate of #6233.
- 10:02 AM Ticket #6228 (jquery seem to conflict with object.prototype.create) closed by
- invalid: Yep, jQuery doesn't attempt to work with Object.prototype manipulation.
- 9:59 AM Changeset [0a307b3]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- 6:09 AM Ticket #6233 (Selector [name="person.names[0]"]:visible fails) created by
- Selector [name="person.names[0]"]:visible fails due to wrong selector …
- 6:06 AM Ticket #6232 (Selector [name="person.names[0]"]:visible fails) created by
- Selector [name="person.names[0]"]:visible fails due to wrong selector …
- 4:15 AM Ticket #6231 (:hidden does not work on tr) created by
- It did work correctly in 1.3.2, but in 1.4.2 it always returns true. I …
- 4:09 AM Ticket #6230 (WEBKIT: xhr.setRequestHeader("Accept", ...) *appends* the value ...) created by
- dataType: 'html', beforeSend: function(xhr) { …
- 3:18 AM Ticket #6229 ($.ajax has memory leak in IE8) created by
- in IE8 the memory will grow,but in firefox have not this proplem. Is …
- 2:59 AM Ticket #6228 (jquery seem to conflict with object.prototype.create) created by
- When i put the following code in my script if ( ! …
- 12:14 AM Changeset [145f2f0]1.12-stable2.2-stablekillphp by
- test/unit/manipulation.js
- 12:08 AM Ticket #6227 ($(arrayofElements).appendTo(...) fails) closed by
- fixed: Hmm, ok, I'm having a really hard time reproducing this - but changing …
- 12:07 AM Changeset [2c08004]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
Mar 4, 2010:
- 11:42 PM Ticket #6227 ($(arrayofElements).appendTo(...) fails) created by
- It appears as if only the first element is actually appended in - we …
- 4:44 PM Ticket #6226 (Missing or bad example code for stopropagation in docs) created by
- http://api.jquery.com/event.stopPropagation/. Demo needs to be …
- 4:34 PM Ticket #6225 (IE8 Will not properly FadeIn() and FadeOut()) created by
- It appears there is another bug when fading and out when using IE8. I …
- 3:01 PM Ticket #6223 (html() not browser agnostic. Returns ids and classes without qoutes in IE) closed by
- wontfix: Correct - we don't make guarantees about the returned content - we do …
- 2:41 PM Ticket #6222 (Breaking change in bind() when binding to the same handler multiple times) closed by
- worksforme: I added more detailed information and an example to the bind …
- 2:27 PM Ticket #6222 (Breaking change in bind() when binding to the same handler multiple times) reopened by
- Is this what you're referring to? …
- 1:37 PM Ticket #6224 (Animating display and opacity with "toggle" causes "Invalid argument" ...) created by
- The attached file is resulting in the following error when I click on …
- 11:52 AM Ticket #6223 (html() not browser agnostic. Returns ids and classes without qoutes in IE) created by
- Calling .html() on an element containing something like <div id="foo" …
- 10:42 AM Ticket #6214 (1.4.2 AJAX .abort script error in IE) closed by
- duplicate
- 10:28 AM Ticket #6217 ($(foo).trigger('load') fires window.load event in ie) closed by
- worksforme: Yep, that's to be expected since the event will bubble up the tree. …
- 10:21 AM Ticket #6215 (jQuery.support.boxModel is true in IE when the DOCTYPE is ....) closed by
- worksforme: Yep, that's correct - using a proper content type will push Internet …
- 10:18 AM Ticket #6222 (Breaking change in bind() when binding to the same handler multiple times) closed by
- wontfix: That was an intentional change in 1.4.2 and was mentioned in the …
- 9:59 AM Ticket #6222 (Breaking change in bind() when binding to the same handler multiple times) created by
- Given: <code> function foo() { alert('bar') } …
- 8:06 AM Ticket #6221 (Internet Explorer and NULL val()) created by
- Internet Explorer appears to be treating NULL as the string "null" …
- 7:54 AM Ticket #6220 (fadeIn / fadeOut with long durations produce bad opacity values) created by
- Using the fadeIn and fadeOut animations with quite long duration …
- 6:49 AM Ticket #6219 (:contains breaks with () created by
- if the quoted needle contains ( without a closing ), it throws an …
- 6:38 AM Ticket #6218 (jQuery.browser claims MSIE 8.0 to be MSIE 6.0 in certain browsers) created by
- The jQuery.browser() function fails to determine the correct MSIE …
- 5:58 AM Ticket #6217 ($(foo).trigger('load') fires window.load event in ie) created by
- When using trigger to explicitly fire the load event on an object (to …
- 3:43 AM Ticket #6216 ([Patch] Drop-in replacement for jQuery's trim() function) created by
- Inspired by …
- 2:46 AM Ticket #6215 (jQuery.support.boxModel is true in IE when the DOCTYPE is ....) created by
- jQuery.support.boxModel is true in ie6~8 when the DOCTYPE is <!DOCTYPE …
Mar 3, 2010:
- 8:03 PM Ticket #6214 (1.4.2 AJAX .abort script error in IE) created by
- Request .abort() in IE seems to throw a script error which it did not …
- 12:53 PM Ticket #6213 (.click() fires to often since 1.4.2) closed by
- invalid: If you want to prevent other functions from firing, that are bound to …
- 12:31 PM Ticket #5970 (Change event isn't fired in IE on a text box when starting from a ...) reopened by
- I see why I thought it wasn't fixed. If you first focus the field …
- 12:15 PM Ticket #6213 (.click() fires to often since 1.4.2) created by
- I experienced a very strange bug, moving from 1.4.1 to 1.4.2: I …
- 10:51 AM Ticket #6212 (IE6 loads images twice when adding HTML snuippet with $.html() or $.load()) created by
- I have an Ajax call that returns an HTML snippet containing <img> …
- 10:26 AM Ticket #6210 (binded event do not work when call dom element 's fireEvent) closed by
- invalid: You should be doing: $("#textbox").click() - jQuery will take care of …
- 9:35 AM Ticket #6211 (Option tags inhert the "disabled" property of the select box in Chrome ...) created by
- In Chrome and Safari, option tags inherit the disabled property their …
- 4:55 AM Ticket #6210 (binded event do not work when call dom element 's fireEvent) created by
- first sorry for my last invalid ticket. when i upgrade to version …
Mar 2, 2010:
- 5:34 PM Ticket #6209 (.live() doesn't filter by namespace) closed by
- fixed: Landed. …
- 5:34 PM Ticket #6208 (Add in event.namespace) closed by
- fixed: Landed. …
- 5:34 PM Changeset [9584e90]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 5:33 PM Ticket #6209 (.live() doesn't filter by namespace) created by
- Namespace filtering appears to be broken. See: …
- 5:33 PM Ticket #6208 (Add in event.namespace) created by
- Passthrough the namespaces specified in trigger, can be useful for …
- 4:41 PM Ticket #6199 (:hidden selector return false although div is actually hidden (IE8)) reopened by
- I'm attaching the a repro of the bug, everything is inline into the …
- 4:31 PM Ticket #6197 (Ajax is not working in IE8 but working in firefox) closed by
- invalid: If you have a more-complete test case I would definitely appreciate it …
- 4:29 PM Ticket #6201 (insertAfter() bug in opera 10) closed by
- invalid: I'm confused - you're inserting paragraphs into paragraphs - is that …
- 4:10 PM Ticket #6206 (.html() Form) closed by
- worksforme: I can't duplicate this, I created the test case and the form is …
- 3:59 PM Ticket #6206 (.html() Form) reopened by
- _Me.html("\n<div class='UploaderUserInput'>\n\t<div id='Uploader1' …
- 3:50 PM Ticket #6206 (.html() Form) closed by
- worksforme: Do you have an example? There was an issue with inserting forms in 1.4 …
- 3:49 PM Ticket #6207 (Click Event on List Item) closed by
- invalid: It sounds like you're trying to get the .val() of a list item - but …
- 3:43 PM Ticket #6207 (Click Event on List Item) created by
- It is possible that I am not using the function correctly, but I ran …
- 3:43 PM Ticket #6206 (.html() Form) created by
- problem with jQuery adding <form> tags to DOM. eg: …
- 2:49 PM Ticket #6205 (.add() not working on cached jQuery object) closed by
- invalid: .add() doesn't modify the existing object, it returns a new object …
- 2:41 PM Ticket #6205 (.add() not working on cached jQuery object) created by
- Can't use $.fn.add to add more elements into a cached jQuery object …
- 2:03 PM Ticket #6193 (Reading value from multiline textarea with val is different to ...) closed by
- wontfix: This is an intentional change. Browsers weren't consistent about …
- 1:56 PM Ticket #1675 (expando related problem on removeData()) closed by
- fixed: Good catch, I've re-fixed this: …
- 1:56 PM Changeset [04e31ff]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- 1:46 PM Ticket #1675 (expando related problem on removeData()) reopened by
- I think this problem persists again, I currently have the same problem …
- 12:46 PM Ticket #6199 (:hidden selector return false although div is actually hidden (IE8)) closed by
- invalid: Do you have an example that we can look at? What element is it? What …
- 12:44 PM Ticket #6203 (Content missing in Documentation FAQ) closed by
- fixed: Fixed.
- 10:53 AM Changeset [ad103c8]1.12-stable2.2-stablekillphp by
- test/unit/traversing.js
- 10:51 AM Changeset [5c111a0]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 10:44 AM Changeset [86ace44f]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 10:13 AM Ticket #6204 (fadeTo fails to fade tables in IE8) created by
- Tables won't fade in IE8
- 9:34 AM Ticket #6203 (Content missing in Documentation FAQ) created by
- Location: http://docs.jquery.com/Frequently_Asked_Questions Expected …
- 8:07 AM Ticket #6202 (special events + .die issue in 1.4.2) created by
- When special events are unbound via .die, remove + teardown never get …
- 8:00 AM Ticket #6201 (insertAfter() bug in opera 10) created by
- $('<p>hello world</p>').insertAfter('div').html('<p>xxxxxx</p>'); the …
- 7:34 AM Ticket #6200 (.live(... broken in 1.4.2 using IE8) created by
- Version 1.4.2 breaks 'live' function in combination with IE8. No …
- 6:19 AM Ticket #6199 (:hidden selector return false although div is actually hidden (IE8)) created by
- I debugged a fadeIn that didn't fadeIn the div, I track the problem …
- 4:14 AM Ticket #6198 (combined selector with live() in opera) created by
- $('a[req], :submit[req], li[req]').live('click', function(){ alert( …
- 12:13 AM Ticket #6197 (Ajax is not working in IE8 but working in firefox) created by
- Version: 1.4.2 I am trying to fire an Ajax call and the code works in …
Mar 1, 2010:
- 9:56 PM Changeset [a33d01a]1.12-stable2.2-stablekillphp by
- Makefile
- src/sizzle-jquery.js
- 9:51 PM Changeset [950b5d6]1.12-stable2.2-stablekillphp by
- Makefile
- README.md
- build/js.jar
- build/jslint-check.js
- build/jslint.js
- 9:24 PM Changeset [dcf0fa5]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/core.js
- src/css.js
- src/effects.js
- src/event.js
- src/manipulation.js
- src/support.js
- src/traversing.js
- test/unit/ajax.js
- 7:31 PM Changeset [8c8f685]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 6:19 PM Changeset [a4043cd]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/core.js
- src/event.js
- src/manipulation.js
- src/traversing.js
- 4:26 PM Changeset [fc08d0e]1.12-stable2.2-stablekillphp by
- src/offset.js
- 1:33 PM Ticket #6196 (IE error in curCSS on pixel recalculation) created by
- The code block to recalculate pixel values raise an error on IE(8), …
- 12:44 PM Changeset [a18f682]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/core.js
- src/css.js
- src/effects.js
- src/event.js
- 11:54 AM Ticket #6195 (Parent > child selector problem) created by
- This doesn't work $(document).ready(function(){ $("#myID > …
- 11:41 AM Ticket #6194 (Script tags not evaluated when loaded in page by Ajax, on WebKit) created by
- I have content that is loaded via Ajax. The loaded content contains a …
- 10:41 AM Ticket #6193 (Reading value from multiline textarea with val is different to ...) created by
- Hello, When I try to read a textarea value with $('#id').val(), and …
- 9:33 AM Ticket #6192 (event.srcElement is incorrect when calling jquery.change() from within ...) created by
- I am currently using .Net and I am getting an error in the …
- 9:25 AM Ticket #6191 (Assigining CSS property in animate() via external variable fails) created by
- var part = 'left'; for testing purposes only var margin_variable = …
Feb 28, 2010:
- 11:55 AM Changeset [5353c6b]1.12-stable2.2-stablekillphp by
- test/unit/offset.js
Feb 27, 2010:
- 8:46 PM Ticket #6190 (offset and position in other windows) closed by
- fixed: This is now fixed. …
- 8:43 PM Changeset [1d352084]1.12-stable2.2-stablekillphp by
- src/offset.js
- test/unit/offset.js
- 8:40 PM Ticket #6190 (offset and position in other windows) created by
- As noted by friedcell (on github) the offset method has a hardcoded …
- 10:22 AM Ticket #6154 (ready() sample code is unnecessarily complicated) closed by
- worksforme: The current API docs can be found here, where that's been resolved: …
- 10:21 AM Ticket #6155 (API docs: Callback argument for Hide does not have a type) closed by
- fixed: Fixed. Thanks for the heads-up.
- 10:17 AM Ticket #6167 (documentation: link to test suite outdated) closed by
- fixed: I removed the link to the test suite.
- 10:14 AM Ticket #6181 (IE8 Browser Crash loading http://docs.jquery.com/Ajax/jQuery.ajax#options) closed by
- worksforme: This was fixed on the new API site: http://api.jquery.com/jQuery.ajax …
- 10:05 AM Ticket #5928 (Global mousemove ceased to function) closed by
- fixed: Thanks Mike - reclosing.
- 10:04 AM Ticket #6113 (beforeunload event fires twice) closed by
- fixed: Fixed. …
- 10:03 AM Changeset [36faab4]1.12-stable2.2-stablekillphp by
- src/event.js
- 9:55 AM Ticket #6137 (auto detect objects returned using $find()) closed by
- wontfix: That's not something that jQuery will bake directly into the code …
- 9:50 AM Ticket #6189 (Store jQuery.data for plain objects on objects) closed by
- fixed: Fixed. …
- 9:49 AM Changeset [a49e6b6]1.12-stable2.2-stablekillphp by
- src/data.js
- test/unit/data.js
- 9:49 AM Ticket #6189 (Store jQuery.data for plain objects on objects) created by
- There's no reason to store the data in the jQuery.cache for plain …
- 9:11 AM Ticket #6185 (ready( fn ) should not be synchronous) closed by
- wontfix: While I absolutely do appreciate the patch and test case I'm not …
- 9:03 AM Ticket #6188 (Add in .bind(name, false), .unbind(name, false) shortcut) closed by
- fixed: Fixed. …
- 9:03 AM Ticket #6187 (Allow data to be passed in to .click(), etc.) closed by
- fixed: Fixed. …
- 9:02 AM Changeset [42568db]1.12-stable2.2-stablekillphp by
- src/event.js
- 9:02 AM Changeset [a45372a]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/event.js
- test/unit/event.js
- 8:57 AM Ticket #6188 (Add in .bind(name, false), .unbind(name, false) shortcut) created by
- Something really easy that I've always wanted - a simple way to just …
- 2:35 AM Ticket #6163 (TypeError: events is null) closed by
- fixed: Thanks! …
- 2:31 AM Changeset [7d5da0e]1.12-stable2.2-stablekillphp by
- src/event.js
Feb 26, 2010:
- 8:01 PM Changeset [ba7195e]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 7:48 PM Ticket #6187 (Allow data to be passed in to .click(), etc.) created by
- Right now you can only pass in data if you're doing .bind().
- 6:22 PM Ticket #6186 ($.post silent error in firefox) closed by
- invalid: It's really hard to tell exactly what might be going on without seeing …
- 5:17 PM Ticket #6186 ($.post silent error in firefox) created by
- $.post seems to have a silent error in firefox. i have confirmed that …
- 4:31 PM Ticket #6185 (ready( fn ) should not be synchronous) created by
- I am sure this has been discussed before; but I was not able to find …
- 3:20 PM Ticket #6168 (Add timer functionallity to core) closed by
- wontfix: Sure - If you wish to have a discussion then please feel free to open …
- 2:40 PM Ticket #6168 (Add timer functionallity to core) reopened by
- Documentation for .delay() states: >jQuery.delay() is designed for …
- 12:55 PM Ticket #6128 (Cannot reference a variable) closed by
- invalid
- 12:52 PM Ticket #6130 (Accordion Browser Compatibillity issues in IE 7.0) closed by
- invalid
- 12:52 PM Ticket #6129 (Accordion Browser Compatibillity issues in IE 7.0) closed by
- invalid: This should be filed in the jQuery UI bug tracker.
- 12:50 PM Ticket #6134 (data() now returns null on "no data") closed by
- duplicate: Fixed in #6166.
- 12:48 PM Ticket #6140 (jQuery removeClass bug?) closed by
- invalid: Do you have a larger example? I'm not seeing the issue here.
- 12:46 PM Ticket #6168 (Add timer functionallity to core) closed by
- wontfix: We already have a .delay() in core, this should serve as a good …
- 12:45 PM Ticket #6176 (hidden and elements with border) closed by
- invalid: Wait - what? Why is the height/width negative? That doesn't make sense …
- 12:43 PM Ticket #3443 (Can't Select Attribute Values Containing Closing Square Bracket ]) closed by
- fixed
- 12:42 PM Ticket #6171 (code for password strength) closed by
- invalid
- 12:42 PM Ticket #6183 ($.map flattens arrays) closed by
- wontfix: Yep, that's intended - it's even mentioned in the docs: …
- 12:41 PM Ticket #6177 (Enhance jQuery.extend() to allow option for each object to be a target ...) closed by
- wontfix: Hmm, I disagree that this should be an option. It seems like it's easy …
- 12:38 PM Ticket #6178 (.parents() reverses element order) closed by
- wontfix: Yep, this is intended - as with prevAll and prevUntil. Having them be …
- 12:35 PM Ticket #6166 (typeof($(EXPR).data('undefinedKey')) returns object vs 'undefined' now) closed by
- fixed: Fixed. …
- 12:35 PM Changeset [9e06903]1.12-stable2.2-stablekillphp by
- src/data.js
- test/unit/data.js
- 12:25 PM Ticket #6148 (.change() even not firing when arrow keys used.) closed by
- worksforme: It seems to work for me in 1.4.2 - do you have a specific example?
- 12:24 PM Ticket #6153 ($.clone() does not clone children of HTML5 elements in IE) closed by
- wontfix: Unfortunately there's not really a good solution here as any way we …
- 12:20 PM Ticket #5892 (IE change event does not fire on text input after setting value - ...) closed by
- fixed: As mentioned before, this was fixed in 1.4.2.
- 11:32 AM Ticket #6184 (.unbind() fails on plain javascript object) closed by
- fixed: Fixed. …
- 11:32 AM Changeset [7f5179b]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 11:31 AM Ticket #6184 (.unbind() fails on plain javascript object) created by
- See discussion here: …
- 11:24 AM Ticket #6169 (.live('hover') breaking change from 1.4.1 to 1.4.2) closed by
- fixed: Fixed. …
- 11:23 AM Changeset [28b489bf]1.12-stable2.2-stablekillphp by
- src/event.js
- 11:15 AM Ticket #6183 ($.map flattens arrays) created by
- Mapping function(x) { return x; } over an array should result in an …
- 9:26 AM Ticket #6182 (Make sure .live() bubbles unless explicitly stopped) closed by
- fixed: Fixed. …
- 9:26 AM Changeset [26b0e91]1.12-stable2.2-stablekillphp by
- src/event.js
- src/traversing.js
- test/unit/event.js
- 9:25 AM Ticket #6182 (Make sure .live() bubbles unless explicitly stopped) created by
- Right now $("div").live("click", fn) won't bubble up to multiple …
- 9:06 AM Ticket #6181 (IE8 Browser Crash loading http://docs.jquery.com/Ajax/jQuery.ajax#options) created by
- Hi guys, I was just browsing your documentation and got as far as the …
- 8:44 AM Ticket #6179 (fireEvent does not working) closed by
- invalid: I'm not really sure what this ticket is trying to get at - there was …
- 8:43 AM Ticket #6180 (jQuery.clean should not touch script tags that are not of type ...) created by
- At the very end of the clean function script tag nodes embedded in the …
- 2:11 AM Ticket #6179 (fireEvent does not working) created by
- when i upgrade to version 1.4.2, dom method fireEvent in ie does not …
Note: See TracTimeline
for information about the timeline view.