Bug Tracker

Timeline


and

10/24/12:

23:13 Ticket #12787 (.find breaks on XML document with : in tag) created by ninhofe@…
Here is a bug that was not present in 1.7.2. When trying to use .find on …
18:13 Ticket #12786 (jQuery removeData() doesn't work , it seems like a bug) closed by Rick Waldron
fixed: Brute force property removal when removeData([a,b,c]). Fixes #12786
09:40 Ticket #12786 (jQuery removeData() doesn't work , it seems like a bug) created by lovesueee@…
when I use the code follow: <script> var a = {}; $(a).data('a-a', 1); …
08:51 Ticket #12687 (promise.then callback data is not properly resolved) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …

10/23/12:

23:27 Ticket #12758 (Make sure Summit new authors are credited) closed by mikesherov
fixed
18:21 Ticket #12784 (Selector :checked selects not only checkboxes and radio buttons like ...) closed by timmywil
duplicate: Duplicate of #12704.
12:26 Ticket #12782 (jQuery 1.8.2 contains non-ascii character(s)) closed by dmethvin
duplicate: Duplicate of #12690.
12:22 Ticket #12780 (IE7 error disabling HTML5 validation) closed by dmethvin
notabug: There is no good reason to force IE9/10 into IE7 mode if you want to …
09:04 Ticket #12588 (ScrollLeft/ScrollTop does not simultaneously (Safari 6)) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …
08:39 Ticket #12784 (Selector :checked selects not only checkboxes and radio buttons like ...) created by romull@…
It's possible that claims stated in the jQuery dos are inconsistent, but …
07:29 Ticket #12783 (using $.ajaxPrefilter with CORS request) created by rosko+jquery@…
Using $.ajaxPrefilter in Cross-origin resource sharing leads to …
04:22 Ticket #12782 (jQuery 1.8.2 contains non-ascii character(s)) created by anonymous
Trying to run a find/replace regexp on a modular compilation including …

10/22/12:

