Timeline
Nov 17, 2011:
- 10:13 PM Ticket #10823 (inconsistent results when using [value=blah]) created by
- There are some inconsistencies when using [value=blah] in selectors …
- 7:43 PM Ticket #10629 (IE is much too sensitive concerning the fake body. Explore cleaning up ...) closed by
- fixed: Fixed in …
- 7:14 PM Changeset [d459bd4]1.12-stable2.2-stablekillphp by
- build/release-notes.js
- 7:07 PM Changeset [60e24794]1.12-stable2.2-stablekillphp by
- version.txt
- 7:06 PM Changeset [8485e420]1.12-stable2.2-stablekillphp1.7.1rc1 by
- version.txt
- 5:42 PM Ticket #10821 (JQuery.event.add can add handlers for the same event multiple times) closed by
- fixed: Documentation updated.
- 5:05 PM Ticket #10822 ($('[nodeName]', xmlDoc); no longer finds anything) closed by
- duplicate
- 4:04 PM Ticket #10822 ($('[nodeName]', xmlDoc); no longer finds anything) created by
- Used to work in jQuery version 1.6.4. No longer works in jQuery …
- 3:04 PM Ticket #10821 (JQuery.event.add can add handlers for the same event multiple times) created by
- This bug identifies a change in behaviour between 1.3.2 and 1.6.4. The …
- 3:02 PM Ticket #10817 (Change .bind() in ajax.js to .on()) closed by
- fixed: Landing pull request 604. Updates bind to on in src/ajax.js. Fixes …
- 3:02 PM Changeset [327bc07c]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 2:48 PM Changeset [3d6237e]1.12-stable2.2-stablekillphp by
- src/support.js
- test/data/support/boxModelIE.html
- test/index.html
- test/unit/support.js
- 2:15 PM Changeset [0de484d4]1.12-stable2.2-stablekillphp by
- test/unit/manipulation.js
- 1:44 PM Ticket #10820 (Build error: node.js sys => util) closed by
- wontfix
- 1:32 PM Ticket #10820 (Build error: node.js sys => util) created by
- […]
- 1:32 PM Ticket #10819 (Eliminate "this.on.call(this, ") created by
- […]
can be simplified to:
[…]
since the
this
value is … - 12:49 PM Ticket #10818 (IE9 won't fire change event if value of input is changed using keyup) created by
- If both keyup and change events are bound to same text input box, and …
- 12:05 PM Ticket #10812 (passing empty object to .before() or .after() throws exception in IE7) closed by
- fixed: Fix #10812, let .before() and .after() work on empty collections. …
- 12:03 PM Ticket #10817 (Change .bind() in ajax.js to .on()) created by
- In line 260 of ajax.js there is: […] I believe, it should be .on() …
- 11:54 AM Ticket #10816 (pageX missing from mouse events in jQ1.7) created by
- In JQ 1.6.4 on line 3019: […] becomes in JQ 1.7: […] which …
- 11:47 AM Changeset [dd845a2]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 11:06 AM Ticket #10815 ($.browser.mozilla) created by
- $.browser.mozilla returns undefined in firefox 8.0. The example. …
- 10:18 AM Ticket #10814 (make support as lazy as possible with closure in mind) created by
- All of the support tests that run at doc ready, and possibly others, …
- 8:40 AM Ticket #10813 (can't find html5 tags when using .find() [IE-Only]) closed by
- invalid: You need a shim/shiv in your code since IE 6/7/8 do not natively …
- 8:22 AM Ticket #10811 ($.when provides incoherent arguments to .done() when called with ...) closed by
- invalid: It seems to me you expect your Deferreds to always be resolved as an …
- 7:54 AM Ticket #10813 (can't find html5 tags when using .find() [IE-Only]) created by
- Quick demo: http://jsfiddle.net/LM9PW/ […]
- 7:14 AM Ticket #10812 (passing empty object to .before() or .after() throws exception in IE7) created by
- The following line: $( '.hlist dl dl, .hlist ol ol, .hlist ul ul' ) …
- 4:52 AM Ticket #10811 ($.when provides incoherent arguments to .done() when called with ...) created by
- A single argument
$.when
forwards anything it got directly to its … - 2:27 AM Ticket #10810 ($.parseJSON("null") Causes Stack Overflow With Internet Explorer 6 - 7) created by
- In all of the (modern) browsers, JSON.parse returns null when called …
Nov 16, 2011:
- 7:30 PM Ticket #10809 (incorrect test using ".activeElement" in the :focus pseudo-class resolver) created by
- The "document.activeElement" does not completely reflect a "focussed" …
- 6:51 PM Ticket #10808 (IE8 DontEnum Prevents Proper $.extend Behavior) created by
- IE8's incorrect implementation of the DontEnum property prevents …
- 5:32 PM Ticket #10807 (Non-ascii apostrophe in comment) created by
- In the uncompressed version of jquery-1.7.js, at line 1495, there is a …
- 2:40 PM Ticket #10618 (The mouseenter and mouseleave events don't fire unless the mouse is moved) closed by
- patchwelcome: I don't see a way to fix this since the browser doesn't fire any …
- 2:39 PM Ticket #10206 (Odd scroll-to-top behavior observed in IE8 when delegating to `tbody tr`) closed by
- patchwelcome: Given the obscurity of the case I don't think we'll be able to put …
- 2:36 PM Ticket #10572 (custom filters don't work in $.sub()) closed by
- wontfix: Our medium-term goal is to move
jQuery.sub()
into a plugin so I … - 2:21 PM Ticket #10806 (Someone has been spamming the Plugin) closed by
- duplicate: The plugins site is currently being rewritten. Stay tuned.
- 2:20 PM Ticket #10740 (Wrong/Missing Documentation for fn.removeAttr) closed by
- fixed: I've updated the docs.
- 1:41 PM Ticket #10806 (Someone has been spamming the Plugin) created by
- There are a bunch of spams under Plugin. (i.e. especially under …
- 11:39 AM Changeset [7c2d6c8]1.12-stable2.2-stablekillphp by
- test/data/support/testElementCrash.html
- 11:25 AM Ticket #10803 (delegated blur-events can not be triggerd with $().blur() anymore) closed by
- duplicate
- 11:05 AM Ticket #10805 (expand the method of Object's prototype, animate can not work in IE) closed by
- invalid: jQuery does not support extending native prototypes.
- 11:04 AM Ticket #10805 (expand the method of Object's prototype, animate can not work in IE) created by
- Ex: Object.prototype.method = function() {}; …
- 11:00 AM Ticket #10804 (Replaced innerHtml calls with insertAdjacentHTML) closed by
- duplicate
- 10:36 AM Ticket #10791 (Delegated Events fail on SVG elements) closed by
- fixed: Fix #10791. SVG clamors for special treatment of its class names. …
- 10:35 AM Changeset [780c59b8]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 10:29 AM Ticket #10804 (Replaced innerHtml calls with insertAdjacentHTML) created by
- As per …
- 10:08 AM Ticket #10803 (delegated blur-events can not be triggerd with $().blur() anymore) created by
- When binding delegated blur-events with .on() you can not trigger them …
- 9:41 AM Ticket #10801 (HTML-comments within script-Blocks executede with $.html fails in IE - ...) closed by
- invalid: HTML comments in a script tag are invalid. …
- 9:18 AM Ticket #10802 (Animating backgroundPosition not working anymore after v1.3) closed by
- duplicate
- 9:15 AM Ticket #10802 (Animating backgroundPosition not working anymore after v1.3) created by
- $('#' + id).animate({backgroundPosition: '500px 0px', width: …
- 8:12 AM Ticket #10800 (Delegation doesn't work well with :last selector) closed by
- wontfix: This is a regression, but it's due to fixing a bug and creating a …
- 5:48 AM Ticket #10801 (HTML-comments within script-Blocks executede with $.html fails in IE - ...) created by
- Normal html-comments in a script-tag, which is executed with …
- 5:05 AM Ticket #10800 (Delegation doesn't work well with :last selector) created by
- Hi, This is my first post here. There is a regression in jquery 1.7 …
- 3:00 AM Ticket #10631 (jQuery 1.6.3-1.6.4 not working in IE) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Nov 15, 2011:
- 9:10 PM Ticket #10790 (Error loading jQuery 1.7 with Modernizr in IE8) closed by
- duplicate
- 9:09 PM Ticket #10798 (live("submit") and .submit() would cause unobtrusive ajax live to fire ...) closed by
- fixed: Fix #10798. Don't re-bubble trigger()ed events in IE. Since …
- 9:06 PM Changeset [80797f5]1.12-stable2.2-stablekillphp by
- src/event.js
- test/delegatetest.html
- 5:57 PM Ticket #10799 (Inconsistent results with [name="name"] selectors (also breaks .has)) created by
- jQuery delivers inconsistent results with
[name="name"]
selectors … - 4:01 PM Ticket #10798 (live("submit") and .submit() would cause unobtrusive ajax live to fire ...) created by
- I have code using jquery 1.7, MVC 3 unobtrusive ajax, jquery ui 1.8.5, …
- 1:08 PM Ticket #10797 (width() and height() mixed in mozilla with jq v 1.7) created by
- […]
- 12:17 PM Ticket #10796 (Bug in IE7 with $('#el').css.('background-position')) created by
- Hallo! I found that $('#el').css.('background-position') is defined …
- 11:58 AM Ticket #10795 (Animate "height" is interpreting % values as px) closed by
- duplicate
- 11:50 AM Ticket #10795 (Animate "height" is interpreting % values as px) created by
- The animate function seems to be interpreting the "height" attribute …
- 11:38 AM Changeset [ca8fc72]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 10:26 AM Ticket #10699 (Calling stopPropagation() before trigger() doesn't call handlers on element) closed by
- wontfix: Yes, I agree, it seems logically right and keeping the code small …
- 10:24 AM Ticket #10794 (.triggerHandler should not .preventDefault()) closed by
- fixed: Fix #10794. .triggerHandler() should not .preventDefault(). This also …
- 10:23 AM Changeset [6736dd7]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 10:14 AM Ticket #10794 (.triggerHandler should not .preventDefault()) created by
- Currently,
.triggerHandler()
callsevent.preventDefault()
to avoid … - 9:24 AM Ticket #10509 (JQUERY UNLOAD DOESN'T WORK IN GOOGLE CHROME 14 AND ABOVE!) closed by
- cantfix: Not our bug, and something we can't patch. …
- 7:36 AM Ticket #10791 (Delegated Events fail on SVG elements) created by
- Using delegated events on embedded SVG has an error regarding class …
- 5:42 AM Ticket #10790 (Error loading jQuery 1.7 with Modernizr in IE8) created by
- I get (usually) an error when loading jQuery 1.7 with Modernizr in …
- 2:52 AM Ticket #10626 (jquery) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 2:52 AM Ticket #10621 ($(window).keydown don't work in ie6.ie7.ie8) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Nov 14, 2011:
- 11:06 PM Ticket #10789 (about the load of ajax) created by
- There are two questions about .load. 1. .load could not work as …
- 4:58 PM Ticket #10390 (Object does not support property or method getAttributeNode) reopened by
- 4:58 PM Ticket #10788 (Line: 2479 Error: Object doesn't support property or method ...) closed by
- duplicate
- 4:56 PM Ticket #10788 (Line: 2479 Error: Object doesn't support property or method ...) created by
- This is the same issue as in Ticket #10390. the code is a bit more …
- 4:24 PM Ticket #10787 (Selecting by [nodeName] finds nothing in 1.7) closed by
- duplicate: It was a bug that it worked before. The XML does not have a nodeName …
- 4:14 PM Ticket #10787 (Selecting by [nodeName] finds nothing in 1.7) created by
- The syntax being discussed here is performing a find on a jQuery …
- 4:04 PM Ticket #10666 (event.metaKey returns false when ctrl key is down) closed by
- invalid: I talked to scott.gonzalez and we're going to leave 1.7 as is; UI will …
- 2:19 PM Ticket #10786 (Width is inconsistant with node isn't in the document) closed by
- cantfix: It must be kept in mind that .css is for retrieving _computed_ values. …
- 2:09 PM Ticket #10735 (Using "$(document).ready" causes warning about getAttributeNodeNS() ...) closed by
- invalid: Thank you, I figured.
- 12:31 PM Changeset [20cbf1b]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 12:24 PM Changeset [a8460d2]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 12:14 PM Ticket #10687 (jQuery calls the AMD define() global function too early) closed by
- fixed: Landing pull request 586. Create exports.js for exporting jQuery to …
- 12:13 PM Changeset [8bc60ba]1.12-stable2.2-stablekillphp by
- Makefile
- src/core.js
- src/exports.js
- src/outro.js
- test/index.html
- test/unit/core.js
- test/unit/exports.js
- 11:40 AM Ticket #10750 (A "null" in the data object can cause an error in stop) closed by
- fixed: Ensuring that nulls in private data object won't cause errors on …
- 11:36 AM Changeset [499d7e40]1.12-stable2.2-stablekillphp by
- src/effects.js
- 11:32 AM Ticket #10773 (removeAttr is fragile for edge cases) closed by
- fixed: Fix #10773. Improve parameter handling in removeAttr. Changeset: …
- 11:30 AM Changeset [a467aa0a]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 11:24 AM Ticket #10786 (Width is inconsistant with node isn't in the document) created by
- If I do .width() on an element that is not attached to the document …
- 10:19 AM Ticket #10757 (attr(): on XML documents returns "undefined") closed by
- invalid: Dave hit it on the nose. It works fine if importNode is not used to …
- 10:03 AM Ticket #10785 (jQuery .html().replace breaks in IE7-8 only. Example fiddle included.) closed by
- invalid: Please visit the forum http://forum.jquery.com/ for support questions.
- 9:50 AM Ticket #10785 (jQuery .html().replace breaks in IE7-8 only. Example fiddle included.) created by
- I know this is not a good way to do what i am doing in this sample, …
- 9:49 AM Ticket #10630 (Fix focus-related test failures to resolve Swarm failures) closed by
- fixed: Fixed by removing tests triggered by browser focus. We need a better …
- 9:48 AM Ticket #10784 ($.removeData is not working in 1.7) created by
- As of 1.7, removeData is not working, here is a simple test case: …
- 9:40 AM Ticket #10783 (select) closed by
- invalid: That syntax will not bind delegated events. Please re-read the …
- 9:24 AM Ticket #10783 (select) created by
- When trying to assign .on the method to an element within the option …
- 8:12 AM Ticket #10781 (Firefox 8 checking if input type checkbox is checked always returns false) closed by
- invalid
- 6:39 AM Ticket #10782 (Incorrect calculating width) created by
- If parent is hidden width() represents width in pixels however it's in …
- 2:53 AM Ticket #10781 (Firefox 8 checking if input type checkbox is checked always returns false) created by
- Hi, Since I updated to firefox 8, I'm always returned false on the …
Nov 13, 2011:
- 9:32 PM Changeset [fa96f4b]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 9:03 PM Changeset [d2815ed]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 8:50 PM Changeset [683be09]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 3:45 PM Ticket #10780 (.animate() does not work correctly for percentages) closed by
- duplicate
- 3:44 PM Ticket #10780 (.animate() does not work correctly for percentages) created by
- If I have this: […] With this css: […] And try to do this: …
- 3:14 PM Ticket #10662 (Slide jumps when first child element has a top margin) closed by
- cantfix
- 3:14 PM Ticket #10662 (Slide jumps when first child element has a top margin) reopened by
- That makes sense. When animating width and height, there really is no …
- 2:51 PM Ticket #10776 (TypeError: 'undefined' is not a function (evaluating ...) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project! Please …
- 2:45 PM Ticket #10778 ($form.submit() behaving differently between chrome and firefox) closed by
- invalid: I'd recommend attaching the form before submitting. You can make it …
- 2:42 PM Ticket #10779 (Documentation Split) closed by
- invalid: Perhaps you're looking for slice. http://api.jquery.com/slice/
- 2:12 PM Ticket #10779 (Documentation Split) created by
- I was looking for a split function... if you search for "split" in the …
- 12:15 PM Ticket #10778 ($form.submit() behaving differently between chrome and firefox) created by
- Consider the following: […] the last line will cause page.php to …
- 9:55 AM Ticket #10777 (.toggleClass( className, switch ) works incorectly with non-bool type ...) closed by
- invalid: Quote from the documentation, > A Boolean (not just truthy/falsy) …
- 9:40 AM Ticket #10777 (.toggleClass( className, switch ) works incorectly with non-bool type ...) created by
- When you use non-bool "switch" argument .toggleClass works incorrectly …
- 9:25 AM Ticket #10776 (TypeError: 'undefined' is not a function (evaluating ...) created by
- jQuery version: 1.7 It raise this error when I try to call tab UI …
- 8:52 AM Ticket #10775 (animate height to 100% animates height to 100px) closed by
- duplicate
- 6:50 AM Ticket #10775 (animate height to 100% animates height to 100px) created by
- In jQuery 1.6 and below you could animate the height to 100%, in 1.7 …
- 5:35 AM Ticket #10774 (catch statement not defined in the try block) created by
- Catch statement not defined at try{while(a[0])a.shift().apply(e,f)} …
- 3:10 AM Ticket #10773 (removeAttr is fragile for edge cases) created by
- If argument for removeAttr is: 1) not a string( …
- 2:51 AM Ticket #10600 (Valid selector throws exception in IE7/8) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Nov 12, 2011:
- 10:01 PM Ticket #10772 (Jquery 1.7 throws error in ie9) closed by
- invalid: It must have thrown a fastball error, since it went by so fast you …
- 9:57 PM Ticket #10772 (Jquery 1.7 throws error in ie9) created by
- In ie9 Jquery 1.7 throws an error. Version 1.6.3 works fine.
- 1:25 PM Ticket #10771 (animation Bug) created by
- $(function() { var oldfx = $.fx.step._default; $.fx.step._default …
- 1:12 PM Ticket #10770 (Investigate re-ordering build file) created by
- By changing the order that the various .js files are included, you can …
- 12:54 PM Ticket #10769 (SCRIPT5007 error when loading jQuery after DOM ready) closed by
- duplicate
- 11:48 AM Ticket #10769 (SCRIPT5007 error when loading jQuery after DOM ready) created by
- In IE 9 in IE 7 mode I got SCRIPT5007 error if I load jQuery with …
- 10:03 AM Ticket #10767 (jQuery.fn.exists = function(){return jQuery(this).length>0;} var $jq ...) closed by
- invalid: I don't know what you are trying to say, but this is not the right …
- 2:35 AM Ticket #10767 (jQuery.fn.exists = function(){return jQuery(this).length>0;} var $jq ...) created by
- google.setOnLoadCallback(function() { Preload all CSS images …
Nov 11, 2011:
- 10:01 PM Ticket #10763 (data() is gone after drag and drop images in a contenteditable) closed by
- cantfix: Confirmed, but it is not a jQuery problem. All dynamic properties seem …
- 9:53 PM Ticket #10765 (API documentation is missing) closed by
- fixed: It was a transient database problem that should be fixed now.
- 9:52 PM Ticket #10766 (jQuery.extend does not relate to JavaScript 1.8.5's property description) closed by
- invalid: $.extend is primarily intended as a cross-browser method for our own …
- 9:37 PM Ticket #10766 (jQuery.extend does not relate to JavaScript 1.8.5's property description) created by
- JavaScript 1.8.5 introduced methods like …
- 5:00 PM Ticket #10764 (.attr with combobox) closed by
- invalid
- 4:59 PM Ticket #10765 (API documentation is missing) created by
- The online API documentation was working fine earlier today, but now …
- 2:19 PM Ticket #10764 (.attr with combobox) created by
- I have a combobox. The code $("#combo").attr("options") in jquery 5.2 …
- 2:16 PM Ticket #10763 (data() is gone after drag and drop images in a contenteditable) created by
- I have an image inside a contenteditable container and I have defined …
- 12:16 PM Ticket #10750 (A "null" in the data object can cause an error in stop) reopened by
- Please provide a complete reduced test case on jsFiddle to help us …
- 11:56 AM Ticket #10761 (disabling textareas with prop() issue) closed by
- invalid: As per the docs on prop, never remove …
- 11:32 AM Ticket #10762 (.on() - delegated event handler using selector) closed by
- invalid: This isn't a bug since the selector is invalid; please ask for help on …
- 11:30 AM Ticket #10762 (.on() - delegated event handler using selector) created by
- The plugin I created which uses a <dl> list works fine using this …
- 10:57 AM Ticket #10761 (disabling textareas with prop() issue) created by
- first time prop( "disabled", true ) on $( ':input' ) works for …
- 10:55 AM Ticket #10756 (file drop event dataTransfer undefined) closed by
- worksforme: Use an even property fix hook :) `jQuery.event.fixHooks.drop = { …
- 10:39 AM Ticket #10756 (file drop event dataTransfer undefined) reopened by
- 9:42 AM Ticket #10759 (Mouseout event behaviour differs from 1.6.4 to 1.7) closed by
- invalid: There was a bug in pre-1.7 versions where mouseover/mouseenter and …
- 8:57 AM Ticket #10733 (remove uses of jQuery.each in css module in favor of a for loop) closed by
- fixed
- 8:22 AM Ticket #10758 (Bubble popup give jquery error in xhtml doc but works fine in html doc) closed by
- invalid: This is to vague a description and too much code for a bug report. The …
- 8:12 AM Ticket #10756 (file drop event dataTransfer undefined) closed by
- duplicate
- 7:21 AM Ticket #10760 (jQuery Selector for UI Tab Click Event) created by
- I'm not sure if this is a core jQuery issue or one of jQuery UI Tabs, …
- 7:11 AM Ticket #10759 (Mouseout event behaviour differs from 1.6.4 to 1.7) created by
- See jsFiddle - http://jsfiddle.net/9Va8V/2/ It works in 1.6.4 but …
- 6:49 AM Ticket #10758 (Bubble popup give jquery error in xhtml doc but works fine in html doc) created by
- We have implemented a jquery bubble popup plugin in our application …
- 5:55 AM Ticket #10757 (attr(): on XML documents returns "undefined") created by
- After updating from 1.6.2 to 1.7 I noticed a bug. I load a XML …
- 5:15 AM Ticket #10756 (file drop event dataTransfer undefined) created by
- $("#dropbox").on("drop",function(e){ e.dataTransfer undefined } …
- 4:34 AM Ticket #10755 (e.timeStamp (JQ 1.7) wrong value in Firefox, Opera) created by
- Wrong timestamp value in FF. Was correct in 1.6.4 …
Nov 10, 2011:
- 10:59 PM Ticket #10754 (have jQuery.swap return the return of the callback instead of just ...) created by
- In all of it's uses, a return val would be more appropriate than …
- 10:40 PM Ticket #10753 (inline the evalScript function in manipulation.js as it's only used once) created by
- As far as I can tell, there is no reason to have this be a named …
- 9:59 PM Changeset [e0a4aa4]1.12-stable2.2-stablekillphp by
- src/css.js
- 9:53 PM Changeset [774eba3]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 6:05 PM Changeset [5ba7f60]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 4:20 PM Ticket #10752 (Change in Selector Logic noticeable in 1.4 to 1.6.4) closed by
- invalid: Yes, if there are special characters you must quote them. We used to …
- 4:05 PM Ticket #10752 (Change in Selector Logic noticeable in 1.4 to 1.6.4) created by
- jQuery("img[src$=off.gif]") This works in 1.4, but not in …
- 2:23 PM Ticket #10751 (sub() function is not available on jQuery selection) closed by
- invalid: sub is not a prototype method. http://api.jquery.com/jQuery.sub …
- 1:24 PM Ticket #10751 (sub() function is not available on jQuery selection) created by
- http://jsfiddle.net/ilazarte/4LQLR/
- 11:15 AM Ticket #10745 (IE7: selector does not work) closed by
- wontfix: This is because we use the #2 iFlag in jQuery.attr for getAttribute so …
- 11:08 AM Ticket #9427 (Passing undefined to .text() does not trigger setter) reopened by
- Reopening for 1.8 discussion -- should we have uniform behavior for …
- 11:08 AM Ticket #10746 (jQuery1.7 load issue as an AMD module) closed by
- invalid: Please ask for support on the forums or on …
- 11:07 AM Ticket #5571 (Allow chaining when passing undefined to any setter in jQuery) reopened by
- Reopening for 1.8 discussion -- should we have uniform behavior for …
- 11:04 AM Ticket #10750 (A "null" in the data object can cause an error in stop) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project! …
- 10:42 AM Ticket #10749 (.text(null) breaks chaining) closed by
- duplicate
- 10:40 AM Ticket #10747 (Triggering event on object causes object method call) closed by
- duplicate
- 10:31 AM Ticket #10737 (IE7 / 8 - Fixed Position Test Issue) closed by
- fixed: Move clearing the support vars to before the offset doc ready call in …
- 10:31 AM Changeset [d589709]1.12-stable2.2-stablekillphp by
- src/support.js
- 10:31 AM Ticket #10750 (A "null" in the data object can cause an error in stop) created by
- IE8 drops a JS error - "Object required" - on line 8555 ($.stop()) …
- 10:01 AM Ticket #10749 (.text(null) breaks chaining) created by
- Calling text on an element with null as the argument breaks chaining. …
- 9:12 AM Ticket #10748 (Firefox 7 doesn't work well with property val() of textareas) created by
- I've a textarea with id="performance" and when I make: var perf = …
- 5:28 AM Ticket #10747 (Triggering event on object causes object method call) created by
- For example if we have custom object: […] and we trigger custom …
- 2:56 AM Ticket #10587 (window["eval"].call raises error) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 2:56 AM Ticket #10579 (jquery tag on asp.net server tag in ie7 only) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 2:37 AM Ticket #10746 (jQuery1.7 load issue as an AMD module) created by
- There is an issue when we try to load jQuery1.7 as an AMD module: …
- 1:43 AM Ticket #10745 (IE7: selector does not work) created by
- In IE7 the following selector does not work. No problems in IE8 & IE9: …
Note: See TracTimeline
for information about the timeline view.