Timeline
01/10/12:
- 20:42 Ticket #11150 ($.map inconsistent behavior) closed by
- invalid: To follow up on rwaldron's comment, would you say it's safe practice to …
- 18:52 Ticket #11153 (jQuery 1.7 Strips Carriage Returns in IE 8) created by
- In versions of jQuery prior to 1.7, new nodes which are inserted preserve …
- 17:34 Ticket #11152 (slider won't slide) closed by
- invalid: Sometimes the slider can get rusted in place, apply some WD-40 to the …
- 17:30 Ticket #11152 (slider won't slide) created by
- my slider doesn't start in live view. I've tried removing and creating …
- 16:10 Ticket #11151 (jQuery AJAX Error Response Body Parsing) created by
- I use jQuery with REST APIs and sometimes errors are reported via HTTP, …
- 15:49 Ticket #9521 (XSS with $(location.hash) and $(#<tag>) is needed?) reopened by
- @jdalton and I talked about this, and I don't think it can be solved in a …
- 15:19 Ticket #11150 ($.map inconsistent behavior) created by
- I came across an issue where IE8 will iterate through an object too many …
- 15:08 Ticket #11149 (new 'queue string' feature isnt working) created by
- hi! i've seen the new feature added to animation - the queue by string and …
- 14:36 Ticket #11148 (Focus event doesn't fire, but focusin fires twice) created by
- Reported by @DonTAbrams http://jsfiddle.net/donabrams/MLnRg/
- 07:56 Ticket #11103 (parseJSON solved in chrome) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:56 Ticket #10982 (In IE (6/7/8) had the following error:"Invalid argument. Line: 8826 Char: ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
01/09/12:
- 21:56 Ticket #11147 (1.7.1 altered event behavior for UI autocompleteselect event) created by
- Using JQuery 1.7.1 the behavior of the Jquery AutoComplete …
- 21:10 Ticket #11146 (Exclamation in id selector does not match the matching element) closed by
- invalid: The exclamation point must be escaped. …
- 21:03 Ticket #11146 (Exclamation in id selector does not match the matching element) created by
- When an element's id contains an exclamation mark, the jQuery id selector …
- 18:25 Ticket #11145 ($(document).on() not working with name="disabled") created by
- If a form includes an element with a name attribute of 'disabled', the …
- 18:05 Ticket #11144 (jQUery live() doesn't work for event "select" doesn't work for inputs on ...) created by
- Try following code: […] Above code should "alert" "I'm alive!" …
- 15:42 Ticket #11143 (cursor blink rate with mousemove event in IE8) created by
- Hi, when using the following code the cursor blink rate changes in IE …
- 15:27 Ticket #11142 (removeAttr for "checked" on radio button removes the attribute from all ...) closed by
- duplicate
- 15:25 Ticket #11137 (Jquery doesn't parse a rare selector correctly) closed by
- invalid: A few things here: 1. If the bug cannot be reproduced on jsfiddle, it is …
- 09:10 Ticket #11142 (removeAttr for "checked" on radio button removes the attribute from all ...) created by
- when i call $("#someId").removeAttr("checked") it will remove the checked …
- 02:01 Ticket #11141 (Setting offset attribute using jQuery's shorthand element creation) closed by
- wontfix: Considering the research you've done here and that the issue is easily …
01/08/12:
- 17:13 Ticket #11141 (Setting offset attribute using jQuery's shorthand element creation) created by
- When trying to create a linear gradient in svg I hit the following problem …
- 15:15 Ticket #11139 (Repeating identical selector results in error in IE7) closed by
- invalid
- 13:57 Ticket #11140 (Bug Tracker sometimes fail - MySQL server has gone away) created by
- From time to time I can't access bugs.jquery.com. Page reload usually …
- 08:12 Ticket #11095 (navigator.taintEnabled) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 05:37 Ticket #10617 (Type coersion wrongly placed) closed by
- worksforme: No, this is the correct behavior! […] in this case, ret[1] is the …
01/07/12:
- 14:24 Ticket #11139 (Repeating identical selector results in error in IE7) created by
- It would appear that if you call an identical selector to the previous …
- 14:05 Ticket #11133 (jQuery.one() function doesn't remove "mouseenter" event after first call) closed by
- duplicate: Thanks @gibson042, I thought it looked familiar but must have done the …
- 13:59 Ticket #11138 (.serialize doesn't include submit buttons) closed by
- invalid: Button values are serialized only if a button press caused the form …
- 07:58 Ticket #11099 (jsonp bug, filePath can not start with x) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 02:46 Ticket #11138 (.serialize doesn't include submit buttons) created by
- It doesn't because it checks the type against rinput which is a static …
01/06/12:
- 20:35 Ticket #11137 (Jquery doesn't parse a rare selector correctly) created by
- If you execute this code (in Chrome, you can just paste it in the …
- 17:17 Ticket #11136 (Textarea values are not preserved when .cloned()'ed) closed by
- duplicate
- 17:12 Ticket #11135 (clean() misbehaves for self-referencing scripts) closed by
- cantfix: The reason jQuery removes scripts and executes them manually is because it …
- 16:32 Ticket #11136 (Textarea values are not preserved when .cloned()'ed) created by
- Hey there, today I noticed that […] will be cloned into […] ... …
- 16:23 Ticket #11135 (clean() misbehaves for self-referencing scripts) created by
- Tested in Firefox 9.0.1/Linux Script tags of the form {{{<script …
- 15:20 Ticket #11132 (.width() on hidden cell messes up table layout in Google Chrome) closed by
- invalid: There is a temporary swap occurring, but given that all of the settable …
- 15:18 Ticket #11134 ($.post doesn't allow setting a contentType) closed by
- wontfix: If you want finer control, use $.ajax.
- 15:17 Ticket #11134 ($.post doesn't allow setting a contentType) created by
- When posting json to a server you need to set the content type. This can …
- 13:29 Ticket #11131 (In IE(6~8), $('<a class=aaa>') couldn't get the [0] method) closed by
- invalid: The tag needs to be closed with </a>, as explicitly noted in the …
- 13:24 Ticket #11133 (jQuery.one() function doesn't remove "mouseenter" event after first call) created by
- A one time "mouseenter" event created with jQuery.one("mouseenter", …
- 09:10 Ticket #11132 (.width() on hidden cell messes up table layout in Google Chrome) created by
- When you call .width() on a hidden cell and than make it visible, the cell …
- 08:20 Ticket #11093 (Mouseup causes mousemove event to fire) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:09 Ticket #11131 (In IE(6~8), $('<a class=aaa>') couldn't get the [0] method) created by
- In IE(6~8): […] But Other Browsers: […]
01/05/12:
- 15:08 Ticket #11129 (.attr('href') returns full url in IE7) closed by
- worksforme: http://jsfiddle.net/timmywil/F5KZ2/
- 14:44 Ticket #11130 (jQuery.fn.on: binding map with null selector ignores data) created by
- Here's an example that will fail […] The problem exists on line …
- 09:30 Ticket #11129 (.attr('href') returns full url in IE7) created by
- This bug: http://bugs.jquery.com/ticket/2747 Is reintroduced in jQuery …
- 08:02 Ticket #11094 (white flash during page load (every browser but not firefox)) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:02 Ticket #11092 ("permission denied" jquery 1.7.1 IE7 on line 1666 accessing elem attribute) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:02 Ticket #11090 (Click Event Forwarding) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:02 Ticket #11078 (running script with html() is strange) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:02 Ticket #11073 ($(".foo").toggle().delay(2000).toggle() doesn't work) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
01/04/12:
- 15:45 Ticket #11128 (Stack operations for the jQuery chain) created by
- Since the jQuery chain is functionally a stack, it might be useful (for …
- 12:24 Ticket #11127 (object doesn't support property or method "addEventListener") created by
- object doesn't support property or method "addEventListener" …
- 10:45 Ticket #11125 (jQuery.event.trigger throws exception when custom event name is same as ...) closed by
- invalid: It looks like we can close this given that we already cover it adequately …
- 08:14 Ticket #11075 (issue with .clone() in chrome with images) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:14 Ticket #11071 (jquery IE attr('src') bug) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
01/03/12:
- 14:37 Ticket #11126 (event.pageX returns NaN) closed by
- invalid: This looks like a Mobile bug (3380) that fixed a while back. The test case …
- 09:21 Ticket #11126 (event.pageX returns NaN) created by
- I reported an issue over at jQuery Mobile but the problem seems to come …
- 08:08 Ticket #11061 (.parents() not working in iOS4) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 04:06 Ticket #11125 (jQuery.event.trigger throws exception when custom event name is same as ...) created by
- I have code that fires/listens to a custom event named "action" on a …
Note: See TracTimeline
for information about the timeline view.
