Timeline
Nov 18, 2010:
- 11:47 PM Ticket #6254 (JQuery - stop IE jumping on movement) closed by
- wontfix: [http://forum.jquery.com/topic/are-effects-really-not-supported-in-ie-q …
- 11:41 PM Ticket #7534 (event.originalTarget no longer is passed to an event handler listening ...) closed by
- wontfix: It was this commit for #2814: …
- 11:23 PM Ticket #6191 (Assigining CSS property in animate() via external variable fails) closed by
- invalid: […] Ask for help on the forum if you need to learn more.
- 11:10 PM Ticket #6033 (.position().top returns incorrect results in IE6 and IE7) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. This is an IE …
- 10:56 PM Ticket #5758 (Manipulation in IE7 drops value of radio buttons) closed by
- duplicate
- 10:55 PM Ticket #6253 ($.proxy incorrectly passes $.proxy arguments to proxied function) closed by
- invalid: Yes, this is intended.
- 10:53 PM Ticket #5051 (jQuery.animate problem (IE 6/7/8) on style.left with negative em ...) closed by
- worksforme: Seems to work in current versions of jQuery. …
- 10:49 PM Ticket #6212 (IE6 loads images twice when adding HTML snuippet with $.html() or $.load()) closed by
- patchwelcome: Most things do not fall over when hit twice, and there are other …
- 9:47 PM Ticket #4641 (Duplicates not removed before evaluating :eq(n)) closed by
- duplicate
- 9:41 PM Ticket #5327 (Internet Explorer errors when inserting HTML5 elements) closed by
- invalid: Use modernizr or a similar script to provide HTML5 tag support in IE.
- 9:26 PM Ticket #3842 (Add an exists() function) closed by
- worksforme: This is the .is() method by another name.
- 9:20 PM Ticket #5177 (fadeOut(),animate() bug in IE6、IE7、IE8) closed by
- worksforme: http://jsfiddle.net/dmethvin/evYQy/
- 9:18 PM Ticket #5399 (Form option element not hiding in IE) closed by
- worksforme
- 9:14 PM Ticket #5373 ([BUG] events: live + namespace) closed by
- worksforme: http://jsfiddle.net/dmethvin/WXSsp/
- 9:11 PM Ticket #4361 (replaceWith() accept callback for content) closed by
- fixed: Implemented…
- 9:07 PM Ticket #4108 (:not(:last) selector fails) closed by
- worksforme: http://jsfiddle.net/dmethvin/HYdfC/
- 9:03 PM Ticket #3942 (Width/height animation bug in IE6/IE7 in quirck mode) closed by
- invalid: Quirks mode is not supported.
- 9:03 PM Ticket #4273 (siblings() not working in IE) closed by
- invalid: No response to test case request.
- 8:49 PM Ticket #5225 (wrapInner with node containing document.write breaks on Firefox 3.5) closed by
- duplicate
- 8:47 PM Ticket #5266 (.position() report incorrect value for AREA elements of an image map) closed by
- worksforme: Just use e.pageX and e.pageY to determine the mouse position.
- 8:33 PM Ticket #5272 (animate height to "auto") closed by
- worksforme: You can write a plugin to avoid duplicating those lines.
- 8:32 PM Ticket #4725 (serialize() and val() returns the option title for <select> fields in ...) closed by
- duplicate
- 8:30 PM Ticket #4720 (Performance: Cache array methods for faster accessing) closed by
- fixed
- 8:15 PM Ticket #5170 ($("tr td:has(div.canvas)") fails) closed by
- worksforme: http://jsfiddle.net/dmethvin/BmTzk/
- 8:11 PM Ticket #5086 (Offset Incorrect on overflow when Body display:none onload) closed by
- wontfix: I agree it's a pretty bizarre case.
- 8:07 PM Ticket #5059 (No error handling for cross site ajax) closed by
- invalid
- 8:04 PM Ticket #5066 (Firefox 3.5.2 update Broke passing arrays through $.get() function.) closed by
- duplicate
- 8:01 PM Ticket #7556 (:eq selector doesn't select the right element) reopened by
- Looks like a bug in Sizzle. Maybe
uniqueSort
should be applied … - 7:59 PM Ticket #5055 (In IE, focussing on newly created elements is erratic) closed by
- worksforme: http://jsfiddle.net/dmethvin/DF779/ IE8 OK
- 7:57 PM Ticket #7557 (outerWidth()) created by
- Using Google Chrome a simple call to $(window).outerWidth() results in …
- 7:51 PM Ticket #5052 ("_" is redundant in many selectors of Sizzle) closed by
- fixed: These were removed at some point.
- 7:50 PM Ticket #4999 (Selectors with commas do not work in jQuery 1.3 and IE 7 against XHR ...) closed by
- fixed: This was fixed in jQuery 1.4.
- 6:51 PM Ticket #7556 (:eq selector doesn't select the right element) closed by
- worksforme: Please double check your selectors http://jsfiddle.net/rwaldron/yfr8Z/3/
- 6:45 PM Ticket #7556 (:eq selector doesn't select the right element) created by
- I'm trying to select a link in a list (or list of lists) based on it's …
- 5:20 PM Ticket #7555 (Incorrect .is() behavior when checking for attribute with no value) created by
- Given this markup: <div data-hi></div> <div data-hi></div> Running …
- 4:32 PM Ticket #7554 (.text(2) and .html(2) causing iPad to hang) created by
- var count = 2 $("#count").text("") $("#count").text(count) …
- 4:13 PM Ticket #7288 (warning and errors in jquery core code) closed by
- wontfix: None of these warnings are things anyone should care about, since it’s …
- 4:08 PM Ticket #6345 (Allow .data() to accept a function for its setter argument) closed by
- invalid: ajpiano pointed out that .data() should be able to store functions …
- 11:56 AM Ticket #7553 (IE7 <object> element .getElementsByTagName behaves as if at document ...) closed by
- duplicate: How about this for a confirmation: …
- 11:44 AM Ticket #7553 (IE7 <object> element .getElementsByTagName behaves as if at document ...) created by
- (A workaround can be implemented in jQuery to smooth this bug over, …
- 10:06 AM Ticket #7552 (input box can not be accessed with left click in FF3.6, tab and right ...) closed by
- invalid: Please file jQuery UI bugs in the [http://bugs.jqueryui.com/ jQuery UI …
- 9:45 AM Ticket #7552 (input box can not be accessed with left click in FF3.6, tab and right ...) created by
- This problem occurs only in FireFox: My version 3.6.6 when I add a …
- 7:19 AM Ticket #7551 (Multiple radio val bug) closed by
- invalid: There are several issues with the code you posted which are most …
- 6:41 AM Ticket #7551 (Multiple radio val bug) created by
- if i have this inside $(document).ready(function() {: […] It …
- 5:34 AM Ticket #7550 (Different results of html() function in different browsers) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by …
- 4:28 AM Ticket #7549 (jQuery can not insert a stack of elements with after, insertAfter, ...) closed by
- invalid: There is no signature of
jQuery( ... )
which accepts an array of … - 3:31 AM Ticket #7550 (Different results of html() function in different browsers) created by
- Hi, I am facing a problem with html function. below is the code …
- 3:01 AM Ticket #7549 (jQuery can not insert a stack of elements with after, insertAfter, ...) created by
- When trying to insert a stack of jQuery elements before or after …
Nov 17, 2010:
- 11:18 PM Ticket #4186 (jQuery(element).next(element) do not work in safari) closed by
- worksforme: http://jsfiddle.net/dmethvin/YjfWu/ Seems to work as far as I can …
- 10:34 PM Ticket #5023 (hide should also hide partially finished animations) closed by
- worksforme: Just .stop() the animation first.
- 10:24 PM Ticket #5016 (parents() order different when selector added) closed by
- worksforme: http://jsfiddle.net/dmethvin/RU6Wc/
- 10:15 PM Ticket #4997 (apply selector to context as well as descendants) closed by
- invalid: Just that it would break all the jQuery code written up to this point. …
- 10:13 PM Ticket #4982 (ready direct execution on onload event) closed by
- invalid: .ready() was reworked in 1.4.3 so this patch/concept is stale.
- 10:12 PM Ticket #4924 (Use .val( true ) to return option.text instead of option.value) closed by
- invalid: Use .text() instead.
- 10:11 PM Ticket #4863 (:contains doesn't work with class selectors in IE) closed by
- worksforme
- 10:07 PM Ticket #4095 (Can't find body direct child nodes with external html source.) closed by
- invalid: The API docs need to be updated to clarify the behavior, we cannot …
- 10:01 PM Ticket #4900 ($.get(url,fn) not register event in FF3.0.11) closed by
- invalid: This is a cross-domain request and inherently broken.
- 9:47 PM Ticket #4552 (jQuery error running selenium with 1.3.2 in IE6) closed by
- invalid: I know nothing of Selenium but it appears that people are using it …
- 9:41 PM Ticket #4869 (ie & Firefox: setting a div's width to its own current width will ...) closed by
- worksforme: http://jsfiddle.net/dmethvin/LSgdW/
- 9:35 PM Ticket #4786 (fadeTo not working on background images in IE) closed by
- patchwelcome: I think this is too much of a, well, corner case to fix. If someone …
- 9:30 PM Ticket #7548 (trigger order) closed by
- duplicate: We've discussed and rejected this feature several times before. There …
- 8:13 PM Ticket #4623 (css min-height / min-width breaks animation) closed by
- wontfix: It’s up to the author to decide whether they want to have
min-height
… - 6:10 PM Ticket #7548 (trigger order) created by
- It would be nice if you can add a parameter for the bind method, to …
- 5:32 PM Ticket #7547 (Adding pub/sub into jQuery core?) created by
- Using the native events system, we can add a fairly robust Pub/Sub …
- 4:53 PM Ticket #7546 (inconsistent behavior using the :visible selector with height: 0px;) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. IE7 and earlier …
- 3:50 PM Changeset [c04500a8]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 3:36 PM Ticket #7546 (inconsistent behavior using the :visible selector with height: 0px;) created by
- This has probably already been brought to attention but I've noticed …
- 3:30 PM Ticket #7545 (Hide/show on a table row fails for Firefox in certain cases) created by
- Hiding a row, attaching it to the DOM, then showing it causes the …
- 1:41 PM Ticket #7543 (Delay() doesn work if Show() duration not specified) closed by
- fixed: I've updated the documentation to clarify this. …
- 1:33 PM Ticket #7544 (live() method not working properly on file inputs IE8/7 and FF 4 B7) closed by
- duplicate
- 12:56 PM Ticket #7231 ($.fn.data and html5 data- attributes - broken implementation) closed by
- invalid: Leo, yes I was referring to the standard JSON object or array. By the …
- 12:09 PM Ticket #7544 (live() method not working properly on file inputs IE8/7 and FF 4 B7) created by
- The live() method does not work as expected with IE8/7 and FF 4 B7. …
- 6:06 AM Ticket #7543 (Delay() doesn work if Show() duration not specified) created by
- I could not get working the following line: …
- 4:13 AM Ticket #7542 (scrollWidth/scrollHeight function) created by
- I would like a function to return the actual width of an element event …
- 1:59 AM Changeset [2a0c7d7]1.12-stable2.2-stablekillphp by
- src/ajax.js
- test/unit/ajax.js
- 1:13 AM Ticket #7541 (getting [object Object] in my jaqueries function) closed by
- invalid: The jQuery bug tracker is not for support requests. Please use the …
- 1:06 AM Ticket #7541 (getting [object Object] in my jaqueries function) created by
- hi , i am new in jquery . i use following code <script …
- 12:38 AM Ticket #3743 (Unable to select elements with ID or class containing backslash (even ...) closed by
- duplicate: The use of qSA in most cases makes this bug irrelevant except for …
- 12:36 AM Ticket #3597 (Width, Height, and curCSS methods broken for extensions) closed by
- worksforme: This should be fixed now. Please create a new ticket containing a test …
- 12:21 AM Ticket #3400 (Encoding of spaces in Ajax requests should be configurable) closed by
- wontfix: jQuery conforms to the …
- 12:11 AM Ticket #3230 (Fade animations should take IE cleartype issues into account) closed by
- duplicate
- 12:07 AM Ticket #2945 (Setting "z-index: auto" in IE6 gives a type mismatch error) closed by
- worksforme: Setting CSS values that IE does not understand no longer throws errors.
- 12:03 AM Ticket #1571 (Cursor position in IE) closed by
- wontfix: We have no plans to try to hack around IE6&7’s worthless zoom …
- 12:01 AM Ticket #4993 (offset() and position() return wrong values in Chrome when page is zoomed) closed by
- worksforme: This should be fixed in all currently support versions of Chrome (7+). …
Nov 16, 2010:
- 11:29 PM Ticket #4792 (modifying the arguments for event trigger) closed by
- wontfix: The current design of segregating bind-time data from trigger-time …
- 11:13 PM Ticket #4724 (Offset reporting incorrectly in IE7 on zoom level other than 100%) closed by
- wontfix: This impacts just about every measurement in jQuery so I don't think …
- 11:13 PM Ticket #6632 (Make proxied functions look nicely in Web Inspector "Event Listeners" pane) closed by
- wontfix: So, this is a really clever patch, and I understand the sentiment …
- 11:04 PM Ticket #7522 (Load external CSS in IE8) closed by
- worksforme: test case works for me.
- 11:00 PM Ticket #4608 (Overflow left "visible" vs return to "auto" after animate on Safari on ...) closed by
- invalid: No test case and only for older Safari, so I'm closing this.
- 10:56 PM Ticket #4704 (IE selector problem) closed by
- worksforme: http://jsfiddle.net/dmethvin/ZS4VC/
- 10:55 PM Ticket #7540 (in ie ,fadeIn fail) closed by
- worksforme: This is not a useful bug report. Please follow the …
- 10:52 PM Ticket #4702 (The val() method on a select element works incorrectly in IE) closed by
- worksforme: http://jsfiddle.net/dmethvin/K8h2w/
- 10:51 PM Ticket #7540 (in ie ,fadeIn fail) created by
- http://gp.caiyun.com/?do=web2
- 10:51 PM Ticket #4088 (IE6 win xp sp3, events, html manipulation) closed by
- worksforme: Test case works for me in IE6.
- 10:49 PM Ticket #4393 (IE6 JS error when processing $("abbr").html()) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. IE6 doesn’t …
- 10:48 PM Ticket #4699 (Test #64 fails in jQuery test suite, in OmniWeb v5.9.2) closed by
- wontfix: This isn't one of our supported browsers and we don't have a way to …
- 10:47 PM Ticket #4687 (Incorrect $(window).width() in Firefox) closed by
- worksforme: Seems to report the correct width in Firefox 3.5 down to 116 pixels.
- 10:44 PM Ticket #4538 (pushStack generates wrong selector properties, if you use multiple ...) closed by
- invalid: The .selector property isn't publicly documented. It's used for .live …
- 10:14 PM Ticket #7501 (Add a feature called "fadeAndSlideToggle" or with a better name...) closed by
- wontfix: SlexAxton +1
- 10:13 PM Ticket #7539 (Attribute selector equals with escaped value fails in IE8) closed by
- invalid: Escaped or not, attributes MUST be quoted …
- 10:11 PM Ticket #4642 (slideDown shows extra pixel for a short amount of time) closed by
- worksforme: http://jsfiddle.net/dmethvin/rWTDM/
- 10:09 PM Ticket #7539 (Attribute selector equals with escaped value fails in IE8) created by
- Having: […] the following: […] alerts 0 in IE8 together with …
- 10:06 PM Ticket #4352 (Support $("string") in XUL) closed by
- wontfix: This doesn't seem like a feature we'd ever include in core; the best …
- 10:01 PM Ticket #7396 ($(window).bind is undefine) closed by
- worksforme: A valid test case is required for your ticket so I've created …
- 9:58 PM Ticket #7388 (hoverintent + superfish no more working with 1.4.3 & 1.4.4 rc) closed by
- invalid: As this is an issue which appears to mainly be caused by an outdated …
- 9:52 PM Ticket #4594 (tbody toggle() fails in IE7 if it contains more than one tr) closed by
- worksforme: http://jsfiddle.net/dmethvin/M27qz/
- 9:47 PM Ticket #4589 (show()/hide() interact in a bizarre way when embeds and objects are nearby) closed by
- invalid: Test case has gone missing.
- 9:46 PM Ticket #5816 (href onclick return doesn't work in IE7/8 with a $(function(){ live click }) closed by
- duplicate
- 9:46 PM Ticket #4582 (Cross-browser jQuery(html) behaviour) closed by
- duplicate
- 9:44 PM Ticket #4314 (trigger() will not fire events that are not added by jquery's function) closed by
- patchwelcome: So the only reason I can think that this would be important is for …
- 9:40 PM Ticket #4510 (Attribute Filters on the tabindex attribute) closed by
- worksforme: http://jsfiddle.net/dmethvin/rmz2L/ Seems to be correct in 1.4.4.
- 9:38 PM Ticket #5903 (slideUp() bug whit html,body height 100%) closed by
- worksforme: I've reproduced what you were trying to achieve here with jQuery 1.4.4 …
- 9:33 PM Ticket #4488 (Slide effect Flickerring in IE with jQuery 1.3.2) closed by
- invalid: No information.
- 9:32 PM Ticket #4480 (.ready doesn't work if placed after iframe) closed by
- worksforme: http://jsfiddle.net/dmethvin/tczRv/
- 9:29 PM Ticket #6090 (When element has anything within it with -webkit-column-count, ...) closed by
- worksforme: Based on the test-case submitted by aboushley, I can confirm that this …
- 8:55 PM Ticket #4302 (jQuery doesn't filter (and probably everything else) child selector ...) closed by
- worksforme: http://jsfiddle.net/dmethvin/uEL2c/ Must have been fixed at some point.
- 8:36 PM Ticket #4287 (Use .innerHTML in .empty() to wipe out nodes) closed by
- invalid: Can't use .innerHTML since we need to clean out the data attached to …
- 8:34 PM Ticket #3270 (jQuery().wrapInner() prepends instead of wrapping when html structure ...) closed by
- worksforme: http://jsfiddle.net/dmethvin/MkUqm/
- 8:26 PM Ticket #4231 (Add new "path" method which returns selector path to jQuery object) closed by
- invalid: There is no guaranteed selector string that can be used to access …
- 8:04 PM Ticket #7538 (attr("cellIndex") is undefined in XHTML) closed by
- wontfix:
.attr
explicitly avoids retrieving properties on XML documents, so … - 8:04 PM Ticket #2608 (jQuery.httpSuccess returns success on iPhone Safari even when server ...) closed by
- invalid: That code has been removed from $.ajax so I am hoping this is fixed. …
- 6:53 PM 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 …
- 6:36 PM Ticket #7538 (attr("cellIndex") is undefined in XHTML) created by
- There is a bug/inconsistency when trying to get the cellIndex with the …
- 5:03 PM 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 …
- 2:54 PM Ticket #7532 (jQuery 1.4.3 animation method behaves strangely when animated to left: ...) closed by
- duplicate
- 2:53 PM Ticket #7532 (jQuery 1.4.3 animation method behaves strangely when animated to left: ...) reopened by
- 2:30 PM 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 …
- 2:25 PM 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 …
- 1:48 PM 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 : …
- 1:06 PM 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 …
- 10:38 AM 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 …
- 10:36 AM 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 …
- 9:52 AM Ticket #7533 (Problem with id containing a period) created by
- When creating a jQuery object from a piece of html, if an id attribute …
- 9:47 AM 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 …
- 5:05 AM Ticket #7531 ($.post(document.location) doesn't work anymore since 1.4.3 on Firefox ...) created by
- I created a veryu complex javascript onto jquery 1.4 and it was …
- 4:40 AM 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 …
- 4:03 AM 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 …
Nov 15, 2010:
- 11:42 PM Ticket #4402 (Add mousewheel event) closed by
- worksforme: Since there's already a useful plugin I'm closing this ticket.
- 11:21 PM Ticket #4892 (1.3.2 selection at select>option have bug) closed by
- invalid: There isn't a text attribute, use :contains() instead: …
- 10:57 PM 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 … - 10:50 PM Ticket #7261 (Body Table) reopened by
- The original report was marked as requiring additional clarification, …
- 10:48 PM 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" …
- 8:58 PM Ticket #7528 ($("> a, > p") may not work correctly) created by
- Need to follow-up on …
- 8:37 PM Ticket #7527 (selecting an array) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. …
- 8:34 PM Ticket #7527 (selecting an array) created by
- In 1.4.3 i was selecting/processing html arrays as such: […] …
- 6:18 PM 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 …
- 5:34 PM Ticket #7517 (Uncaughted exception when call attr('tagName')) closed by
- duplicate
- 5:19 PM Ticket #7525 (j is null) created by
- j is null [Break on this error] - FireBug: l.test(j)){var …
- 2:31 PM Ticket #7524 (Calling $.fn.data without arguments on a non-DOMelement in 1.4.4) reopened by
- 2:28 PM Ticket #7524 (Calling $.fn.data without arguments on a non-DOMelement in 1.4.4) closed by
- duplicate: Confirmed
- 12:22 PM 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 …
- 9:03 AM Ticket #7521 (1.4.4 - jQuery.parseJSON(string_with_only_whitespaces like ' ') ...) closed by
- invalid: http://json.org/ indicates the minimal valid json is '{}'.
- 9:00 AM Ticket #7518 (jquery learn) closed by
- invalid
- 8:54 AM Ticket #7523 (Setting outerWidth and outerHeight) created by
- I've written a plugin to override the default outerWidth and …
- 8:42 AM Ticket #7522 (Load external CSS in IE8) created by
- Hi! Trying to load an external stylesheet, but can't get it to work …
- 7:58 AM Ticket #7521 (1.4.4 - jQuery.parseJSON(string_with_only_whitespaces like ' ') ...) created by
- I don't know whether this is expected behavior but jQuery 1.4.4 raises …
- 5:54 AM Ticket #7520 ($(document).unbind('click') seems to clear live click callbacks) created by
- It seems that doing $(document).unbind('click') removes not only all …
- 5:33 AM Ticket #7519 ($.getCSS for v1.5) created by
- Along with the $.getScript, it would be nice to have the same for …
- 1:24 AM Ticket #7518 (jquery learn) created by
- 'hi,
Nov 14, 2010:
- 11:14 PM Ticket #5011 (Lower the number of animation steps per second in jQuery FX) closed by
- fixed: This value is configurable in 1.4.3: …
- 11:12 PM 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?
- 11:00 PM Ticket #5950 ($('> *', context) works but $('> *', context).live doesn't) closed by
- invalid: As documented, .live() should only be used with a standard selector, …
- 10:59 PM Ticket #5990 (Accessing charCode in keypress throws warning) closed by
- invalid: URL is dead.
- 10:38 PM Ticket #6624 (add filter selector partial) closed by
- invalid: We're not accepting new additions to the selector syntax and trying to …
- 10:28 PM Ticket #5634 (Using .html() on a SELECT does not cause the SELECT to be resized in IE6) closed by
- wontfix: +1 dmethvin
- 10:17 PM 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.
- 10:04 PM Ticket #5155 (array input fields) closed by
- invalid: This has been discussed in the forum several times. We can't really …
- 9:41 PM Ticket #7517 (Uncaughted exception when call attr('tagName')) created by
- $(document).attr('taggName'); will throw exception: TypeError: Cannot …
- 7:44 PM 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 …
- 6:34 PM Ticket #7516 (Report of XSS in jquery.com) closed by
- duplicate
- 6:33 PM Ticket #7515 (Report of XSS in jquery.com) closed by
- duplicate
- 6:33 PM Ticket #7514 (Report of XSS in jquery.com) closed by
- duplicate
- 6:33 PM Ticket #7513 (Report of XSS in jquery.com999634f967b288a33000a2e3) closed by
- duplicate
- 6:33 PM Ticket #7512 (999634f97e645f465df869ac) closed by
- duplicate
- 6:33 PM Ticket #7511 (Report of XSS in jquery.com) closed by
- duplicate
- 6:32 PM Ticket #7510 (Report of XSS in jquery.com) closed by
- duplicate
- 5:07 PM Ticket #7516 (Report of XSS in jquery.com) created by
- Report of XSS in forum.query.com and jquery.com, etc. We tried to …
- 5:07 PM Ticket #7515 (Report of XSS in jquery.com) created by
- Report of XSS in forum.query.com and jquery.com, etc. We tried to …
- 5:07 PM Ticket #7514 (Report of XSS in jquery.com) created by
- 999634f9bfe9866e2b59ae27
- 5:07 PM Ticket #7513 (Report of XSS in jquery.com999634f967b288a33000a2e3) created by
- Report of XSS in forum.query.com and jquery.com, etc. We tried to …
- 5:07 PM Ticket #7512 (999634f97e645f465df869ac) created by
- Report of XSS in forum.query.com and jquery.com, etc. We tried to …
- 5:07 PM Ticket #7511 (Report of XSS in jquery.com) created by
- Report of XSS in forum.query.com and jquery.com, etc. We tried to …
- 5:07 PM Ticket #7510 (Report of XSS in jquery.com) created by
- Report of XSS in forum.query.com and jquery.com, etc. We tried to …
- 12:21 PM Ticket #7509 (Report of XSS in jquery.com) created by
- Report of XSS in forum.query.com and jquery.com, etc. We tried to …
- 11:46 AM Ticket #7497 (jQuery.event.drag plugin is broken in jQuery 1.4.4) closed by
- duplicate
- 11:46 AM Ticket #7497 (jQuery.event.drag plugin is broken in jQuery 1.4.4) reopened by
- Confirmed. http://jsfiddle.net/rwaldron/vkUxU/ You're welcome.
- 10:28 AM Ticket #5114 (jQuery.ajax: when aborting XMLHttpRequest, error and complete handlers ...) closed by
- fixed: It does call the handlers with the current version.
- 10:25 AM Ticket #5301 (Unexpected selector precedence of attribute filter) closed by
- invalid: You're expecting a precedence in selector strings that isn't there. …
- 10:16 AM Ticket #5314 (selector with attribute namespace not working in find/children/filter) closed by
- worksforme: http://jsfiddle.net/dmethvin/h5Ft6/
- 10:13 AM Ticket #5199 (Problem with Selector using) closed by
- invalid:
.selector
is not guaranteed to be a string that can be used to … - 10:12 AM Ticket #4808 (IE losing whitespace when generating content from HTML with empty nodes) closed by
- duplicate
- 10:10 AM Ticket #5331 (Disable and enable events) closed by
- invalid: This conflicts with the new click(false) semantics which means to …
- 10:08 AM 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.
- 10:05 AM 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 …
- 9:58 AM Ticket #2994 ($.ajax error on 404 in IE) reopened by
- 9:48 AM Ticket #2994 ($.ajax error on 404 in IE) closed by
- worksforme: http://jsfiddle.net/dmethvin/HG2v2/ Works in IE8, Safari 5, Chrome 7, …
- 9:45 AM Ticket #4169 (:has(:nth-child(1))) closed by
- worksforme: http://jsfiddle.net/dmethvin/pEpBV/ The test case doesn't seem to …
- 9:40 AM Ticket #4083 (selector :file value works in 1.2.6) closed by
- worksforme
- 9:32 AM 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 …
- 9:23 AM 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 …
- 9:11 AM Ticket #2701 (Security warning message with effect "show" on https) closed by
- wontfix
- 9:09 AM 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 …
- 9:03 AM Ticket #7506 (Date data type collecting data) closed by
- invalid: This functionality isn't related to jQuery's mission.
- 9:02 AM 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.
- 9:01 AM 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. …
- 7:59 AM Ticket #7508 (jquery can't set input:hidden value) created by
- It doesn't matter if you use <input type="text" style="display:none;" …
- 5:47 AM Ticket #7507 (Custom validation does not work test method undefined) created by
- Hello, I created a custom validation like this […] But the …
- 4:21 AM Ticket #7506 (Date data type collecting data) created by
- in short i well be much easier javascript if we declared some date \ …
Nov 13, 2010:
- 11:20 PM 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.
- 11:17 PM Ticket #5737 (Complex selectors problems w/ IE8) closed by
- invalid: Not a valid bug report.
- 11:16 PM Ticket #5740 (each method should support XML) closed by
- invalid: Since E4X is an evolutionary dead end it doesn't seem worth …
- 11:12 PM Ticket #5749 (Regarding curCSS, css, and backgroundPosition plugin within IE ...) closed by
- duplicate: We haven't encouraged used of shorthand properties.
- 11:08 PM Ticket #5744 (jQuery selectors search inside HTML comments, causing crashes and/or ...) closed by
- worksforme: http://jsfiddle.net/dmethvin/7cbbV/ Seems to work now.
- 11:05 PM Ticket #5452 ($('#select_element_id').val("") bug when its option has no value ...) closed by
- fixed: http://jsfiddle.net/dmethvin/wmhB5/ Seems to be working in 1.4.4
- 11:01 PM Ticket #5786 (xhr.send should test if data property is undefined) closed by
- fixed: Fixed in 1.4.3
- 10:59 PM Ticket #5885 (.live("click") handler activates on right-click in firefox) closed by
- duplicate
- 10:19 PM 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 …
- 10:12 PM Ticket #6157 ($(window).resize() bug elements on Webkit) closed by
- worksforme: Load the css before the js, that's important on webkit browsers.
- 9:37 PM Ticket #6338 (attr under chrome browser fails on 'required' attribute) closed by
- worksforme: .attr("required") returns the required property, which is boolean.
- 6:12 PM Ticket #7504 (Very slow selector in jQuery > 1.4.2) closed by
- invalid: compounded filter statements using multiple attri bute selectors are …
- 6:09 PM Ticket #7505 (document.bind('selectstart') and attr() problem) created by
- Test case http://jsfiddle.net/Z3bkE/ return empty string on 1.4.4, but …
- 5:26 PM 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 …
- 5:04 PM Ticket #7503 (elem.attributes is null) created by
- I have that error while trying 1.4.4 in our application. It works ok …
- 3:29 PM Ticket #4050 (Namespaced XML attributes not triggering bind()/live() events) closed by
- invalid: IE doesn't support XHTML documents.
- 3:21 PM 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
- 3:09 PM Ticket #3885 (live() don't call first assigned event on multiple event binding) closed by
- fixed: Implemented in jQuery 1.4.
- 3:06 PM Ticket #3367 (Offset function returns an incorrect value when the concerned element ...) closed by
- wontfix: This kind of complex case seems like it would be better done in a …
- 3:03 PM Ticket #3281 (double requests in IE when appending script elements) closed by
- duplicate
- 2:57 PM Ticket #3594 (Patch: removeClass eats RegExp) closed by
- invalid: The code has changed since this patch was made, so it doesn't work as …
- 2:41 PM Ticket #3509 (Make selectors work across iframes) closed by
- invalid: The standard querySelectorAll selector syntax tdoesn't support this so …
- 2:39 PM Ticket #3404 (a suggestion to workaround XML namespace selector problem) closed by
- duplicate
- 2:27 PM Ticket #2493 (IE 7 and dragging with Page Zoom active) closed by
- duplicate
- 2:15 PM 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.
- 1:48 PM Ticket #7502 (New Feature Request for 1.5: Inline SVG animation with animate() ...) created by
- If an element is Inline SVG, such as you might select with $("svg …
- 1:30 PM 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 …
- 1:14 PM Ticket #7311 (Blur() callback is not issued if the focus is changed from ...) closed by
- worksforme: I think snover's point was that $().focus() does *two* things. It …
- 12:45 PM Ticket #7493 (jQuery 1.5: Content scrolling) closed by
- worksforme: There's a good plugin with plenty of features if you need it: …
- 12:42 PM Ticket #7494 (jQuery 1.5: Data management) closed by
- invalid: This is too vague to leave open as a ticket. Perhaps you can provide …
- 12:41 PM Ticket #7496 (Set Offset doesn't work correctly if page is scrolled) closed by
- worksforme
- 12:40 PM 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, …
- 12:38 PM Ticket #7499 (data() can only read Data Attribute objects in single quotes) closed by
- invalid
- 8:39 AM Changeset [b50f41a]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 8:36 AM Ticket #7500 (attr() fails for non DOM element nodes) created by
- With the changes for 1.4.3 a regression was introduced which prevented …
- 8:19 AM 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 …
- 2:34 AM 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 …
- 2:31 AM Ticket #4831 (show() can trigger flash reload bug in Firefox 3.5) closed by
- duplicate
- 2:26 AM Ticket #4628 (Jquery.animate div with swf ( the swf blinks )) closed by
- duplicate
- 2:21 AM 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 …
- 2:18 AM 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 …
- 2:15 AM 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 …
- 2:02 AM 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. …
Nov 12, 2010:
- 10:06 PM 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/ …
- 9:41 PM Ticket #7496 (Set Offset doesn't work correctly if page is scrolled) created by
- Elements positioned with offset appear to be positioned to the …
- 8:06 PM 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 …
- 7:42 PM Ticket #7494 (jQuery 1.5: Data management) created by
- Give jQuery the power for controlling all user data: * Get parameters …
- 7:26 PM Ticket #7493 (jQuery 1.5: Content scrolling) created by
- It'd be nice to integrate something like jquery.scrollTo into the core
- 5:45 PM Ticket #7481 (IE error; Line 4737) closed by
- invalid: Thanks for the report, but the jQuery bug tracker is not a support …
- 3:18 PM 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 …
- 2:27 PM 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 …
- 1:57 PM 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 …
- 1:36 PM Ticket #7489 (Allow named queues with .animate()) closed by
- duplicate
- 11:34 AM Ticket #7491 (add click function error in IE8) closed by
- invalid: jQuery currently does add that crazy attribute to elements in IE to …
- 10:48 AM Ticket #7491 (add click function error in IE8) created by
- The original html source is: <img id="nextmusic" …
- 10:46 AM 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 …
- 10:46 AM Ticket #7490 (global queue or a named queue for all animations) created by
- I'd like jQuery 1.5 would natively support synchronous animation …
- 10:16 AM Ticket #7489 (Allow named queues with .animate()) created by
- Just to float an idea I've been having, sometimes you want to have …
- 10:02 AM Ticket #7487 (provide a version without IE6 support) closed by
- invalid
- 10:02 AM Ticket #7487 (provide a version without IE6 support) reopened by
- 10:00 AM 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 …
- 9:58 AM Ticket #7488 (.offset() function incorrect when ancestor uses -webkit-transform) created by
- When an element is transformed with the -webkit-transform attribute, …
- 9:41 AM Ticket #7479 (native jquery support in browsers) closed by
- invalid: A project of this nature is outside of the scope of development on …
- 9:26 AM Ticket #7483 (triggle() in $(document).ready() can't work) closed by
- invalid: Closing as invalid.
- 7:12 AM Ticket #7487 (provide a version without IE6 support) created by
- Now it's time to reduce the library size by removing IE6 support (or …
- 6:43 AM Ticket #7486 (css('height')) created by
- Until now "$('#x').css('height')" returned 'auto', if no css-height …
- 5:42 AM Ticket #7485 (Inconsistency between has [attribute] selector and attr() method) created by
- While checking on #7480 I noted a related bug. There are …
- 5:33 AM 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 …
- 4:51 AM Ticket #7483 (triggle() in $(document).ready() can't work) created by
- <!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 TransitionalEN" …
- 4:42 AM 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 …
- 4:13 AM 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 …
- 2:07 AM Ticket #7480 (Has attribute selector not working for <a> elements) created by
- It works fine for other elements like <p>. A test case: […] …
- 1:12 AM Ticket #7479 (native jquery support in browsers) created by
- I was thinking of building native jQuery support in all modern …
- 12:45 AM Changeset [e1d6edf]1.12-stable2.2-stablekillphp by
- test/data/text.php
- 12:42 AM Changeset [4190059]1.12-stable2.2-stablekillphp by
- test/delegatetest.html
- 12:41 AM Changeset [866ba43]1.12-stable2.2-stablekillphp by
- .gitattributes
- 12:40 AM Changeset [4a1559e]1.12-stable2.2-stablekillphp by
- .gitattributes
Nov 11, 2010:
- 11:27 PM Ticket #7478 (Ability to use the Slider widget without all of the other bloat) closed by
- invalid: Not a jQuery core bug.
- 11:25 PM 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 …
- 8:14 PM Ticket #7477 (String with several non-breaking-space chars in the middle breaks trim()) closed by
- duplicate
- 8:09 PM Ticket #7415 (ajax event success and complete are not fired in version 1.4.3) closed by
- worksforme: Per request of reporter
- 7:05 PM Changeset [0838bdf]1.12-stable2.2-stablekillphp by
- version.txt
- 7:04 PM Changeset [902cc79]1.12-stable2.2-stablekillphp by
- version.txt
- 7:01 PM Milestone 1.4.4 completed
- Regression fixes for 1.4.3.
- 6:56 PM 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 …
- 6:09 PM Tickets #6239,6361,6388,6414,6552,6588,6689,6741,6934,6953,7121,7182,7221,7254,7261,7271,7333,3333,2616,3729,4537,6498,6765,155,234,2278,2604,2671,3256,4247,4801,4966,4990,5388,5427,6105,6110,6151,6291,6369,6406,6567,6614,6724,6769,6790,6845,6850,6874,6891,6973,6976,7093,7201,7246,7250,7268,925,1360,2315,2606,3054,3117,3163,3177,3235,3292,3332,3336,3362,3366,3396,3401,3521,3553,3589,3637,3652,3668,3781,3841,4123,4221,4244,4370,4501,4610,4949,5040,5128,5280,5281,5319,5757,5857,6263,6476,6783,6789,6974 batch updated by
- Automatically closed due to 14 days of inactivity.
- 5:47 PM Ticket #5767 (Animate the CSS Height and absolutely positioned element) closed by
- invalid: Your code is invalid. Do this properly and it works fine. …
- 5:02 PM Ticket #7476 (documentation error) closed by
- invalid
- 4:23 PM 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 …
- 3:19 PM Ticket #7476 (documentation error) created by
- Not sure if this is the right place... but just saw an error in the …
- 12:37 PM Ticket #7409 (jQuery.fn.css('border-width') is seriously flawed) closed by
- wontfix: use .css("border-width-top") See also: …
- 11:43 AM Ticket #7469 (tds[0] is undefined ... Bug in method for figure out if the W3C box ...) closed by
- duplicate
- 10:32 AM Ticket #7475 (refresh iex 8) created by
- 5 or 6 times when I refresh the background image is half. Internet …
- 9:25 AM Ticket #7472 ($('form').attr('id') return DOM Element) closed by
- patchwelcome: If I remember correctly, some IEs get confused in forms when you have …
- 8:52 AM Ticket #7473 (DisableSelection -> Disables form fields) closed by
- invalid: Please file UI bugs in the UI bug tracker at http://dev.jqueryui.com . …
- 8:49 AM Ticket #7471 (Warning / Logging Module for the jQuery Development Version) closed by
- invalid: It's a great idea for a plugin, like …
- 7:33 AM Ticket #7474 ([web] Add guideline hint to new ticket page) created by
- It seems many tickets get filled without the reporter having read the …
- 7:30 AM Ticket #7473 (DisableSelection -> Disables form fields) created by
- Hi, I'm a Web Developer, and I have to say, jQuery is fantastic! …
- 6:43 AM Ticket #7472 ($('form').attr('id') return DOM Element) created by
- http://jsfiddle.net/ua4kZ/1/ If form has input with name="id" its id …
- 5:48 AM Ticket #7471 (Warning / Logging Module for the jQuery Development Version) created by
- I really like that jQuery degrades gracefully and catches potential …
- 5:05 AM 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 …
- 3:57 AM Ticket #7469 (tds[0] is undefined ... Bug in method for figure out if the W3C box ...) created by
- if document.body is frameset don't work div.innerHTML = …
Note: See TracTimeline
for information about the timeline view.