Timeline
05/13/12:
- 16:53 Ticket #10413 (width, innerWidth, innerHeight, outerWidth, outerHeight are inaccurate for ...) closed by
- fixed: Landed in 1.8pre: …
- 16:52 Ticket #10679 (CSS3 vendor prefix support) closed by
- fixed: Landed in 1.8pre: …
- 08:39 Ticket #11644 (The 'attribute does not equal' selector fails to process escaped quotation ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 03:21 Ticket #11761 (bug: $("input:last").attr("onchange","alert(0)")does not work on IE6) closed by
- wontfix: Please don't use inline handlers. Also, 请使用真正的浏览器。 …
- 03:16 Ticket #11761 (bug: $("input:last").attr("onchange","alert(0)")does not work on IE6) created by
- $("input:last").attr("onchange","alert(0)"); …
- 01:08 Ticket #11760 (animate width of inline object in ie7 changes display to inline-block) created by
- ie7 does not support inline-block if you set zoom = 1 and display = …
- 00:55 Ticket #11759 (Chrome 18 - $("img").width() methods always return 0) created by
- Hey, I am writing a small plugin that emulates tooltips. When I used the …
05/12/12:
- 21:27 Ticket #10285 (evalScript rcleanScript replacement fails in IE8) closed by
- fixed: in 1.8pre: …
- 21:26 Ticket #11402 (evalScript function fails with error error 80020101 in IE) closed by
- duplicate
- 19:43 Ticket #11749 (Preserve context objects when multiple Deferred object are passed to ...) closed by
- fixed: Fixed in 1.8pre: …
- 18:44 Ticket #11492 (In IE8 .append does not append option elements correctly) closed by
- wontfix: This seems sufficiently obscure that we should just call it a wontfix. If …
- 18:25 Ticket #11621 (Triggering a event on document doesn't bubble to window) closed by
- fixed: Fixed in 1.8pre: …
- 12:12 Ticket #11758 (off(): $(document).off() does not disable event handlers, binded via ...) closed by
- worksforme: You've just attached two event handlers to document there, of course …
- 11:57 Ticket #11758 (off(): $(document).off() does not disable event handlers, binded via ...) created by
- Here I wrote a little demo for the bug: …
- 07:34 Ticket #11351 (jQuery Animate - Complete Function - Fires before animation render ...) closed by
- cantfix: Confirmed - I'm not comfortable "fixing" this issue. Animation callbacks …
05/11/12:
- 20:51 Ticket #11736 (Remove Deferred .isResolved() and .isRejected()) closed by
- fixed: Landed in 1.8pre: …
- 20:49 Ticket #11738 (Remove .closest(Array) returning Array) closed by
- fixed: Landed in 1.8pre: …
- 20:48 Ticket #11728 (Documentation for .one (delegated events)) closed by
- fixed: Docs updated.
- 20:36 Ticket #8892 (Callback is raised before objects are shown with fadeIn() and ...) closed by
- fixed: This is fixed in 1.8pre …
- 18:54 Ticket #11757 (IE 8 memory accumulation in iframes with jQuery 1.7.2) created by
- jQuery content in iframe isn't cleared if you leave the iframe in IE 8. …
- 18:39 Ticket #11756 (event.currentTarget documentation inaccurate for delegated events) created by
- = Summary = The [ http://api.jquery.com/event.currentTarget/ …
- 17:35 Ticket #11548 (inconsistent parameter order makes $.ajax().always() harder to use than ...) closed by
- wontfix: Sorry, I feel your pain but changing things now would make even more of a …
- 17:33 Ticket #11707 (api.jquery.com is down) closed by
- worksforme: Well, NOW it works for me.
- 17:31 Ticket #11680 (Cross-Domain ajax request error handler does not get called) closed by
- patchwelcome: To reiterate, we're open to standardizing behavior here but don't think …
- 17:27 Ticket #11741 (clickevent.which == 0 in ie8 if mousedown event caught before it) closed by
- cantfix: Seems to be something that IE does, there is nothing the event tells us …
- 17:16 Ticket #11742 (mousemoveevent.which ie8 always == 1) closed by
- worksforme: Your test case seemed to be broken for me in IE8. However, this one works …
- 17:02 Ticket #11755 (animate and it aliases should not use :hidden selector) created by
- There four cases in which elements considered to be hidden, when ":hidden" …
- 16:47 Ticket #11743 (jQuery silently ignores errors during script tag ajax request in ...) closed by
- worksforme: Looks like it works fine to me. http://jsfiddle.net/QYDZW/ I see an error …
- 16:37 Ticket #11754 (Descendant selector not working as expected) closed by
- worksforme: I am glad to hear that jQuery is meeting your expectations! …
- 16:24 Ticket #11748 (ie7 set display = table) closed by
- cantfix: Unfortunately, IE6/7 don't support display: table so your solution is …
- 16:23 Ticket #11753 (Text similar to html tags are considered as html tags - text() AND/OR ...) closed by
- invalid: The .replaceWith() method takes HTML, so your strings look like markup …
- 16:18 Ticket #11750 (Double encoding in $.param) closed by
- invalid: Nope. $.param() has no business trying to guess whether you are …
- 16:01 Ticket #11754 (Descendant selector not working as expected) created by
- I expect $('form>div span') would select all spans in such document: …
- 15:40 Ticket #11753 (Text similar to html tags are considered as html tags - text() AND/OR ...) created by
- This problem came up with a strange data which is similar to html tag eg., …
- 10:28 Ticket #11752 (animate() not working in ie8 and under with latest script link) created by
- was linking to the latest versions using <script …
- 09:11 Ticket #11750 (Double encoding in $.param) created by
- If you use $.param with already encoded value you'll get wrong value …
- 08:32 Ticket #11657 (SCRIPT70: Permission denied jquery-1.7.1.min.js) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 01:45 Ticket #11749 (Preserve context objects when multiple Deferred object are passed to ...) created by
- A typical use case would be to retrive the url of each ajax request after …
05/10/12:
- 22:14 Ticket #11748 (ie7 set display = table) created by
- if you set display to table in ie7 the table disappears check this …
- 15:44 Ticket #11706 (`.has()` fails on document fragments) closed by
- fixed: This is working in master. rwaldron switched to jQuery edge before …
- 14:49 Ticket #11631 (lot of memory leaks with the created jquery plugins in the Java ...) closed by
- invalid
- 14:21 Ticket #11745 (resolve, reject and notify are missing in jqXHR-object) closed by
- invalid: > The jqXHR objects returned by $.ajax() as of jQuery 1.5 implement the …
- 12:50 Ticket #11706 (`.has()` fails on document fragments) reopened by
- Confirmed from the fiddle.
- 10:38 Ticket #11747 (Incorrete rowspan after Clone() in Explorer) created by
- I was testing on Microsoft Explorer 8, after calling clone() or …
- 09:20 Ticket #11746 ($().data() return undefined if name contains uppercase) closed by
- invalid: That's because it doesn't find the data-attribute. Data-attributes are …
- 08:51 Ticket #11746 ($().data() return undefined if name contains uppercase) created by
- http://jsfiddle.net/HfuEL/2/
- 08:29 Ticket #11745 (resolve, reject and notify are missing in jqXHR-object) created by
- The resolve, reject, notify with their additional With methods are …
- 08:19 Ticket #11648 (toggle() not working in Chrome) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:19 Ticket #11647 (.attr and .prop fails to set name in ie7) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:19 Ticket #11641 (show function does not work in IE) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
05/09/12:
- 23:27 Ticket #11744 (live eventObject bug) closed by
- worksforme: Only standard properties are copied. Use event.originalEvent to get to …
- 23:16 Ticket #11744 (live eventObject bug) created by
- i need to know why when i use .addEventListener("MSPointerDown", Down, …
- 21:08 Ticket #11743 (jQuery silently ignores errors during script tag ajax request in ...) created by
- In the test case I'm including a javascript file via appendTo(). Allow …
- 20:09 Ticket #11742 (mousemoveevent.which ie8 always == 1) created by
- check out this jsfiddle http://jsfiddle.net/UziTech/BJtha/ Steps to …
- 15:02 Ticket #11741 (clickevent.which == 0 in ie8 if mousedown event caught before it) created by
- check out this jsfiddle http://jsfiddle.net/YZrzY/3/
- 08:19 Ticket #11636 ([IE] animating opacity fails to affect children if child elements are ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 01:45 Ticket #11740 (.not() method) closed by
- worksforme: This is not a jQuery bug …
05/08/12:
- 21:49 Ticket #11740 (.not() method) created by
- I have this html structure. <div class="collapsible"> <div …
- 20:55 Ticket #11739 (Attr on a "javascript:" will return a function in IE 7) closed by
- invalid: inline event handlers are treated as properties, not attributes.
- 20:51 Ticket #11739 (Attr on a "javascript:" will return a function in IE 7) created by
- Came across issue when trying to calling: …
- 20:47 Ticket #11738 (Remove .closest(Array) returning Array) created by
- This was part of the old .live() internal code, exposed in the API for …
- 20:44 Ticket #11737 (Remove jQuery.sub) created by
- * It is quirky, per #11662. * It is not commonly used. * It …
- 20:32 Ticket #11736 (Remove Deferred .isResolved() and .isRejected()) created by
- Per our discussion following #8856, these two were deprecated in 1.7 and …
- 19:57 Ticket #11735 (Remove the .attr("value") attrHook) created by
- This hook was deprecated in 1.7 and can be removed in 1.8. To get or set …
- 19:49 Ticket #11734 (Deprecate Boolean attrHooks such as checked, selected) created by
- In jQuery 1.6.1 we put in some hooks to continue the queasy automagical …
- 19:40 Ticket #11733 (Deprecate .load(), .unload(), and .error() methods) created by
- These are shortcut names for $().bind("load", fn) etc. * The .load() …
- 19:24 Ticket #11732 (Incorect margin in IE7) created by
- Percentage based margins are being return incorrectly in IE, specifically …
- 19:14 Ticket #11731 (Deprecate "hover" pseudo-event) created by
- When the event name "hover" is used, the event subsystem converts it to …
- 19:03 Ticket #11730 (text() wrapper method error) created by
- Exampĺe: i have a div with id "barraNavegacion" with html content. The …
- 16:31 Ticket #11729 (height() returns wrong height on hidden elements containing floats) closed by
- patchwelcome: IE9 reports 18px for both hidden and visible. It is not a good idea at …
- 15:19 Ticket #11729 (height() returns wrong height on hidden elements containing floats) created by
- http://jsfiddle.net/hTHQt/ When getting height() on a hidden element that …
- 15:13 Ticket #11728 (Documentation for .one (delegated events)) created by
- In the docs for .one(), it says: >identical to .on() except that the …
- 15:05 Ticket #11727 (In Opera (normal and mini) Cannot attach classes via addClass() or ...) created by
- As detailed in title, cannot assign classes via attr() or addClass to …
- 13:20 Ticket #11726 (Changing button's data-theme programatically) closed by
- invalid: You'd want to file a bug in the jQuery Mobile issue tracker, per the big …
- 12:01 Ticket #11726 (Changing button's data-theme programatically) created by
- I am changing data-theme for a button dynamically from JS. Procedure 1. I …
- 08:14 Ticket #11630 (event delegate doesn't work in IE8.) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:14 Ticket #11629 (Problem with ie9 and double find selector using) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:14 Ticket #11622 (fancybox error in IE) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:14 Ticket #11249 (CSP error in Chrome 18 when loading jQuery 1.7.1) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 03:27 Ticket #11725 (a bug) closed by
- invalid: checked is not a valid attribute, nor property, of anchor elements
- 02:08 Ticket #11725 (a bug) created by
- when i have a "a" label like this: <a href="" checked="false"></a> in …
- 01:28 Ticket #11724 ($(document).height() changed in Firefox 12) created by
- I believe the fix for Ticket #3838 (http://bugs.jquery.com/ticket/3838) …
05/07/12:
- 22:09 Ticket #11723 (Changing text in textarea inside of focus event crashes IE 7/8) closed by
- invalid: The equivalent to document.form.textarea.value = ""; is …
- 22:06 Ticket #11723 (Changing text in textarea inside of focus event crashes IE 7/8) created by
- After setting a focus event on a textarea element and changing the text of …
- 19:53 Ticket #11720 (Simplify jQuery.nth) closed by
- fixed: Landed. …
- 17:01 Ticket #11722 (eq()) created by
- Not work function "eq" with click in Chrome. Example: …
- 16:48 Ticket #11721 (deprecate and remove internal uses of jQuery.support.boxModel) created by
- This is no longer a valid support test given the fact that there is no …
- 16:28 Ticket #11706 (`.has()` fails on document fragments) closed by
- worksforme: This is not even possible, as we have unit tests that would catch such a …
- 15:24 Ticket #11720 (Simplify jQuery.nth) created by
- Since jQuery.nth is not a documented function and only used internally, …
- 15:01 Ticket #11719 (Deprecate .bind("ready") event) created by
- The "ready" event is error prone because users may attach an event …
- 14:53 Ticket #11715 (Passing attributes on object creation is inconsistent / depends on casing) closed by
- duplicate
- 14:51 Ticket #11718 (Deprecate .data() events) created by
- Currently, jQuery.fn.data() fires events (getData, setData, changeData) …
- 14:37 Ticket #11717 (Deprecate ajax "global" event behavior) created by
- Currently the ajax events are "global" events in that they will fire on …
- 13:49 Ticket #11716 (jAlert not working in IE9.) closed by
- invalid: This probably isn't a jQuery bug. Try the jAlert forum/issuetracker.
- 13:37 Ticket #11716 (jAlert not working in IE9.) created by
- I want to display a warning pop window. It is working fine in all IE …
- 13:20 Ticket #11715 (Passing attributes on object creation is inconsistent / depends on casing) created by
- I was recently encountering the "problem" described here: …
- 12:43 Ticket #11714 (Security Warning withh HTTPS protocol URL - jquery 1.6.4) closed by
- invalid: Sorry, we only support the latest version. If you have questions, feel …
- 12:22 Ticket #11712 (Onfocus inside Jquery append) closed by
- invalid: That code isn't valid. you need to escape the single quotes in the onFocus …
- 11:24 Ticket #11714 (Security Warning withh HTTPS protocol URL - jquery 1.6.4) created by
- We are using jquery 1.6.4.With https URL it is giving security warning - …
- 10:16 Ticket #11711 (Can't get event.detail of DOMMouseScroll event in firefox) closed by
- invalid: The DOMMouseScroll event is a Firefox only event. The property is not …
- 10:06 Ticket #11713 (when i am using <sj:submit> as a button then it bahaves like submit not a ...) created by
- <sj:submit targets="Result3" …
- 08:34 Ticket #11619 (I cannot get valid height on Firefox, bug?) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:20 Ticket #11712 (Onfocus inside Jquery append) created by
- When I was trying to append a textbox inside a div using append method, …
- 03:24 Ticket #11711 (Can't get event.detail of DOMMouseScroll event in firefox) created by
- I bind an event via jquery v1.7+ on a DOMMouseScroll event in firefox but …
- 01:56 Ticket #10285 (evalScript rcleanScript replacement fails in IE8) reopened by
05/06/12:
- 18:40 Ticket #11710 (TypeError: kav_vkList.this is undefined Line 89) closed by
- invalid: .click() takes a function, not an object. Your example isn't even valid …
- 18:05 Ticket #11710 (TypeError: kav_vkList.this is undefined Line 89) created by
- Problem on line 3241 of the latest jquery of development file!
- 02:03 Ticket #10365 (onprogress ajax) closed by
- duplicate
- 01:34 Ticket #11708 ($.support.boxModel reports false for non-IE browsers) closed by
- invalid: jQuery doesn't support quirks-mode.
- 01:18 Ticket #11709 (Can't access documentation) closed by
- duplicate: PLEASE search before filing.
- 00:19 Ticket #11709 (Can't access documentation) created by
- Hi, I have no idea where to report this issue since it is not strictly …
Note: See TracTimeline
for information about the timeline view.
