Timeline
10/22/12:
- 20:31 Ticket #12781 (.height() returning strang values in nested $.eaches) created by
- 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
- wontfix: +1 @dmethvin
- 17:43 Ticket #10028 (scrollLeft not working IE 8, FF5 when element is hidden) closed by
- cantfix
- 17:40 Ticket #9777 (.attr() changing wrong element on cloned elements (IE7 only)) closed by
- 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
- See http://jsfiddle.net/fWPbA/ You get a "Can't find member" error.
- 17:00 Ticket #11532 (Document jQuery.Tween) closed by
- notabug: This is an api issue, one that we are already tracking.
- 16:58 Ticket #11457 (Another slideToggle jump effect) closed by
- fixed
- 16:51 Ticket #12779 (Refactor the jQuery.timer function to allow a better "injection point") created by
- 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
- fixed: Closed by …
- 16:36 Ticket #12778 (rewrite speed framework based off of the latest sizzle speed tests) created by
- 16:06 Ticket #12120 (Inconsistency of .end() with respect to .after()) closed by
- fixed: fixed in #12664.
- 16:06 Ticket #12503 (before/after will choke if collection has not first disconnected node) closed by
- fixed: fixed in #12664.
- 16:06 Ticket #11226 (.after and .before returns incorrect data for $('not_existing_element')) closed by
- fixed: fixed in #12664.
- 14:24 Ticket #12777 (Applets don't work when appended on IE) created by
- 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
- notabug
- 13:58 Ticket #12743 (IE6 - events causes memory leak) closed by
- notabug: Yes, we only support the most recent fully patched IE6.
- 13:36 Ticket #12776 (problem with .on) created by
- […]
- 13:12 Ticket #12775 (IE9 Has attribute selector returning element twice) created by
- 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
- 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
- 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
- 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
- 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
- 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
- slideDown() changes "display" property of child elements. This is …
- 19:30 Ticket #12048 ([IE6/7/8] xml set attribute) closed by
- 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
- 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
- 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
- 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
- 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
- I am facing the issue with jquery tabs when going for cache. The scenario …
- 11:32 Ticket #12771 (Select Dropdown values) created by
- 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
- jQuery version 1.8.2. According to the documentation, the done() and …
- 08:56 Ticket #12662 (Bug in the function matcherFromTokens) closed by
- 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
- 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
- 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
- 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
- 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
- notabug: ported to: https://github.com/jquery/jquery.com/issues/8
- 13:58 Ticket #12750 (Ajax requests with xhrFields fail on IE8) closed by
- cantfix: Unfortunately, without knowing specifically what the admin messed around …
- 13:43 Ticket #12766 ($window.height() works not in the IE) closed by
- duplicate: Duplicate of #12284.
- 13:00 Ticket #12769 (wrong type of select field value) created by
- typeof $('#html_select_field').val() should be string given object
- 09:21 Ticket #12766 ($window.height() works not in the IE) created by
- 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
- 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
- See the following jsfiddle. http://jsfiddle.net/xckt2/4/ The …
- 01:33 Ticket #4262 (eq() performance improvement and negative indices) reopened by
- 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
- 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
- duplicate: Duplicate of #12749. Like a boss, Jay.
- 13:57 Ticket #12763 (Multiple arguments support in addClass) created by
- 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
- […] …
- 11:57 Ticket #12761 (Empty string passed to getElementById()) closed by
- notabug: Please ask for help on the forums or in the …
- 11:32 Ticket #12760 (Why jquery can not retrive server time?) closed by
- notabug: Use the forums or IRC to ask for support.
- 11:19 Ticket #12761 (Empty string passed to getElementById()) created by
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- notabug: Please ask for help on the forums or on the …
- 14:19 Ticket #12688 (window height and width in FireFox 16) closed by
- 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
- incorrect week number in every year of jan month
- 11:53 Ticket #12754 (jQuery.load() can render the page useless in IE7) created by
- 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
- /*! jQuery v1.7.1 jquery.com | jquery.org/license */ …
- 07:21 Ticket #12752 (Support for custom builds under Windows) created by
- Currently custom builds are not possible under Windows. Running […] …
- 06:59 Ticket #12729 (attr not working) closed by
- notabug
10/16/12:
- 22:35 Ticket #12748 (:not() regression in 1.8.2) closed by
- notabug: That is the correct behavior. :not is never contextual per the spec.
- 21:21 Ticket #11110 (Firefox reports incorrect left position when margin is "auto") closed by
- cantfix: Actually, Webkit and IE9 are correct and Firefox is incorrect. position() …
- 21:11 Ticket #12751 (parseJson error throwing doesn't match JSON.parse behavior) created by
- Currently when you call parseJson on , "", or {} you get null back. If …
- 20:55 Ticket #12750 (Ajax requests with xhrFields fail on IE8) created by
- This bug only affects IE 8.0.6001.18702CO. Notice the CO. …
- 20:50 Ticket #12664 (.after()) closed by
- fixed: Refactored before/after/replaceWith to not pushStack. Fixes #12664, closes …
- 20:08 Ticket #12550 (jQuery Ajax cache=false doesn't always work) closed by
- fixed: Uses an additive approach to generating anti-cache parameters rather than …
- 19:57 Ticket #12749 (position() does not handle position:fixed elements correctly) created by
- Fixed element's are relative to the viewport, position() treats position …
- 19:16 Ticket #11280 (appending elements to an object element fails in IE < 9) closed by
- fixed: Fix #11280. IE6-8 need name attribute to parse param. Close gh-914. …
- 19:07 Ticket #8908 (IE9: Clearing a cloned element's background-image causes the original ...) closed by
- duplicate: This bug is related to the issues here: …
- 19:01 Ticket #12404 (.post() submits expando) closed by
- notabug
- 18:59 Ticket #11555 (jQuery.ajaxTransport.send.callback doesn't get called for readyState = 2 ...) closed by
- notabug
- 18:48 Ticket #12736 (Move pseudo:hover to jquery-compat / deprecated.js) closed by
- fixed: Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. …
- 18:11 Ticket #12748 (:not() regression in 1.8.2) created by
- This shows the problem occuring in jQuery 1.8.2: …
- 17:21 Ticket #12747 (scrollTop and scrollLeft binding fails inside POST iframe in IE 9) created by
- In our Facebook application running in Facebook's canvas environment the …
- 16:31 Ticket #11635 (Explicit overflow:auto is overridden by inline overflow:hidden during ...) closed by
- fixed: Fixes #11635, Explicit overflow:auto is overridden by inline …
- 16:14 Ticket #12746 (jQuery.parseJSON shouldn't allow single quoted strings) closed by
- notabug
- 16:03 Ticket #12744 (Blur,Focusout not getting fired in Chrome for input type file.) closed by
- notabug: Google Chrome no longer displays the text input next to file upload …
- 15:58 Ticket #12746 (jQuery.parseJSON shouldn't allow single quoted strings) created by
- Native JSON.parse throws, we should throw.
- 15:44 Ticket #12745 (Changes to "this" within jQuery.each() are not persisted after iterating a ...) closed by
- notabug: The issue in your example is not that changes aren't persisted, but rather …
- 15:37 Ticket #10093 (Inconsistent behavior of AJAX when url="") closed by
- fixed: Handle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, …
- 15:37 Ticket #12735 (SlideToggle causes text to shrink after it is closed/opened again on ...) closed by
- cantfix: It looks like the problem is that the font should be smaller to begin …
- 15:19 Ticket #12730 (JQuery adds indexOf to arrays in IE8) closed by
- worksforme
- 15:15 Ticket #12519 (Public API methods should not have private arguments) closed by
- fixed: Create private methods for processing data/removeData requests. Fixes …
- 14:55 Ticket #12742 (The value of 'e.which' always returning '1' in the event of .mousemove() ...) closed by
- cantfix: I agree, there's no reasonable way we can normalize or correct this across …
- 14:51 Ticket #12745 (Changes to "this" within jQuery.each() are not persisted after iterating a ...) created by
- Bug report. When jQuery.each() is used to iterate the properties of a …
- 14:25 Ticket #10977 (Incorrect documentation for the index method?) closed by
- fixed: Return correct index for no-arg index() calls. Fixes #10977. Closes gh-971 …
- 13:39 Ticket #12686 (Live change event is not fired on IE8 when input is focused) closed by
- wontfix: Took a look at this with @dmethvin. The internals of jquery spoofing event …
- 13:32 Ticket #12744 (Blur,Focusout not getting fired in Chrome for input type file.) created by
- http://jsfiddle.net/rajendrav5/LuEYv/7/ Blur event on input type file …
- 13:05 Ticket #12743 (IE6 - events causes memory leak) created by
- Attach an event to an element causes memory leaks on IE 6 (try refreshing …
- 12:37 Ticket #12742 (The value of 'e.which' always returning '1' in the event of .mousemove() ...) created by
- The value of 'e.which' always returning '1' in the following events: * …
- 12:08 Ticket #12741 (inconsistent line endings in official jquery-1.8.2.js download) created by
- subversion was angy when I tried to add jquery. And to my surprise it was …
- 09:02 Ticket #12577 ('SCRIPT3: Member not found' with .attr(novalidate or aria-nocomplete)) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 00:10 Ticket #12739 (Name: Passing in an Event to trigger strips namespace) created by
- jQuery Version: Git, 1.8.2, 1.7.2 Browser: Firefox 10, 16 OS: Windows …
10/15/12:
- 22:07 Ticket #11292 (Error During Done Function on a Promise Is Skipped on Subsequent Runs) closed by
- notabug
- 21:34 Ticket #11987 (FadeIn function does not execute correctly after stop() call) closed by
- duplicate: Duplicate of #10462.
- 21:10 Ticket #12738 (422 Status Code Issue?) created by
- I'm working with backbone, an it uses jquery for save (jQuery.ajax). When …
- 20:18 Ticket #11406 (docs.jquery.com redirects to page that is not maintained) closed by
- fixed: it's being fixed now. Thanks.
- 19:53 Ticket #12737 (an element position().top returns wrong value inside another relative ...) created by
- I've made this simple demo case : http://jsfiddle.net/uKgYs/22/ When you …
- 18:50 Ticket #12736 (Move pseudo:hover to jquery-compat / deprecated.js) created by
- 18:14 Ticket #10818 (IE9 won't fire change event if value of input is changed using keyup) closed by
- wontfix: Given the complexity/size of the fix and the problems in trying to get it …
- 18:02 Ticket #12004 (Allow ajax.method as alias for ajax.type) reopened by
- Sorry, I'm +1 on aliasing type and method, just not switching type and …
- 17:41 Ticket #12004 (Allow ajax.method as alias for ajax.type) closed by
- wontfix: It doesn't sound like this will get done.
- 17:26 Ticket #12456 (EXPLICIT OVERFLOW:AUTO IS OVERRIDDEN BY INLINE OVERFLOW:HIDDEN DURING ...) closed by
- duplicate: Duplicate of #11635.
- 17:24 Ticket #12456 (EXPLICIT OVERFLOW:AUTO IS OVERRIDDEN BY INLINE OVERFLOW:HIDDEN DURING ...) reopened by
- 17:24 Ticket #11635 (Explicit overflow:auto is overridden by inline overflow:hidden during ...) reopened by
- 17:18 Ticket #12735 (SlideToggle causes text to shrink after it is closed/opened again on ...) created by
- Background: We have a container that is opened and closed via a link. The …
- 16:45 Ticket #12683 (Unexpected style invalidation in select (performance issue)) closed by
- cantfix: Thank you for creating a test case. I don't think we can fix this because …
- 16:24 Ticket #12002 ($('<select class="question" />'); vs $('<select />', {'class': ...) closed by
- cantfix
- 16:02 Ticket #12704 (:checked is considering drop down select also) closed by
- notabug: This is desired behavior and the design of the :checked selector. …
- 15:55 Ticket #12692 (jquery toggleClass(function) behaves incorrectly) closed by
- notabug: Thanks for contributing, but both the documentation and the code is …
- 15:53 Ticket #12732 (hasAttr) closed by
- duplicate: Duplicate of #9396.
- 15:49 Ticket #12725 (Avoid localized UTF-8 characters in intro.js @DATE) closed by
- fixed: Format @DATE to ISO 8601 format. Fixes #12725, Closes gh-957 Changeset: …
- 15:45 Ticket #12675 (User aborted ajax requests should result in jqXHR.statusText == 'abort' ...) closed by
- notabug: The statusText is "error", but the "errorThrown" argument is more specific …
- 15:42 Ticket #12702 ($(string) somethings not right) closed by
- notabug: Christian Meixner is correct.
- 15:40 Ticket #12659 (scrollLeft() doesn't work in Android browser) closed by
- cantfix: We can't fix this, but we've reported it up to Android: …
- 15:22 Ticket #12648 (Can not correctly detect focus for DIVs with contenteditable in Chrome and ...) closed by
- fixed: This was just fixed in Sizzle: …
- 15:18 Ticket #12642 (jq improperly evaluates scripts inserted in dom fragments) closed by
- wontfix
- 15:14 Ticket #12719 (gb2312编码,IE6不能正常工作) closed by
- duplicate: Duplicate of #12720.
- 14:46 Ticket #12731 (jQuery/$ Error) closed by
- notabug: Something is probably colliding with the $ variable, such as another …
- 14:46 Ticket #12734 (jQuery#trigger, jQuery#triggerHandler trigger multiple events) created by
- You can remove attributes like this – […] or add/remove classes – …
- 14:39 Ticket #12733 (jQuery incorrectly handled event attaching/detaching if event argument ...) created by
- Example: http://jsfiddle.net/4XTJj/
- 14:34 Ticket #12732 (hasAttr) created by
- This is duplicate of #4324 and #9396. You already voted on #9396, deciding …
- 14:18 Ticket #12698 (broken CORS preflight request when setting Authorization header) closed by
- notabug: The correct options if type not method, so you're issueing a GET …
- 14:12 Ticket #12717 (Delegated submit event handler throws errors with HTML5 form attribute) closed by
- wontfix: OK, thanks!
- 14:02 Ticket #12731 (jQuery/$ Error) created by
- I've noticed a frequent problem I seem to be getting in Chrome, though not …
- 14:00 Ticket #12727 (performance regression with comma-separated selectors) closed by
- duplicate: This is a known regression. On a page with fewer elements, the current …
- 12:43 Ticket #12728 (Getting javascript error in IE8 version) closed by
- notabug: Please ask for help on the forums or in the …
- 12:40 Ticket #12726 (is(':active') reports false even if button is active) closed by
- duplicate: Confirmed. There is a bigger issue with :active here. …
- 10:47 Ticket #12730 (JQuery adds indexOf to arrays in IE8) created by
- i have existing functionality with following code: for (var ind in …
- 10:37 Ticket #12729 (attr not working) created by
- attr and removeAttr is working on $(document).ready(function(){}); But not …
- 10:16 Ticket #12728 (Getting javascript error in IE8 version) created by
- In my page, I am two text fields for phone no and extension. I had masked …
- 09:48 Ticket #12727 (performance regression with comma-separated selectors) created by
- There appears to be a performance regression in v1.8.2 with regard to …
- 06:14 Ticket #12726 (is(':active') reports false even if button is active) created by
- is(':active') will report false for button in active state. $('*:active') …
- 04:18 Ticket #12695 (.slideDown and .slideUp method) closed by
- duplicate: Duplicate of #12694.
Note: See TracTimeline
for information about the timeline view.
