Timeline
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 …
01/02/12:
- 17:25 Ticket #10427 (Creating custom elements is broken on IE7 and 8 using $('<...>').) closed by
- invalid: This is no longer valid. The latest version of html5shim actually builds …
- 12:16 Ticket #11024 (converters['text json'] and converters['text html'] not getting assigned) closed by
- invalid: Closing as there hasn't been a response for a test case in 3 weeks. If one …
- 08:19 Ticket #11057 (jQuery(element).parents() not returning jQuery objects) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:01 Ticket #11124 (feature request: context parameter for .is) created by
- http://lists.w3.org/Archives/Public/public-webapps/2011OctDec/1454.html …
01/01/12:
- 08:08 Ticket #11050 (Opera, position: absolute, transparent layer and mouse events) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:59 Ticket #11123 (jQuery.support.checkClone and all associated code should be removed from ...) created by
- Related to -- http://bugs.jquery.com/ticket/5929 I run jQuery code …
12/31/11:
- 23:22 Ticket #11122 (Bug load dll in the XHR navigator IE6) created by
- Problem in XHR (ajax/xhr.js line 44 the condition '("withCredentials" in …
- 08:11 Ticket #11045 ($.ajax returning json adds decimal (.0) to whole numbers) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:11 Ticket #11044 (Bug in jquery core l. 7601) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
12/30/11:
- 22:45 Ticket #11114 (jQuery doesn't take into account CSS scale transform when getting ...) closed by
- wontfix: To me, it is debatable whether the computed results for width/height …
- 19:42 Ticket #11121 (jQuery(selector).css("clip") returns "undefined" in IE8) created by
- jQuery(selector).css("clip") returns "undefined" in IE8. This is …
- 14:37 Ticket #11120 (Tabs in some selectors break in IE7) created by
- example here of some selectors with problems here: …
- 14:12 Ticket #11119 (The curCSS function only need 2 arguments) created by
- So in css.js (1.7.1) line 40 should reduce the secenod "opacity",can be …
- 08:04 Ticket #11038 (problem with ajaxstart in 1.7.1) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:04 Ticket #11035 (radio button get val error with number 1) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:04 Ticket #11026 (issue with appendTo/prependTo and z-index) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:16 Ticket #11118 (Field is not found with :input[name="LONG_NAME_WITH_DOTS"] selector) closed by
- invalid: You'll need to escape those characters.
- 06:10 Ticket #11118 (Field is not found with :input[name="LONG_NAME_WITH_DOTS"] selector) created by
- Example: $(":input[name='CashlessPayment.Enrollments[0].Account']") gives …
- 05:03 Ticket #11117 ("X-Requested-With" Ajax header not set when using minified version) created by
- I noticed in IE8 that the X-Requested-With header is not set (for a …
- 01:37 Ticket #11116 (Trying to set attribute selected to anything sets it to "selected") closed by
- invalid: This is intended behavior. "selected" is the only valid value for the …
12/29/11:
- 23:25 Ticket #11116 (Trying to set attribute selected to anything sets it to "selected") created by
- In my code I use img elements as tabs, and to track their states I've used …
- 22:26 Ticket #11115 (".is()" and ".filter()" disagree on attribute selector "[checked]") created by
- The selector "[checked]" is treated differently by ".is()" and …
- 21:58 Ticket #11114 (jQuery doesn't take into account CSS scale transform when getting ...) created by
- Seem to have run into this issue in a roundabout way. I was using a plugin …
- 20:00 Ticket #11012 (jquery.event.drag does not work with jQuery 1.7.1) closed by
- invalid: I see this in the jQuery.event.drag plugin: > …
- 18:08 Ticket #11113 (Stringify params need to be added before sending them thorugh AJAX) created by
- For an example, JavaScript Objects inside of JSON cannot be sent through …
- 14:29 Ticket #11012 (jquery.event.drag does not work with jQuery 1.7.1) reopened by
- 07:55 Ticket #11027 (jQuery 1.6.4 erroring with Operation is not supported“ code: ”9) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Note: See TracTimeline
for information about the timeline view.