20:31 Ticket #12781 (.height() returning strang values in nested $.eaches) created by anonymous
In an ajax success, I used 1 $.each for one array and another $.each …
17:45 Ticket #11535 (Inconsistent behavior between .val() and .prop("value") for <select>) closed by timmywil
wontfix: +1 @dmethvin
17:43 Ticket #10028 (scrollLeft not working IE 8, FF5 when element is hidden) closed by timmywil
cantfix
17:40 Ticket #9777 (.attr() changing wrong element on cloned elements (IE7 only)) closed by timmywil
wontfix: I don't think we're going to go back to innerHTML for cloning, which is …
17:34 Ticket #12780 (IE7 error disabling HTML5 validation) created by anonymous
See  http://jsfiddle.net/fWPbA/ You get a "Can't find member" error.
17:00 Ticket #11532 (Document jQuery.Tween) closed by gnarf
notabug: This is an api issue, one that we are already tracking.
16:58 Ticket #11457 (Another slideToggle jump effect) closed by gnarf
fixed
16:51 Ticket #12779 (Refactor the jQuery.timer function to allow a better "injection point") created by gnarf
Right now, overriding jQuery.timer is kind of dangerous because it does a …
16:46 Ticket #12584 (jQuery wrongly serializes <select> with one disabled <option>) closed by gibson042
fixed: Closed by …
16:36 Ticket #12778 (rewrite speed framework based off of the latest sizzle speed tests) created by mikesherov
16:06 Ticket #12120 (Inconsistency of .end() with respect to .after()) closed by mikesherov
fixed: fixed in #12664.
16:06 Ticket #12503 (before/after will choke if collection has not first disconnected node) closed by mikesherov
fixed: fixed in #12664.
16:06 Ticket #11226 (.after and .before returns incorrect data for $('not_existing_element')) closed by mikesherov
fixed: fixed in #12664.
14:24 Ticket #12777 (Applets don't work when appended on IE) created by Drawk
When I append an applet on IE 6, 7, 8 and sometimes 9 (only when mayscript …
13:59 Ticket #12775 (IE9 Has attribute selector returning element twice) closed by dmethvin
notabug
13:58 Ticket #12743 (IE6 - events causes memory leak) closed by dmethvin
notabug: Yes, we only support the most recent fully patched IE6.
13:36 Ticket #12776 (problem with .on) created by o.istomin@…
[…]
13:12 Ticket #12775 (IE9 Has attribute selector returning element twice) created by luigi.grilli@…
Using the has attribute selector on IE9 return the same item twice. You …

10/21/12:

22:39 Ticket #12773 (slideDown() bug changes "display" property of child elements; slideUp does ...) closed by dmethvin
notabug: Sounds like we're pretty bad people for doing whatever we've done. Lacking …
02:33 Ticket #12061 ($(window).beforeunload() clobbers previous handler and return values) closed by Oleg
fixed: Fix #12061. Avoid window.onbeforeunload to permit multiple handlers. Close …
02:11 Ticket #12107 (Change proxy to allow arguments currying without overwriting context) closed by Marcel Greter
fixed: Fix #12107. Let .proxy() curry args without overwriting context. Close …
00:51 Ticket #12774 (Bug on jQuery 1.8.2 when using it on a Firefox Extension) closed by gibson042
duplicate: Duplicate of #12357.

10/20/12:

23:51 Ticket #12774 (Bug on jQuery 1.8.2 when using it on a Firefox Extension) created by joydragon@…
I don't really know why this happened, but when I tried to use the normal …
19:39 Ticket #12773 (slideDown() bug changes "display" property of child elements; slideUp does ...) created by Danzoid61@…
slideDown() changes "display" property of child elements. This is …
19:30 Ticket #12048 ([IE6/7/8] xml set attribute) closed by Sai Wong
fixed: Fix #12048. Set attributes for XML fragments. Close gh-965. Changeset: …
18:04 Ticket #12518 (Don't use offsetWidth in jQuery.event.trigger()) closed by Merrifield, Jay
fixed: Fixes #12518, removes an offsetWidth on focus/blur events for an <IE9 bug …
14:09 Ticket #12610 (jQuery.event.dispatch should remove window.event) closed by Sai Wong
fixed: Fix #12610, remove unneeded window.event. Close gh-968. Changeset: …
13:42 Ticket #12772 (JQuery tabs cache issue when content loaded thru ajax?) closed by dmethvin
notabug: If you've discovered a jQuery UI bug, please report it in the jQuery UI …
13:33 Ticket #12770 (Promises .done() should chain just like .then()) closed by jaubourg
notabug: Having to create an internal Deferred in order to enable queueing in …
13:22 Ticket #12772 (JQuery tabs cache issue when content loaded thru ajax?) created by anonymous
I am facing the issue with jquery tabs when going for cache. The scenario …
11:32 Ticket #12771 (Select Dropdown values) created by caelan89@…
Basically, JQuery will not get the value of a select drop-down where the …
10:46 Ticket #12770 (Promises .done() should chain just like .then()) created by edwinm
jQuery version 1.8.2. According to the documentation, the done() and …
08:56 Ticket #12662 (Bug in the function matcherFromTokens) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …
02:34 Ticket #4262 (eq() performance improvement and negative indices) closed by Richard Gibson
fixed: Fix #4262: faster .eq(), closes gh-1000. Changeset: …

10/19/12:

20:43 Ticket #12739 (Name: Passing in an Event to trigger strips namespace) closed by Allen J Schmidt Jr
fixed: Fix #12739. Keep namespace when triggering with an Event. Close gh-972. …
15:04 Ticket #12765 (deferred.then([SuccessArrayFuncs],failFunc) does not work as described) closed by mikesherov
notabug: Doh. ported to:  https://github.com/jquery/api.jquery.com/issues/159
15:01 Ticket #8945 ([webkit] position() return incorrect left coordinate when html direction ...) closed by mikesherov
worksforme: this is working on edge (and all the way back to at least 1.6.4, both …
14:14 Ticket #12471 (inconsistent "Download" links) closed by mikesherov
notabug: ported to:  https://github.com/jquery/jquery.com/issues/8
13:58 Ticket #12750 (Ajax requests with xhrFields fail on IE8) closed by mikesherov
cantfix: Unfortunately, without knowing specifically what the admin messed around …
13:43 Ticket #12766 ($window.height() works not in the IE) closed by mikesherov
duplicate: Duplicate of #12284.
13:00 Ticket #12769 (wrong type of select field value) created by damianm
typeof $('#html_select_field').val() should be string given object
09:21 Ticket #12766 ($window.height() works not in the IE) created by simonschindelmann@…
In the Internetexplorer returns the function $window.height() always 0. If …
08:57 Ticket #12650 (.offset({ top: 100, left: 100 }) will increase position every time set) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …
03:09 Ticket #12765 (deferred.then([SuccessArrayFuncs],failFunc) does not work as described) created by jquery@…
See the following jsfiddle.  http://jsfiddle.net/xckt2/4/ The …
01:33 Ticket #4262 (eq() performance improvement and negative indices) reopened by ajpiano
That jsPerf shows jQuery 1.6.1 - I made another that shows 1.6.1 and 1.8.2 …
01:14 Ticket #12764 ($.fn.offsetparent()) created by anonymous
returns body when an element isn't in the dom

10/18/12:

22:32 Ticket #11671 (.offset() setter handles fixed positioned elements incorrectly in Chrome) closed by mikesherov
duplicate: Duplicate of #12749. Like a boss, Jay.
13:57 Ticket #12763 (Multiple arguments support in addClass) created by spudly
It'd sure be nice if addClass() supported multiple string arguments for …
13:21 Ticket #12762 (jQuery's JSON serializer serializes prototype's values) created by Sense545
[…] …
11:57 Ticket #12761 (Empty string passed to getElementById()) closed by timmywil
notabug: Please ask for help on the  forums or in the …
11:32 Ticket #12760 (Why jquery can not retrive server time?) closed by jaubourg
notabug: Use the forums or IRC to ask for support.
11:19 Ticket #12761 (Empty string passed to getElementById()) created by anonymous
Good morning, I just updated to jquery-1.8.2 and now when I click submit …
09:56 Ticket #12760 (Why jquery can not retrive server time?) created by anonymous
Some times we hv boundary to use system time.So we need to use server time …
09:02 Ticket #12640 (jquery.min.js crashed in IE9 when call a.getAttribute("classid").) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …

10/17/12:

20:29 Ticket #12751 (parseJson error throwing doesn't match JSON.parse behavior) closed by James Huston
fixed: Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. …
19:06 Ticket #12569 (Improve feature detect for oldIE event bubbling) closed by Merrifield, Jay
fixed: Fixes #12569. Improve Feature Detect For oldIE bubbling. closes gh-967 …
17:59 Ticket #12759 ($('<span style="left:45%" />').css("left") returns "0px") created by anonymous
In the definition of jQuery#css, it expects the jQuery.access callback to …
17:51 Ticket #12758 (Make sure Summit new authors are credited) created by dmethvin
They should be mentioned in AUTHORS.txt and they need to fill out the CLA …
17:46 Ticket #12757 (Enforce style guide via build process) created by dmethvin
See discussion in  https://github.com/jquery/2012-dev-summit/issues/54
17:46 Ticket #12749 (position() does not handle position:fixed elements correctly) closed by Merrifield, Jay
fixed: Fixes #12749, correctly detect position() for position:fixed elements, …
17:35 Ticket #12756 (Format all code in unit tests to conform to the style guide) created by dmethvin
Migrated from  https://github.com/jquery/2012-dev-summit/issues/56, see the …
17:19 Ticket #12754 (jQuery.load() can render the page useless in IE7) closed by jaubourg
patchwelcome: Well, the problem is that the entire HTML string is added to a detached …
17:00 Ticket #12752 (Support for custom builds under Windows) closed by Roland Eckl
fixed: Fixes #12752: Added OS-switch for grunt task "custom", to make use of …
14:48 Ticket #12753 (Jquery slider is not working with JSP using Struts 2 framework) closed by timmywil
notabug: Please ask for help on the  forums or on the …
14:19 Ticket #12688 (window height and width in FireFox 16) closed by mikesherov
notabug: Thanks for contributing! Yes, we removed support for quirks mode in 1.8. …
13:03 Ticket #12755 (incorrect week number in every year of jan month) created by prabu8420@…
incorrect week number in every year of jan month
11:53 Ticket #12754 (jQuery.load() can render the page useless in IE7) created by enkidude@…
jQuery.load() can render the page useless in IE7 …
11:02 Ticket #12753 (Jquery slider is not working with JSP using Struts 2 framework) created by restinlife0@…
/*! jQuery v1.7.1 jquery.com | jquery.org/license */ …
07:21 Ticket #12752 (Support for custom builds under Windows) created by queequac
Currently custom builds are not possible under Windows. Running […] …
06:59 Ticket #12729 (attr not working) closed by mikesherov
notabug
Note: See TracTimeline for information about the timeline view.