Timeline
05/22/12:
- 22:39 Ticket #11801 (jQuery 1.7.2 - dragleave event has no relatedTarget in Chromium) closed by
- wontfix: The only specification of a relatedTarget value is setting it to null: …
- 22:04 Ticket #11798 (Event delegation does not work for some widgets in 1.7 when it worked in ...) closed by
- invalid: There was a bug in some earlier versions of jQuery that would fire …
- 21:28 Ticket #11801 (jQuery 1.7.2 - dragleave event has no relatedTarget in Chromium) created by
- Hi! I'm trying to use jQuery event objects to catch different kinds of …
- 21:08 Ticket #11800 (More than one command in JS_ENGINE variable) closed by
- invalid: Thanks but this is actually going to be obsolete in 1.8. PR closed
- 20:57 Ticket #11800 (More than one command in JS_ENGINE variable) created by
- Expected one command in JS_ENGINE variable, but currently it can receive …
- 18:56 Ticket #11799 (resizable("destroy"); destroys all resizable handlers inside parent ...) closed by
- invalid: Please report jQuery UI bugs to jQuery UI.
- 18:53 Ticket #11799 (resizable("destroy"); destroys all resizable handlers inside parent ...) created by
- I have a resizable container div. Inside that div there's another …
- 14:55 Ticket #11798 (Event delegation does not work for some widgets in 1.7 when it worked in ...) created by
- I am sure this ticket will be invalidated because it is hard to prove that …
- 14:20 Ticket #11441 (Test failure in Safari 5, Support property reliableMarginRight is ...) closed by
- fixed: Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790. …
- 14:20 Ticket #11443 (checkClone and appendChecked test failures in Chrome 16) closed by
- fixed: Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790. …
- 09:30 Ticket #11797 (New animation related events) created by
- http://api.jquery.com/animate/ The .animate() supports properties …
- 08:38 Ticket #11722 (eq()) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:38 Ticket #11713 (when i am using <sj:submit> as a button then it bahaves like submit not a ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
05/21/12:
- 21:49 Ticket #11796 (Change event doesn't bubble in oldIE when content is copied via .html()) created by
- This is happening because the content is being retrieved via the .html() …
- 17:46 Ticket #10877 (Make outerWidth/Height a setter) closed by
- fixed: Fix #10877. Make outerWidth/Height a setter. Closes gh-783. Changeset: …
- 16:25 Ticket #11795 (Resolve script manipulation/execution inconsistencies) created by
- .domManip's treatment of <script>s is undocumented, inconsistent, and …
- 15:58 Ticket #11791 (Strange focus event behaviour in Firefox) closed by
- invalid: This isn't really reduced to a bug report form, especially with all the …
- 15:50 Ticket #11792 (In the 1.7 version the tag select's can't be set with text) closed by
- invalid: There is no text attribute, so it looks like we fixed the bug that …
- 15:44 Ticket #11793 (trigger('change') on a disabled input do not trigger filtered listener ...) closed by
- duplicate
- 15:42 Ticket #11794 (Injecting html with a name=xxx seems to corrupt a function with the same ...) closed by
- invalid: You have a name conflict, this is independent of jQuery. …
- 15:29 Ticket #11794 (Injecting html with a name=xxx seems to corrupt a function with the same ...) created by
- a. create a function xxx b. inject some html with name=xxx [I'm using …
- 09:03 Ticket #11793 (trigger('change') on a disabled input do not trigger filtered listener ...) created by
- Let $input be a disabled input in a $form. A call to …
- 08:46 Ticket #11792 (In the 1.7 version the tag select's can't be set with text) created by
- For example , write a tag like this <select id="test"><option …
- 06:40 Ticket #11791 (Strange focus event behaviour in Firefox) created by
- Hi, this is the complete code block example Expected behaviour is: Once a …
- 04:17 Ticket #11790 (<li> .clone(), .show() .appendTo() force-sets display to list-item) closed by
- worksforme: If you call show on an item that isn't yet appended to the DOM, it will …
- 03:36 Ticket #11790 (<li> .clone(), .show() .appendTo() force-sets display to list-item) created by
- See http://jsfiddle.net/BHCcy/2/ Tested in -Firefox 12 -Chrome …
- 03:33 Ticket #10657 (Deprecate jQuery#size() in favor of jQuery#length) closed by
- fixed: Docs updated.
- 03:29 Ticket #11733 (Deprecate .load(), .unload(), and .error() methods) closed by
- fixed: Docs updated.
- 03:21 Ticket #11731 (Deprecate "hover" pseudo-event) closed by
- fixed: Docs updated.
- 03:18 Ticket #11719 (Deprecate .bind("ready") event) closed by
- fixed: Documentation updated.
- 03:13 Ticket #11718 (Deprecate .data() events) closed by
- fixed: No docs changes required, since the events were never documented …
- 03:05 Ticket #9400 (Deprecate :text, :radio, :checkbox, etc. selector extensions) closed by
- fixed: Docs updated. Again, this does not obligate us to remove them but I think …
05/20/12:
- 21:51 Ticket #11789 (Update README to describe grunt build system) created by
- For someone who just wants to get up and running building jQuery, the …
- 08:18 Ticket #11704 (IE8: object doesn't support this action - line# 8593) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:18 Ticket #11656 ($.ajax ignores type setting) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
05/19/12:
- 21:42 Ticket #11788 (attribute equals selector is broken) created by
- http://api.jquery.com/attribute-equals-selector/ the demo itself is not …
- 14:16 Ticket #11787 (Remove jQuery.curCSS) created by
- It was deprecated in 1.3, and I can't even find documentation for it.
- 13:59 Ticket #11786 (Deprecate .toggle( handler, handler, ... ) signature) created by
- Did you know we have two .toggles? The one we like performs .show or …
- 08:15 Ticket #11695 ($().data() bug) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
05/18/12:
- 20:37 Ticket #11649 (delegated form submit event handler does not fire after being removed and ...) closed by
- fixed: Fix #11649. Preserve oldIE submit flag when cloning, closes gh-772. …
- 19:24 Ticket #11785 (.findOne() method) created by
- There would certainly be a performance benefit to this on platforms that …
- 17:54 Ticket #7157 (Animation callback shows element is still ":animated") closed by
- fixed: Fix #7157. Animation callbacks shouldn't see an element as :animated. …
- 17:32 Ticket #11777 (Add jQuery Core support for EditorConfig file) closed by
- fixed: Fix #11777. Add EditorConfig support, closes gh-715. Changeset: …
- 15:39 Ticket #11756 (event.currentTarget documentation inaccurate for delegated events) closed by
- worksforme: I think we're good with what we currently have so I'll close this ticket. …
- 12:05 Ticket #11784 (jquery function won't work on external file load('externalfile.php') ...) created by
- i am working on .load("external file"); function, on external file query …
- 08:18 Ticket #11688 (Jquery1.7.2 x fancybox1.3.4) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:18 Ticket #11673 (Unexpected token <) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 02:05 Ticket #11604 (Switch $(elem).width(-val) from no-op to $(elem).width(0)) closed by
- fixed: Fixed in 1.8pre.
- 02:05 Ticket #9830 (Getting the value of the "value" attribute using .attr("value") is the ...) closed by
- duplicate
- 02:03 Ticket #11535 (Inconsistent behavior between .val() and .prop("value") for <select>) reopened by
- 02:03 Ticket #11535 (Inconsistent behavior between .val() and .prop("value") for <select>) closed by
- duplicate
- 01:54 Ticket #11585 (fadeTo sets css display) closed by
- worksforme: This is working as intended.
- 01:52 Ticket #11782 (Radio buttons set as "required" and then "not required" still act as ...) created by
- If you set a radio button as required using jQuery `.attr('required', …
- 01:18 Ticket #11556 (Pressing 'Return' in text input does not trigger change event in IE 6-9) closed by
- wontfix: I don't see any solution that is good enough to incorporate into jQuery. I …
- 01:08 Ticket #11004 (getWH incorrectly removes padding and border width when box-sizing is ...) closed by
- fixed: Fixed. …
05/17/12:
- 17:11 Ticket #11781 (question about j query) closed by
- invalid: Please use the forum or Stack Overflow for support questions
- 16:58 Ticket #11781 (question about j query) created by
- I was wondering is there a way to create a jqery script so that when i …
- 16:42 Ticket #11780 (relative animation result is wrong size) closed by
- fixed: We've moved development to master from 1.8pre, and the test case works …
- 16:10 Ticket #11780 (relative animation result is wrong size) created by
- testing under webkit based browser (Chrome) provoking the bug with css3 …
- 08:15 Ticket #11686 (Error during invocation of jQuery.css specifically using the ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:15 Ticket #11682 ($("#bottomTipss").css({'top':TOP,'left':LEFT});) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 03:15 Ticket #11779 (toggle() interferes with text of $(this).) closed by
- invalid: Please ask for help on a forum or StackOverflow.
- 03:13 Ticket #11779 (toggle() interferes with text of $(this).) created by
- $('<div>', { id : 'specialButton', text : 'Hide!', click : …
05/16/12:
- 21:49 Ticket #11778 (Cached XHR requests should still resolve asynchronously) closed by
- fixed: https://github.com/jquery/jquery/commit/d55a764e6e3a5980fb9633df1303418bcb5 …
- 21:03 Ticket #11778 (Cached XHR requests should still resolve asynchronously) created by
- IE resolves cached XHR requests immediately, even if the XHR is supposed …
- 19:18 Ticket #11766 (Move jQuery.support to "unstable" status) closed by
- fixed: Documentation edited.
- 19:06 Ticket #11776 ($.map is to eager on testing null) closed by
- worksforme: Docs updated.
- 18:25 Ticket #11777 (Add jQuery Core support for EditorConfig file) created by
- https://github.com/jquery/jquery/pull/715 Tabs, spaces, whatever. Let the …
- 18:05 Ticket #11721 (deprecate and remove internal uses of jQuery.support.boxModel) closed by
- fixed: Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel. …
- 18:05 Ticket #6724 (wrong $(window).height() in mobile safari (iphone)) closed by
- fixed: Fix #6724, though the Mobile Safari wound remains. Closes gh-764. …
- 18:04 Ticket #10524 (jQuery.fn.load does not merge data parameter with jQuery.ajaxSetup) closed by
- fixed: jQuery.ajaxSetup() data is merged with params. Fixes #10524 Changeset: …
- 18:04 Ticket #8205 (JSONP random result is causing memory leak in IE8) closed by
- fixed: Fixes #8205. Mitigates memory usage by recycling jsonp callback names the …
- 18:04 Ticket #11500 (Bug : "change" event handler not executed when triggered manually on IE7 & ...) closed by
- fixed: Fix #11500. Allow triggered, simulated change events. Changeset: …
- 18:04 Ticket #10996 (Simplify offset()) closed by
- fixed: Fix #10996, simplify offset code by forsaking ancient browsers. …
- 18:04 Ticket #11543 (.has doesn't work on detached elements) closed by
- fixed: Fix #11543: .has should work on detached elements. Changeset: …
- 18:04 Ticket #11338 (Inconsistent behavior with .replaceWith() and disconnected nodes.) closed by
- fixed: Fixes #11338, .replaceWith should work on detached nodes. Changeset: …
- 18:04 Ticket #8653 (jQuery.param outputs "null" and "undefined" in the query string) closed by
- fixed: Fix #8653, .param() undefined/null values become empty strings …
- 18:04 Ticket #11325 (Improve domManip/buildFragment/clean) closed by
- fixed: Fix #11325: smaller/stronger domManip/buildFragment/clean Changeset: …
- 18:04 Ticket #11439 (jQuery.support.parentNode used, but not defined any more.) closed by
- fixed: Fix #11439. Remove use of undefined jQuery.support.parentNode. …
- 18:04 Ticket #11435 (Obsolete test code to remove toJSON from .data's return value) closed by
- fixed: Fix #11435. Remove obsolete test code. Changeset: …
- 18:04 Ticket #8545 (Leak with events in IE) closed by
- fixed: Fix #8545. Plug event handling memory leak in oldIE. Changeset: …
- 18:04 Ticket #10944 ($.ajax does not always return an object implementing the Promise interface) closed by
- fixed: $.ajax now always returns an object implementing the Promise interface. …
- 18:04 Ticket #11011 (Allow traditional options object for $.Callbacks flags) closed by
- fixed: Allows traditional options object for $.Callbacks flags. Fixes #11011. …
- 18:04 Ticket #10324 (Clone does not copy innerHTML of object element in IE9) closed by
- fixed: Ensure innerHTML of src/dest clone nodes is correctly set. Fixes #10324 …
- 08:35 Ticket #11676 (Animate jumps to end if starting position is negative percentage in Safari) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 03:15 Ticket #9800 (New method: .addBack (supersedes .andSelf)) closed by
- fixed: Landed …
- 02:50 Ticket #11776 ($.map is to eager on testing null) created by
- Given […] results in […] where I'd expect […] Underlying …
- 01:51 Ticket #11759 (Chrome 18 - $("img").width() methods always return 0) closed by
- invalid: No worries! Thanks for taking the time to file a report.
- 01:30 Ticket #11775 (Memory leak in .data()) reopened by
- I think that's his point though, $.data is roach-moteling the data. It …
- 01:15 Ticket #11775 (Memory leak in .data()) closed by
- invalid: Comment nodes are not supported by data()
05/15/12:
- 23:52 Ticket #11775 (Memory leak in .data()) created by
- Reproduce: http://jsfiddle.net/uTDww/ The code which checks wether an …
- 22:46 Ticket #11774 (jQuery animate gets incorrect height due to new display table ...) created by
- http://test.yamiko.org/cp/# is the website im working on and demonstrates …
- 20:22 Ticket #11773 (jQuery needs HTML escaping functionality) reopened by
- The patch is straightforward, it's more a question of whether we want to …
- 19:16 Ticket #11773 (jQuery needs HTML escaping functionality) closed by
- plugin: There is a syntax issue - you have a comma at the end of this line …
- 19:10 Ticket #11773 (jQuery needs HTML escaping functionality) created by
- Many of the jQuery example snippets are unsafe to use with untrusted data. …
- 09:55 Ticket #11769 (Datepicker bug in jquery ui 1.8.2) closed by
- invalid: Thanks for submitting a ticket to the jQuery bug tracker. Unfortunately we …
- 09:54 Ticket #11771 (While elem.hide ,elem.offset({left:x,top:y}) = {elem.offset().left+x ...) closed by
- invalid: if ( description.type === 'confusing' ) issue.close('invalid')
- 09:34 Ticket #11772 (why jquery post unlike ( php form action=" test.php")) created by
- I am very confused, in a reference file php.
- 08:07 Ticket #11771 (While elem.hide ,elem.offset({left:x,top:y}) = {elem.offset().left+x ...) created by
- While elem.hide ,elem.offset({left:x,top:y}) = {elem.offset().left+x …
- 06:29 Ticket #11769 (Datepicker bug in jquery ui 1.8.2) created by
- I am using jquery ui 1.8.2 and jquery 1.7.1, but the datepicker is not …
Note: See TracTimeline
for information about the timeline view.
