Timeline
11/16/10:
- 23:53 Ticket #7536 (jQuery 1.4.5 - Having math fun with HTML5 selectors) closed by
- wontfix: No need to apologize for submitting ideas to the project. We appreciate …
- 23:36 Ticket #7538 (attr("cellIndex") is undefined in XHTML) created by
- There is a bug/inconsistency when trying to get the cellIndex with the …
- 22:03 Ticket #7537 (attr('onload') returns null when a string is actually present as a ...) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. You are trying to …
- 19:54 Ticket #7532 (jQuery 1.4.3 animation method behaves strangely when animated to left: ...) closed by
- duplicate
- 19:53 Ticket #7532 (jQuery 1.4.3 animation method behaves strangely when animated to left: ...) reopened by
- 19:30 Ticket #7535 (Firefox Console error: Unexpected token in attribute selector: '!') closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by writing …
- 19:25 Ticket #7537 (attr('onload') returns null when a string is actually present as a ...) created by
- element.attr('onload') should return whatever the value is returned via …
- 18:48 Ticket #7536 (jQuery 1.4.5 - Having math fun with HTML5 selectors) created by
- Maybe will be usefull to have some math into selectors like this : Math …
- 18:06 Ticket #7535 (Firefox Console error: Unexpected token in attribute selector: '!') created by
- This happens with Firefox 3.6.12 safe-mode in 64 bit Windows 7 on a blank …
- 15:38 Ticket #7534 (event.originalTarget no longer is passed to an event handler listening ...) created by
- When listening to events, the originalTarget property is no longer passed. …
- 15:36 Ticket #7532 (jQuery 1.4.3 animation method behaves strangely when animated to left: ...) closed by
- worksforme: As boushley correctly points out this appears to be working fine. If you …
- 14:52 Ticket #7533 (Problem with id containing a period) created by
- When creating a jQuery object from a piece of html, if an id attribute …
- 14:47 Ticket #7532 (jQuery 1.4.3 animation method behaves strangely when animated to left: ...) created by
- Steps to reproduce: 1. Create one huge container (mine is 12200 pixels …
- 10:05 Ticket #7531 ($.post(document.location) doesn't work anymore since 1.4.3 on Firefox and ...) created by
- I created a veryu complex javascript onto jquery 1.4 and it was (nearly) …
- 09:40 Ticket #7526 (there is bug in the html() method of the latest jquery.) closed by
- worksforme: Thanks for providing a test case. I tried your test case in FF 3.6.12 on …
- 09:03 Ticket #7530 (Change in behaviour of animate api from v1.4.2 to 1.4.4) created by
- The following behaviour has changed in animate api In …
- 04:42 Ticket #4402 (Add mousewheel event) closed by
- worksforme: Since there's already a useful plugin I'm closing this ticket.
- 04:21 Ticket #4892 (1.3.2 selection at select>option have bug) closed by
- invalid: There isn't a text attribute, use :contains() instead: …
- 03:57 Ticket #7529 (val() returning an array for some single-selects under IE) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. type is not a valid …
- 03:50 Ticket #7261 (Body Table) reopened by
- The original report was marked as requiring additional clarification, and …
- 03:48 Ticket #7529 (val() returning an array for some single-selects under IE) created by
- val() returns an array when called on a single-select with a "type" …
- 01:58 Ticket #7528 ($("> a, > p") may not work correctly) created by
- Need to follow-up on …
- 01:37 Ticket #7527 (selecting an array) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. …
- 01:34 Ticket #7527 (selecting an array) created by
- In 1.4.3 i was selecting/processing html arrays as such: […] With …
11/15/10:
- 23:18 Ticket #7526 (there is bug in the html() method of the latest jquery.) created by
- in the jquery 1.4.2, and 1.4.3, inside html(value){} method there is …
- 22:34 Ticket #7517 (Uncaughted exception when call attr('tagName')) closed by
- duplicate
- 22:19 Ticket #7525 (j is null) created by
- j is null [Break on this error] - FireBug: l.test(j)){var …
- 19:31 Ticket #7524 (Calling $.fn.data without arguments on a non-DOMelement in 1.4.4) reopened by
- 19:28 Ticket #7524 (Calling $.fn.data without arguments on a non-DOMelement in 1.4.4) closed by
- duplicate: Confirmed
- 17:22 Ticket #7524 (Calling $.fn.data without arguments on a non-DOMelement in 1.4.4) created by
- Try the following code in 1.4.3 and then in 1.4.4: […] In 1.4.3 the …
- 14:03 Ticket #7521 (1.4.4 - jQuery.parseJSON(string_with_only_whitespaces like ' ') throws an ...) closed by
- invalid: http://json.org/ indicates the minimal valid json is '{}'.
- 14:00 Ticket #7518 (jquery learn) closed by
- invalid
- 13:54 Ticket #7523 (Setting outerWidth and outerHeight) created by
- I've written a plugin to override the default outerWidth and outerHeight …
- 13:42 Ticket #7522 (Load external CSS in IE8) created by
- Hi! Trying to load an external stylesheet, but can't get it to work in …
- 12:58 Ticket #7521 (1.4.4 - jQuery.parseJSON(string_with_only_whitespaces like ' ') throws an ...) created by
- I don't know whether this is expected behavior but jQuery 1.4.4 raises an …
- 10:54 Ticket #7520 ($(document).unbind('click') seems to clear live click callbacks) created by
- It seems that doing $(document).unbind('click') removes not only all click …
- 10:33 Ticket #7519 ($.getCSS for v1.5) created by
- Along with the $.getScript, it would be nice to have the same for loading …
- 06:24 Ticket #7518 (jquery learn) created by
- 'hi,
- 04:14 Ticket #5011 (Lower the number of animation steps per second in jQuery FX) closed by
- fixed: This value is configurable in 1.4.3: …
- 04:12 Ticket #5531 (Toggle Flickers in IE8 for "slow" speed) closed by
- invalid: Can you discuss this on the forum to see if it's a bug?
- 04:00 Ticket #5950 ($('> *', context) works but $('> *', context).live doesn't) closed by
- invalid: As documented, .live() should only be used with a standard selector, no …
- 03:59 Ticket #5990 (Accessing charCode in keypress throws warning) closed by
- invalid: URL is dead.
- 03:38 Ticket #6624 (add filter selector partial) closed by
- invalid: We're not accepting new additions to the selector syntax and trying to …
- 03:28 Ticket #5634 (Using .html() on a SELECT does not cause the SELECT to be resized in IE6) closed by
- wontfix: +1 dmethvin
- 03:17 Ticket #6390 (Selector :input produces css error in firefox 3.5.8.) closed by
- invalid: This is not a bug. The console is just showing a warning.
- 03:04 Ticket #5155 (array input fields) closed by
- invalid: This has been discussed in the forum several times. We can't really change …
- 02:41 Ticket #7517 (Uncaughted exception when call attr('tagName')) created by
- $(document).attr('taggName'); will throw exception: TypeError: Cannot read …
- 00:44 Ticket #7505 (document.bind('selectstart') and attr() problem) closed by
- duplicate: Correct, jitter, it seems to be a symptom of a regression on attr on …
11/14/10:
- 23:34 Ticket #7516 (Report of XSS in jquery.com) closed by
- duplicate
- 23:33 Ticket #7515 (Report of XSS in jquery.com) closed by
- duplicate
- 23:33 Ticket #7514 (Report of XSS in jquery.com) closed by
- duplicate
- 23:33 Ticket #7513 (Report of XSS in jquery.com999634f967b288a33000a2e3) closed by
- duplicate
- 23:33 Ticket #7512 (999634f97e645f465df869ac) closed by
- duplicate
- 23:33 Ticket #7511 (Report of XSS in jquery.com) closed by
- duplicate
- 23:32 Ticket #7510 (Report of XSS in jquery.com) closed by
- duplicate
- 22:07 Ticket #7516 (Report of XSS in jquery.com) created by
- Report of XSS in forum.query.com and jquery.com, etc. We tried to make a …
- 22:07 Ticket #7515 (Report of XSS in jquery.com) created by
- Report of XSS in forum.query.com and jquery.com, etc. We tried to make a …
- 22:07 Ticket #7514 (Report of XSS in jquery.com) created by
- 999634f9bfe9866e2b59ae27
- 22:07 Ticket #7513 (Report of XSS in jquery.com999634f967b288a33000a2e3) created by
- Report of XSS in forum.query.com and jquery.com, etc. We tried to make a …
- 22:07 Ticket #7512 (999634f97e645f465df869ac) created by
- Report of XSS in forum.query.com and jquery.com, etc. We tried to make a …
- 22:07 Ticket #7511 (Report of XSS in jquery.com) created by
- Report of XSS in forum.query.com and jquery.com, etc. We tried to make a …
- 22:07 Ticket #7510 (Report of XSS in jquery.com) created by
- Report of XSS in forum.query.com and jquery.com, etc. We tried to make a …
- 17:21 Ticket #7509 (Report of XSS in jquery.com) created by
- Report of XSS in forum.query.com and jquery.com, etc. We tried to make a …
- 16:46 Ticket #7497 (jQuery.event.drag plugin is broken in jQuery 1.4.4) closed by
- duplicate
- 16:46 Ticket #7497 (jQuery.event.drag plugin is broken in jQuery 1.4.4) reopened by
- Confirmed. http://jsfiddle.net/rwaldron/vkUxU/ You're welcome.
- 15:28 Ticket #5114 (jQuery.ajax: when aborting XMLHttpRequest, error and complete handlers are ...) closed by
- fixed: It does call the handlers with the current version.
- 15:25 Ticket #5301 (Unexpected selector precedence of attribute filter) closed by
- invalid: You're expecting a precedence in selector strings that isn't there. …
- 15:16 Ticket #5314 (selector with attribute namespace not working in find/children/filter) closed by
- worksforme: http://jsfiddle.net/dmethvin/h5Ft6/
- 15:13 Ticket #5199 (Problem with Selector using) closed by
- invalid: .selector is not guaranteed to be a string that can be used to …
- 15:12 Ticket #4808 (IE losing whitespace when generating content from HTML with empty nodes) closed by
- duplicate
- 15:10 Ticket #5331 (Disable and enable events) closed by
- invalid: This conflicts with the new click(false) semantics which means to return …
- 15:08 Ticket #2714 (Making element draggable out of iframe (affects jQuery core)) closed by
- invalid: Since this would require non-standard selector behavior, I'm closing it.
- 15:05 Ticket #4203 (firefox: color values on tags inside a frame are #00000 unless css is ...) closed by
- fixed: There's no test case, but the internal code uses …
- 14:58 Ticket #2994 ($.ajax error on 404 in IE) reopened by
- 14:48 Ticket #2994 ($.ajax error on 404 in IE) closed by
- worksforme: http://jsfiddle.net/dmethvin/HG2v2/ Works in IE8, Safari 5, Chrome 7, …
- 14:45 Ticket #4169 (:has(:nth-child(1))) closed by
- worksforme: http://jsfiddle.net/dmethvin/pEpBV/ The test case doesn't seem to match …
- 14:40 Ticket #4083 (selector :file value works in 1.2.6) closed by
- worksforme
- 14:32 Ticket #4000 (overflow bug using .animate webkit browsers - element loses overflow ...) closed by
- worksforme: http://jsfiddle.net/dmethvin/Xks8w/ I don't see this happening with the …
- 14:23 Ticket #3622 (Bug with CSS Selector E[foo] on Option elements) closed by
- invalid: http://jsfiddle.net/dmethvin/BQQQx/ As balazs.endresz said, this is …
- 14:11 Ticket #2701 (Security warning message with effect "show" on https) closed by
- wontfix
- 14:09 Ticket #3141 (offset() adds ovreflow width on IE in right-to-left layout) closed by
- worksforme: Seems to be fine in IE8. If someone can still repro, please make a …
- 14:03 Ticket #7506 (Date data type collecting data) closed by
- invalid: This functionality isn't related to jQuery's mission.
- 14:02 Ticket #7507 (Custom validation does not work test method undefined) closed by
- invalid: This is not a jQuery core bug. Please ask for help on the forum.
- 14:01 Ticket #7508 (jquery can't set input:hidden value) closed by
- worksforme: Please don't waste our time by posting "bugs" without a test case. …
- 12:59 Ticket #7508 (jquery can't set input:hidden value) created by
- It doesn't matter if you use <input type="text" style="display:none;" …
- 10:47 Ticket #7507 (Custom validation does not work test method undefined) created by
- Hello, I created a custom validation like this […] But the result …
- 09:21 Ticket #7506 (Date data type collecting data) created by
- in short i well be much easier javascript if we declared some date \ …
- 04:20 Ticket #5729 (`Expando` cleanup in `.html()` and `.clone()` is too greedy) closed by
- fixed: This regexp was optimized as part of the 1.4.3 fixes.
- 04:17 Ticket #5737 (Complex selectors problems w/ IE8) closed by
- invalid: Not a valid bug report.
- 04:16 Ticket #5740 (each method should support XML) closed by
- invalid: Since E4X is an evolutionary dead end it doesn't seem worth complicating …
- 04:12 Ticket #5749 (Regarding curCSS, css, and backgroundPosition plugin within IE ...) closed by
- duplicate: We haven't encouraged used of shorthand properties.
- 04:08 Ticket #5744 (jQuery selectors search inside HTML comments, causing crashes and/or other ...) closed by
- worksforme: http://jsfiddle.net/dmethvin/7cbbV/ Seems to work now.
- 04:05 Ticket #5452 ($('#select_element_id').val("") bug when its option has no value attribute ...) closed by
- fixed: http://jsfiddle.net/dmethvin/wmhB5/ Seems to be working in 1.4.4
- 04:01 Ticket #5786 (xhr.send should test if data property is undefined) closed by
- fixed: Fixed in 1.4.3
- 03:59 Ticket #5885 (.live("click") handler activates on right-click in firefox) closed by
- duplicate
- 03:19 Ticket #6164 (issue with index method (DOM Element Method)) closed by
- invalid: I don't think we support wrapping an array of strings in a jQuery object …
- 03:12 Ticket #6157 ($(window).resize() bug elements on Webkit) closed by
- worksforme: Load the css before the js, that's important on webkit browsers.
- 02:37 Ticket #6338 (attr under chrome browser fails on 'required' attribute) closed by
- worksforme: .attr("required") returns the required property, which is boolean.
11/13/10:
- 23:12 Ticket #7504 (Very slow selector in jQuery > 1.4.2) closed by
- invalid: compounded filter statements using multiple attri bute selectors are going …
- 23:09 Ticket #7505 (document.bind('selectstart') and attr() problem) created by
- Test case http://jsfiddle.net/Z3bkE/ return empty string on 1.4.4, but on …
- 22:26 Ticket #7504 (Very slow selector in jQuery > 1.4.2) created by
- I was using jQuery 1.4.2 to develop a very big and complex form where I …
- 22:04 Ticket #7503 (elem.attributes is null) created by
- I have that error while trying 1.4.4 in our application. It works ok with …
- 20:29 Ticket #4050 (Namespaced XML attributes not triggering bind()/live() events) closed by
- invalid: IE doesn't support XHTML documents.
- 20:21 Ticket #4041 (Some selectors with meta-characters fail in jQuery 1.3.1) closed by
- worksforme: http://jsfiddle.net/dmethvin/hFxTa/ jQuery 1.4.4
- 20:09 Ticket #3885 (live() don't call first assigned event on multiple event binding) closed by
- fixed: Implemented in jQuery 1.4.
- 20:06 Ticket #3367 (Offset function returns an incorrect value when the concerned element is ...) closed by
- wontfix: This kind of complex case seems like it would be better done in a plugin …
- 20:03 Ticket #3281 (double requests in IE when appending script elements) closed by
- duplicate
- 19:57 Ticket #3594 (Patch: removeClass eats RegExp) closed by
- invalid: The code has changed since this patch was made, so it doesn't work as …
- 19:41 Ticket #3509 (Make selectors work across iframes) closed by
- invalid: The standard querySelectorAll selector syntax tdoesn't support this so I'm …
- 19:39 Ticket #3404 (a suggestion to workaround XML namespace selector problem) closed by
- duplicate
- 19:27 Ticket #2493 (IE 7 and dragging with Page Zoom active) closed by
- duplicate
- 19:15 Ticket #2901 (FF3 changes how getElementsByTagName works for XML namespaces) closed by
- duplicate: Cause is the same as #1826 so I'm closing this as a dup.
- 18:48 Ticket #7502 (New Feature Request for 1.5: Inline SVG animation with animate() instead ...) created by
- If an element is Inline SVG, such as you might select with $("svg rect"), …
- 18:30 Ticket #7501 (Add a feature called "fadeAndSlideToggle" or with a better name...) created by
- To be able to slide and fade at the same time with a toggle (or perhaps …
- 18:14 Ticket #7311 (Blur() callback is not issued if the focus is changed from form.submit() ...) closed by
- worksforme: I think snover's point was that $().focus() does *two* things. It fires a …
- 17:45 Ticket #7493 (jQuery 1.5: Content scrolling) closed by
- worksforme: There's a good plugin with plenty of features if you need it: …
- 17:42 Ticket #7494 (jQuery 1.5: Data management) closed by
- invalid: This is too vague to leave open as a ticket. Perhaps you can provide some …
- 17:41 Ticket #7496 (Set Offset doesn't work correctly if page is scrolled) closed by
- worksforme
- 17:40 Ticket #7497 (jQuery.event.drag plugin is broken in jQuery 1.4.4) closed by
- invalid: Please reduce to a test case that doesn't involve the entire plugin, and …
- 17:38 Ticket #7499 (data() can only read Data Attribute objects in single quotes) closed by
- invalid
- 13:39 Changeset [b50f41a2e3ba9ab9a7bcf69a9633b0a8258015d6] by
-
- src/attributes.js
- test/unit/attributes.js
- 13:36 Ticket #7500 (attr() fails for non DOM element nodes) created by
- With the changes for 1.4.3 a regression was introduced which prevented the …
- 13:19 Ticket #7499 (data() can only read Data Attribute objects in single quotes) created by
- When using data() to get objects from a Data Attribute, the attribute must …
- 07:34 Ticket #5948 (Stack overflow when using with jquery tools/navigator/scrollable) closed by
- invalid: This is a bug tracker for jQuery core. You will need to see the jQuery …
- 07:31 Ticket #4831 (show() can trigger flash reload bug in Firefox 3.5) closed by
- duplicate
- 07:26 Ticket #4628 (Jquery.animate div with swf ( the swf blinks )) closed by
- duplicate
- 07:21 Ticket #4635 (animate() fails to get initial 'bottom' position on Firefox) closed by
- worksforme: I have tested your code out here [ http://jsfiddle.net/46K2k/ Live Test …
- 07:18 Ticket #4152 (jQuery causes flicker with embedded QuickTime movies in Safari) closed by
- worksforme: Testing with jQuery 1.4.4 and the latest Safari build I don't see a …
- 07:15 Ticket #3027 (triggering focus throws to events in IE) closed by
- worksforme: Reducing your test case to testing trigger and using jQuery 1.4.4 this …
- 07:02 Ticket #7497 (jQuery.event.drag plugin is broken in jQuery 1.4.4) created by
- Popular plugin from http://threedubmedia.com/ dont work with jq 1.4.4. …
- 03:06 Ticket #7495 (Array fields name (name=sel[]) selector broken in 1.4.4) closed by
- invalid: Quotes are mandatory: http://jsfiddle.net/rwaldron/kSTN9/2/ …
- 02:41 Ticket #7496 (Set Offset doesn't work correctly if page is scrolled) created by
- Elements positioned with offset appear to be positioned to the viewport …
- 01:06 Ticket #7495 (Array fields name (name=sel[]) selector broken in 1.4.4) created by
- Code $('input[name=sel[]]') work fine from 1.3.x, but broken in 1.4.4 …
- 00:42 Ticket #7494 (jQuery 1.5: Data management) created by
- Give jQuery the power for controlling all user data: * Get parameters / …
- 00:26 Ticket #7493 (jQuery 1.5: Content scrolling) created by
- It'd be nice to integrate something like jquery.scrollTo into the core
11/12/10:
- 22:45 Ticket #7481 (IE error; Line 4737) closed by
- invalid: Thanks for the report, but the jQuery bug tracker is not a support forum. …
- 20:18 Ticket #7492 ($(element).html() output inconsistent in version 1.4.3) closed by
- worksforme: I think I've parse what you said in your ticket into this jsFiddle …
- 19:27 Ticket #7488 (.offset() function incorrect when ancestor uses -webkit-transform) closed by
- worksforme: Looking through the dimensions plugin I believe that as you mention it …
- 18:57 Ticket #7492 ($(element).html() output inconsistent in version 1.4.3) created by
- It looks like that $(element).html()in version 1.4.3 returns inconsistent …
- 18:36 Ticket #7489 (Allow named queues with .animate()) closed by
- duplicate
- 16:34 Ticket #7491 (add click function error in IE8) closed by
- invalid: jQuery currently does add that crazy attribute to elements in IE to which …
- 15:48 Ticket #7491 (add click function error in IE8) created by
- The original html source is: <img id="nextmusic" …
- 15:46 Ticket #7484 (AJAX seems to be broken for IE6 in jQuery 1.4.3 and jQuery 1.4.4) closed by
- worksforme: This fiddle shows both .post and .get functioning in 1.4.3 …
- 15:46 Ticket #7490 (global queue or a named queue for all animations) created by
- I'd like jQuery 1.5 would natively support synchronous animation amongs …
- 15:16 Ticket #7489 (Allow named queues with .animate()) created by
- Just to float an idea I've been having, sometimes you want to have …
- 15:02 Ticket #7487 (provide a version without IE6 support) closed by
- invalid
- 15:02 Ticket #7487 (provide a version without IE6 support) reopened by
- 15:00 Ticket #7487 (provide a version without IE6 support) closed by
- duplicate: This project still supports IE 6, and thus we are not going to start …
- 14:58 Ticket #7488 (.offset() function incorrect when ancestor uses -webkit-transform) created by
- When an element is transformed with the -webkit-transform attribute, the …
- 14:41 Ticket #7479 (native jquery support in browsers) closed by
- invalid: A project of this nature is outside of the scope of development on jQuery …
- 14:26 Ticket #7483 (triggle() in $(document).ready() can't work) closed by
- invalid: Closing as invalid.
- 12:12 Ticket #7487 (provide a version without IE6 support) created by
- Now it's time to reduce the library size by removing IE6 support (or at …
- 11:43 Ticket #7486 (css('height')) created by
- Until now "$('#x').css('height')" returned 'auto', if no css-height was …
- 10:42 Ticket #7485 (Inconsistency between has [attribute] selector and attr() method) created by
- While checking on #7480 I noted a related bug. There are inconsistencies …
- 10:33 Ticket #7484 (AJAX seems to be broken for IE6 in jQuery 1.4.3 and jQuery 1.4.4) created by
- I just upgraded my jQuery from version 1.4.2 to version 1.4.3 and found …
- 09:51 Ticket #7483 (triggle() in $(document).ready() can't work) created by
- <!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 TransitionalEN" …
- 09:42 Ticket #7482 (.html() does not work when <input type="text"> is updated) created by
- This should explain it all. Look at the alert, it's not displaying what is …
- 09:13 Ticket #7481 (IE error; Line 4737) created by
- Hi, I use the jquery Version 1.4.4 from Date: Thu Nov 11 19:04:53 2010 …
- 07:07 Ticket #7480 (Has attribute selector not working for <a> elements) created by
- It works fine for other elements like <p>. A test case: […] Fails …
- 06:12 Ticket #7479 (native jquery support in browsers) created by
- I was thinking of building native jQuery support in all modern browsers, …
- 05:45 Changeset [e1d6edf822f7f875f794849723b13bbf74dd3c83] by
-
- test/data/text.php
- 05:42 Changeset [4190059c762f253fa9231d4493db8dead59b7b09] by
-
- test/delegatetest.html
- 05:41 Changeset [866ba43d0a8cd9807a39483df48d9366558cb6dd] by
-
- .gitattributes
- 05:40 Changeset [4a1559e1279c12b99f7bb2db867ca51713de7cd4] by
-
- .gitattributes
- 04:27 Ticket #7478 (Ability to use the Slider widget without all of the other bloat) closed by
- invalid: Not a jQuery core bug.
- 04:25 Ticket #7478 (Ability to use the Slider widget without all of the other bloat) created by
- The Slider widget requires more core functionality than any other widget. …
- 01:14 Ticket #7477 (String with several non-breaking-space chars in the middle breaks trim()) closed by
- duplicate
- 01:09 Ticket #7415 (ajax event success and complete are not fired in version 1.4.3) closed by
- worksforme: Per request of reporter
- 00:05 Changeset [0838bdf52cf9f27ebc2bbee74fd7170e2d854c11] by
-
- version.txt
- 00:04 Changeset [902cc7947c1c6dd31ff216eea5d0130eb15a33a1] by
-
- version.txt
- 00:01 Milestone 1.4.4 completed
- Regression fixes for 1.4.3.
11/11/10:
- 23:56 Ticket #7477 (String with several non-breaking-space chars in the middle breaks trim()) created by
- The trim() function uses this regex: […] This is intended to handle …
- 23:09 Ticket #155 (Get Namespaced Elements in XML Documents) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #234 ([PATCH] $().unhover and $().untoggle) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #925 (Bug in Internet Explorer when appending object/embed-element) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #1360 (.change() on checkbox in IE) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #2278 (animate calculates the wrong height of element with implicit width) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #2315 (Option to prevent JavaScript processing via Ajax) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #2604 (jQuery(html) breaks with HTML comments in Firefox 2) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #2606 (removeData should trigger an event) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #2616 (A better jQuery.map) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #2671 (curCSS: computed style hack for IE) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3054 (API/Events: select(fn) does not work in IE6.) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3117 ($(window).height() problem in opera 9.5) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3163 (IE pseudo-leak) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3177 (slideUp and slideDown on table) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3235 (ajax error event is not being reported in some situations) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3256 (Test suite crashes Nokia S60 WebKit Browser) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3292 ($().fadeIn() crash/ ghost text) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3332 (focus/blur events not triggered using WebKit based browsers ...) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3333 (.css("marginRight") is incorrect in WebKit) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3336 (onsubmit event fails for enter-key submission on webkit browsers) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3362 (beforeComplete event for $.ajax) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3366 (fadeTo() doesn't work in IE) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3396 (Assigning click to area map doesnt work if not previously assigned to ...) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3401 (Event property for tracking with an event was fired via actual browser ...) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3521 (remove() fails with IE & ajax) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3553 (use of removeChild in IE leaking memory) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3589 (Add scrollParent() method to detect the scrolling parent) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3637 (Local scripts loaded using getScript isn't available (directly) in Firefox ...) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3652 ($.ajaxSend parameters nulled) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3668 (getScript and JSONP fails on about:blank) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3729 (Attribute selector with an class seperator(':') in it, fails.) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3781 (bound events execution order) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #3841 (Callback does not fire in Chrome when page is cached) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #4123 (Always try to use camel-case for styles and attributes) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #4221 (In Opera when jQuery code is inserted into XSLT stylesheet it won't be ...) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #4244 (selector by attribute "src" not working the same way as in 1.2.6) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #4247 (Chrome/Chromium .position().top .offset().top results relative) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #4370 (Google Chrome - .parents 'UL LI' vs 'UL') closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #4501 (nested :has(...:not(...)) doesn't work?) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #4537 (clone(true) with namespaced events loses the namespace on the original and ...) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #4610 (Image width calculation) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #4801 (clean() reorders script tags without checking type attribute) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #4949 (:not(:visible) or :hidden) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #4966 (Problem with animate and zIndex) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #4990 (Make JSON Object) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #5040 (Selector #foo a[href=#x/y] fails in IE7) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #5128 (innerHeight outerHeight innerWidth outerWidth inconsitency) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #5280 (AJAX requests should abort on unload (they reserve connections in IE)) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #5281 (Bug in latest jquery-1.3.2) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #5319 (Error when passing new String(...) to jQuery.html()) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #5388 (.width() doesn't work properly in Google Chrome) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #5427 ($.extend(false, target, obj) doesn't extend target itself) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #5757 (jQuery 1.3.2 document.ready() event does not fire with persistent proxy ...) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #5857 (IE transparency turns opaque with fadein, fadeout, etc) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6105 ($('head').append/appendTo('head') broken in MS Explorer) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6110 (jQuery.get() doesn't transport form-elements in firefox) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6151 (offset() gives wrong values in iframe if parent scrolled) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6239 (Error on tag selection) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6263 (warning using jQuery 1.4.2 on https pages) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6291 (Ajax loading don't load <scirpt> tags) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6361 (jQuery(html) returns 2 objects (html+script) if script is included) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6369 (In IE v8.0.7600.16385 Line 1919 v1.4.2 undefined when exiting page???) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6388 ($.getJSON memory leak with JSONP even on success) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6406 (when append(),html()...the IE6 will die) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6414 (:link pseudo class throws error in browsers not supporting ...) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6476 (fadeOut function fadeIn - IE8 Only (Not IE7, IE6)) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6498 (XHR abort() method not working in IE7.) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6552 (ajaxSetup for data not work of get method) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6567 ([XML-ATOM Feed] request with Win 7 / IE 8) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6588 ($(document).ready() error in Google Chrome) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6614 (BUG: jQuery 1.4.2 > $().after();) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6689 (chrome 5.0.375.70 can't load() a new page?) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6724 (wrong $(window).height() in mobile safari (iphone)) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6741 (event binding issue when append html by using $.html() in IE) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6765 (jQuery strips non type='text/javscript' script tags when cleaning ...) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6769 (in IE8, jQuery.inArray call fails with error "'indexOf' is null or not an ...) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6783 (css font-size get value or height get value in pixels) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6789 (Check on nodeName results in an error) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6790 (.css() returning inconsistent values between browsers) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6845 (unload garbage collection) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6850 (Error in deep > selectors when root node has no parent) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6874 (ajax contentType application/json -> data object2json automatically) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6891 (Dynamic select box (size 5) does not refresh for single value until mouse ...) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6934 (layerX/layerY vs. offsetX/offsetY) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6953 (avoid null object in event dispatch) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6973 (Load JS script inside HTML) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6974 (After Form Reset in IE8, Jquery serialize function fails to add select ...) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #6976 (.offset(fn) misbehaves if fn changes its argument) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #7093 (Chrome and Opera outerWidth calculation problem on refresh) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #7121 (Form elements duplicated after ajax submit (on Firefox)) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #7182 (Combination Has Attribute Selector [name] + :first does not work) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #7201 (Exception thrown by $.ajax.error callback cannot be caught by outer ...) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #7221 (toggle() has problem with set of objects) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #7246 ($('no elements').replaceWith('<div/>').length !=0) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #7250 (title .html() doesnt work in ie) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #7254 (jQuery-1.4.2.js giving unresponsive script error in firefox) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #7261 (Body Table) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #7268 (Data argument no longer works with DELETE requests) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #7271 (Chome doesn't copy the uploaded file ref) closed by
- Automatically closed due to 14 days of inactivity.
- 23:09 Ticket #7333 (bug report) closed by
- Automatically closed due to 14 days of inactivity.
- 22:47 Ticket #5767 (Animate the CSS Height and absolutely positioned element) closed by
- invalid: Your code is invalid. Do this properly and it works fine. …
- 22:02 Ticket #7476 (documentation error) closed by
- invalid
- 21:23 Ticket #7470 (Cross-Compatibility IE 7 and 8 tested) closed by
- invalid: This bug tracker exists because we do not want to ignore bugs. The …
- 20:19 Ticket #7476 (documentation error) created by
- Not sure if this is the right place... but just saw an error in the api …
- 17:37 Ticket #7409 (jQuery.fn.css('border-width') is seriously flawed) closed by
- wontfix: use .css("border-width-top") See also: …
- 16:43 Ticket #7469 (tds[0] is undefined ... Bug in method for figure out if the W3C box model ...) closed by
- duplicate
- 15:32 Ticket #7475 (refresh iex 8) created by
- 5 or 6 times when I refresh the background image is half. Internet …
- 14:25 Ticket #7472 ($('form').attr('id') return DOM Element) closed by
- patchwelcome: If I remember correctly, some IEs get confused in forms when you have …
- 13:52 Ticket #7473 (DisableSelection -> Disables form fields) closed by
- invalid: Please file UI bugs in the UI bug tracker at http://dev.jqueryui.com . …
- 13:49 Ticket #7471 (Warning / Logging Module for the jQuery Development Version) closed by
- invalid: It's a great idea for a plugin, like …
- 12:33 Ticket #7474 ([web] Add guideline hint to new ticket page) created by
- It seems many tickets get filled without the reporter having read the …
- 12:30 Ticket #7473 (DisableSelection -> Disables form fields) created by
- Hi, I'm a Web Developer, and I have to say, jQuery is fantastic! Without …
- 11:43 Ticket #7472 ($('form').attr('id') return DOM Element) created by
- http://jsfiddle.net/ua4kZ/1/ If form has input with name="id" its id …
- 10:48 Ticket #7471 (Warning / Logging Module for the jQuery Development Version) created by
- I really like that jQuery degrades gracefully and catches potential …
- 10:05 Ticket #7470 (Cross-Compatibility IE 7 and 8 tested) created by
- Bug Occurs in version 1.4.2 and 1.4.3 Location to test from …
- 08:57 Ticket #7469 (tds[0] is undefined ... Bug in method for figure out if the W3C box model ...) created by
- if document.body is frameset don't work div.innerHTML = "<table><tr><td …
- 04:34 Ticket #4584 (Append "contextmenu" event feature) closed by
- invalid: Just use .bind("contextmenu", ...).
- 04:30 Ticket #4026 (Possible speed improv. for closest()) closed by
- fixed: This was added in 1.4: http://api.jquery.com/closest/#closest2
- 03:46 Ticket #5022 (strings of markup and application/xml) closed by
- duplicate: This patch is too magical for my taste, it's very difficult to tell xml …
- 03:39 Ticket #6489 (e.which not working correctly in Internet Explorer) closed by
- duplicate
- 03:29 Ticket #5263 (capture phase using bind) closed by
- duplicate
- 02:36 Ticket #4950 (.click(function(){} on option error in IE) closed by
- patchwelcome: The fix proposed in #4780 seems like it would require too much code to be …
- 02:30 Ticket #3827 (Checkbox state inconsistent in click event handler) closed by
- wontfix: This behavior has been consistent since jQuery's first version, so there's …
- 02:27 Ticket #7467 ($.each, $.extend, etc. should take care of JScript DontEnum bug) closed by
- patchwelcome: The page referenced does not provide any workaround that I could find. If …
- 02:14 Ticket #5864 (.attr with iframe doesn't work correctly in IE and Opera) closed by
- patchwelcome: It doesn't seem practical to recreate the iframe in order to change the …
- 02:02 Ticket #6456 (Div border will affect the boxModel) closed by
- worksforme: http://jsfiddle.net/dmethvin/kfE9e/1/ This one works fine in IE8. Your …
- 01:46 Ticket #6561 (Enhancing the :contains() selector) closed by
- wontfix: We're not encouraging additions to the selector syntax because …
- 01:44 Ticket #5833 (Greasemonkey "@require" error) closed by
- patchwelcome: Perhaps some Greasemonkey devs can examine the patch or propose an …
- 01:23 Ticket #2662 (attr "action" of form and Selectors' attribute filter) closed by
- worksforme: http://jsfiddle.net/dmethvin/6rCGW/ IE 8, FF 3.5, Chrome 7, Opera 10, …
- 01:18 Ticket #7467 ($.each, $.extend, etc. should take care of JScript DontEnum bug) created by
- See …
- 01:17 Ticket #3586 (Add selector support for jQuery's data methods) closed by
- wontfix: We're not encouraging additions to the selector syntax because …
- 01:09 Ticket #2316 (removeData for complete namespaces) closed by
- wontfix: The period is not currently a special character in .data() names. …
- 01:04 Ticket #2147 (need a selector to match full string) closed by
- invalid: We're not encouraging additions to the selector syntax because …
- 00:59 Ticket #7466 (autoFill input doesn't work with Google Chrome) closed by
- invalid: Thanks for the report, but 1.3.2 is over two years old. If you use the …
- 00:10 Ticket #7466 (autoFill input doesn't work with Google Chrome) created by
- I use the JavaScript function below to have a default text on my input …
11/10/10:
- 22:37 Ticket #7465 (Incorrect checking for cross-site XHR) created by
- I already created http://bugs.jquery.com/ticket/6873 but it was …
- 21:55 Ticket #5666 (Memory leak (1.4a1)) closed by
- invalid: Checked through the UI tracker for the period this ticket was submitted …
- 21:34 Ticket #5806 (jQuery leaves textnodes in replaceWith) closed by
- fixed: As Sebmaster states, this appears to have been fixed in jQuery 1.4.2 and …
- 21:21 Ticket #5969 ('Access Denied' on 2nd time for wrap().) closed by
- wontfix: As this is not something jQuery can currently work around in IE and there …
- 20:52 Ticket #6303 (support for leading/trailing fragments when using jQuery() to create DOM ...) closed by
- invalid: As the original ticket submitter has noted correctly that we specify …
- 20:26 Ticket #7312 (add class does not work for multiple calls) closed by
- wontfix
- 20:06 Ticket #7431 (IE8 find() and parents() bug.) closed by
- worksforme
- 20:06 Ticket #7459 (Escaping meta-characters in Internet Explorer 6 and 7) closed by
- duplicate
- 20:04 Ticket #6142 ($.getJSON doesn't work using anything newer than jquery 1.3.2?) closed by
- invalid: The reason your code is currently not working is because you're passing …
- 19:55 Ticket #7464 (Synchronous AJAX calls prevent DOM updates made BEFORE call) closed by
- invalid: You answered this yourself: async: false, If true this runs as …
- 19:50 Ticket #5677 (Live click events don't register on MobileSafari (iPhone)) closed by
- patchwelcome: Technically, click events don't exist on touch devices. You may have more …
- 19:46 Ticket #7463 ($('+div', this).html(); returns null) closed by
- duplicate: Since passing a context just transforms the call into a $(arg2).find(arg1) …
- 19:45 Ticket #7464 (Synchronous AJAX calls prevent DOM updates made BEFORE call) created by
- Seen in Chrome 7, IE 8 Works as expected in FF 3.6.6 With a synchronous …
- 19:19 Ticket #7458 (slow click event handle?) closed by
- invalid: Commenting out "$('.opaque, .modal').remove();" in $.modalRemove() …
- 19:08 Ticket #7463 ($('+div', this).html(); returns null) created by
- http://jsfiddle.net/3QmTx/
- 18:55 Ticket #7460 (Validate breaks on id="id" or name="id") closed by
- duplicate
- 18:41 Ticket #7462 (change event isn't triggering if clicked on rating scale) created by
- I you fill an text input field that has click event attached to it, it is …
- 18:34 Ticket #4171 (Allow animation of CSS Transform Properties) closed by
- wontfix: This canm now be accomplished with a plugin that leverages jQuery's new …
- 18:34 Ticket #7461 ($.ajax(this) no longer allows "retries".) created by
- In JQ 1.4.2, you can send an ajax request, and on error, resend it using …
- 18:31 Ticket #7460 (Validate breaks on id="id" or name="id") created by
- If a form has ANY input element (even one that is not subject to …
- 18:25 Ticket #4461 (Support array input into .css to return an object of css properties) closed by
- wontfix: This could be accomplished by using jQuery.fn.map, and if you need it as …
- 17:46 Ticket #7459 (Escaping meta-characters in Internet Explorer 6 and 7) created by
- Documentation for Selectors contains following part: «If you wish to use …
- 16:26 Ticket #7458 (slow click event handle?) created by
- i have modal div with table on it. Clicks on tr removes them (it cant …
- 16:25 Ticket #7457 ($("[name]", form.elements) not working) closed by
- invalid: You are using the context argument to try to scope your search, but it's …
- 16:19 Ticket #7397 (Regression: fadeIn no longer works correctly for inline elements) reopened by
- Rick got his patch working - we're going to try this for 1.4.5. …
- 16:15 Changeset [648b0513facc0261f1dffa238344802410f0055b] by
-
- version.txt
- 16:14 Changeset [50708c070704c607a0ddc51679b93845c8fee5e1] by
-
- version.txt
- 15:55 Ticket #7397 (Regression: fadeIn no longer works correctly for inline elements) closed by
- wontfix: This commit was backed out last night, here: http://bit.ly/cJZckd It's not …
- 15:54 Ticket #7397 (Regression: fadeIn no longer works correctly for inline elements) reopened by
- 15:24 Ticket #7456 (jQuery removes body-element when parsing string with html or xml) closed by
- invalid: There is no signature of jQuery() that accepts an xml string.
- 15:23 Changeset [2a23650a19ed4db2d031697638bdd71c06f44492] by
-
- test/unit/effects.js
- 14:36 Ticket #7457 ($("[name]", form.elements) not working) created by
- $("[name]", form.elements) not working-return empty result.
- 08:45 Ticket #7456 (jQuery removes body-element when parsing string with html or xml) created by
- When passing a string with well formed xml or html jQuery will remove any …
- 05:41 Ticket #7455 (1.4.4rc2 fails in IE9 Preview 6 under certain conditions) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. Please report it to …
- 05:10 Ticket #7455 (1.4.4rc2 fails in IE9 Preview 6 under certain conditions) created by
- For reasons not known to me, I'm getting this error: SCRIPT5022: …
- 04:42 Changeset [86cf820d36341842e10084a97d2ecf87393336f3] by
-
- src/effects.js
- test/unit/effects.js
- 04:33 Changeset [efaf375e56920c9699c3d4ef09fb9171352aa8bb] by
-
- src/css.js
- 04:29 Ticket #7395 (css() and the dimensions functions broken) closed by
- fixed: Maintain returning 0px from width/height for disconnected nodes for …
- 04:29 Changeset [3394d32ea75cffb8c8c386d607823cae878b9145] by
-
- src/css.js
- test/unit/css.js
- test/unit/dimensions.js
- 04:18 Ticket #7397 (Regression: fadeIn no longer works correctly for inline elements) closed by
- fixed: Fixes #7397; Adds 4 supporting unit tests. Changeset: …
- 04:18 Changeset [795e880bba1f7f949df58748f7fd92e50296a8f4] by
-
- src/effects.js
- test/unit/effects.js
- 02:23 Ticket #5952 (quote within select value is not parsed correctly, IE specific) closed by
- worksforme: http://jsfiddle.net/dmethvin/XC2qA/
- 02:15 Ticket #7453 (Home-grown component live invalid) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. Your use of live is …
- 02:14 Ticket #7454 (each() not firing under IE) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. The elements you are …
- 02:05 Ticket #6006 (Add `object of event/handler pairs` as an option argument to $.fn.delegate) closed by
- duplicate
- 01:37 Ticket #7454 (each() not firing under IE) created by
- The following each() does not fire with jQuery 1.4.4rc2 under IE7 or IE8 …
- 01:29 Ticket #7453 (Home-grown component live invalid) created by
- Home-grown component live invalid, for example $(this).live("mouseenter", …
- 01:25 Ticket #5896 (Easy setter for .data method) closed by
- duplicate
- 01:13 Ticket #7418 (JsonP not removing script tag when call completed) reopened by
- Jitter - thank you. That seemed ever so bizarre that the issue just, "went …
- 00:52 Ticket #6585 (Non-immediate .hide() pulls <li> from <ol> list) closed by
- worksforme: Worked for me on IE8, this was probably due to some older issues with …
- 00:49 Ticket #6563 (Log functionality for firebug) closed by
- invalid: Not really a jQuery thing. A plugin could create cross-browser support for …
- 00:31 Ticket #6429 (Selector problem: elements with "<" and ">" with backslash escaping aren't ...) closed by
- wontfix: This is due to the documented behavior of the jQuery() method. > …
- 00:22 Ticket #6410 ($.ajax will through parsererror if option data is not assign) closed by
- worksforme: As long as you don't access the data property in the callback it isn't …
- 00:19 Ticket #6328 (Attribute selector with escaped character doesn't work when used with a ...) closed by
- worksforme: http://jsfiddle.net/dmethvin/4UZZY/
11/09/10:
- 23:59 Ticket #5091 (Attribute type of "multiple" in chrome/safari/firefox) closed by
- wontfix: multiple="True" is not a valid attribute on input type="text", nor is …
- 23:36 Changeset [49f088f2db21816f4b453ab4a22442ac031ab9bd] by
-
- src/attributes.js
- 23:20 Changeset [8f2667f4c09d14de413cac1e3c5fc5783521b0e0] by
-
- src/effects.js
- 23:06 Changeset [118c8c4600b62d6de2b0248ae27626da74dcf5b2] by
-
- src/effects.js
- test/unit/effects.js
- 21:50 Ticket #7452 (Next Adjacent/Sibling Selectors no longer work without "prev" element) created by
- Using the next selectors ([ http://api.jquery.com/next-adjacent-Selector/ …
- 21:31 Changeset [e2d0671f4c260f2bd97fe76269188d5d6fc19dcd] by
-
- test/unit/attributes.js
- 21:18 Ticket #7449 (element hidden external to DOM doesnt show (once appended)) closed by
- worksforme
- 21:14 Changeset [fc563cc42a4cf9b8d717f1fa4f397e76a132d90a] by
-
- src/core.js
- test/unit/core.js
- 20:52 Changeset [a64dc0405064d68c7b7cd0f0fc8ea60086cbcd21] by
-
- src/attributes.js
- test/unit/attributes.js
- 20:51 Ticket #7451 ($(document) cannot fetch attributes on document object) closed by
- fixed: Remove conditional that prevents attr from working on non-Element nodes. …
- 20:49 Changeset [d1a88b2e588ff9ed5b41396152e936012210d225] by
-
- src/ajax.js
- src/core.js
- test/unit/ajax.js
- test/unit/selector.js
- 20:09 Ticket #7448 ('animate' doesn't work for 'background-position' property in IE6-7) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. If you want to …
- 19:34 Ticket #7450 (Animate with left position below -10000px is buggy - inserts an animate to ...) closed by
- duplicate
- 19:03 Ticket #7216 ([Regression] $('input[value=]').live('change', ...) does not work in 1.4.3 ...) closed by
- fixed: Ensure that unquoted attribute selectors are quoted (allowing them to go …
- 19:03 Changeset [b0e1e83aa987279dcdb81112ec942c161111be17] by
-
- test/unit/selector.js
- 18:44 Ticket #7352 (Appending iframe on "ready" causes re-trigger of "ready") closed by
- fixed: Make sure that if an additional load event is triggered (such as an iframe …
- 18:44 Changeset [983548f8ebc3fcd1bb4600bc4b740cb8a5d4c48b] by
-
- src/core.js
- 17:41 Ticket #7422 (Ajax abort() regression for IE in jQuery 1.4.3 (through 1.4.4rc2)) closed by
- fixed: Pulled in.
- 17:40 Changeset [aa743969763bde258fd16979c7205605ac6eae0f] by
-
- src/ajax.js
- src/attributes.js
- src/core.js
- src/css.js
- src/data.js
- src/dimensions.js
- src/effects.js
- src/event.js
- src/manipulation.js
- src/offset.js
- …
- 17:13 Changeset [a42f7a2590ea21dbe8eb1e11f927a952bdd30c1e] by
-
- test/unit/selector.js
- 17:02 Ticket #7451 ($(document) cannot fetch attributes on document object) created by
- I think this is a regression (1.4.2 is ok) […] Tested on chromium …
- 16:33 Ticket #7450 (Animate with left position below -10000px is buggy - inserts an animate to ...) created by
- Test the code below and go beyond the 100th block with the right arrow. An …
- 16:09 Changeset [fb48ae8e6cca25fd29ef2b1eb23e9efa7b0eef7c] by
-
- src/ajax.js
- src/attributes.js
- src/core.js
- src/css.js
- src/data.js
- src/dimensions.js
- src/effects.js
- src/event.js
- src/manipulation.js
- src/offset.js
- …
- 15:41 Ticket #7449 (element hidden external to DOM doesnt show (once appended)) created by
- When an element is created out of the DOM and it's hidden then it does not …
- 15:37 Ticket #7418 (JsonP not removing script tag when call completed) closed by
- worksforme: I've re-assessed this issue and I'm confident the issue is in fact …
- 15:34 Changeset [b5b3c73db3e4e615e504cd0af08ff6842b104542] by
-
- src/event.js
- src/manipulation.js
- 14:13 Ticket #7448 ('animate' doesn't work for 'background-position' property in IE6-7) created by
- Since I switched to jquery-1.4.3 the following code stopped working in …
- 13:23 Ticket #7447 (wrap block with jquery $(function(){}) causes double execution) closed by
- duplicate
- 13:00 Ticket #7447 (wrap block with jquery $(function(){}) causes double execution) created by
- if you havs <script> block inside some <div>, and this <script> block …
- 08:07 Ticket #7446 (prepend and prependTo methods not accurate as method descriptors) closed by
- wontfix: Ajax isn’t a “word in any real dictionary” either. Deal with it. …
- 08:01 Ticket #7446 (prepend and prependTo methods not accurate as method descriptors) created by
- "Prepend" isn't a word in any real dictionary, it is jargon. Should …
- 07:55 Ticket #6591 (":enabled" pseudo-selector is wrong) closed by
- duplicate: Workaround: Use
- 07:52 Ticket #4913 (Safari multiple class select fail on disconnected elements) closed by
- worksforme: test case
- 03:24 Ticket #7445 (attribute selector not support attribute name with '$') closed by
- invalid: Thanks for the report but this is not a jQuery bug. $sw is not valid in …
- 03:22 Ticket #6264 (.submit() silently fails if the form has a <input name="submit">) closed by
- duplicate
- 03:16 Ticket #7445 (attribute selector not support attribute name with '$') created by
- I did get the result i wanted when i using selector 'p[ $sw="sw"] 。 i …
- 03:13 Ticket #4416 ($(window).height() does not work on Nokia 5800) closed by
- worksforme: Only S60 v5.0 is supported by jQuery. This should be fixed as of 1.4.3; …
- 03:10 Ticket #6109 (Event rises at its binding in IE.) closed by
- duplicate
- 03:07 Ticket #7400 (Setting CSS opacity in IE to an element showing PNG image with partially ...) closed by
- duplicate
Note: See TracTimeline
for information about the timeline view.
