Timeline
Oct 30, 2012:
- 9:08 PM Ticket #9134 (wrapInner causes scripts in body to be run twice) closed by
- duplicate: Duplicate of #10470.
- 6:49 PM Ticket #12812 ($().add(html) returns different result on IE compared to Firefox/Chrome) closed by
- notabug: Agreed, invalid HTML has undefined results.
- 6:49 PM Ticket #12807 (Strange (maybe wrong) behaviour of jQuery.fn.ready function) closed by
- notabug: If the DOM is ready, you should expect the code to run. Do not depend …
- 6:47 PM Ticket #12806 (Datepicker year dropdown not scrollable when changeYear combined with ...) closed by
- notabug: This is not a jQuery core bug. Try asking for help on a forum or …
- 4:43 PM Ticket #12814 (TypeError: params.type is undefined) closed by
- notabug: Please ask for help on our forum, or StackOverflow.
- 2:48 PM Ticket #12814 (TypeError: params.type is undefined) created by
- Good afternoon guys. I am in trouble: TypeError: undefined is …
- 1:36 PM Ticket #12009 (jQueryObject.find(element) corrupts the stack) closed by
- fixed: Fix #12009. $().find( DOMElement ) should pushStack properly. Close …
- 1:32 PM Changeset [e8f9151]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/traversing.js
- 12:05 PM Ticket #12813 (jQuery.clean does not collect scripts from document fragments) created by
- Chrome 22.0.1229.94 on Mac OS 10.7.4 (but probably all browser/OS) …
- 12:00 PM Ticket #12812 ($().add(html) returns different result on IE compared to Firefox/Chrome) created by
- $().add("<div><option> hello </option></div>").html() IE (9): returns …
- 10:49 AM Ticket #12810 (Introduction of doesExist, or exists in jQuery Core) closed by
- plugin: The
.length
property tells you this already, and quite often you … - 10:31 AM Ticket #12811 (jQuery.extend() has a name bug) closed by
- notabug: https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Ob …
- 10:22 AM Ticket #12685 (bug: css opacity does not behave consistently across browsers) closed by
- fixed: Fix #12685. Handle inconsistent opacity for ie < 9. Close gh-1005. …
- 10:20 AM Changeset [c78a3ba]1.12-stable2.2-stablekillphp by
- AUTHORS.txt
- src/css.js
- test/unit/css.js
- 10:16 AM Ticket #12811 (jQuery.extend() has a name bug) created by
- var msg = function(){ this.birthday = "2012-10-30"; }; …
- 6:26 AM Ticket #12810 (Introduction of doesExist, or exists in jQuery Core) created by
- Hy, I know that you can easily check whether an element is available …
- 5:14 AM Ticket #12737 (an element position().top returns wrong value inside another relative ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 5:14 AM Ticket #12720 (gb2312编码下,不能正常工作) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 5:14 AM Ticket #12716 (i cannot use the ajax module of jq on chrome) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 5:14 AM Ticket #12694 (.slideDown and .slideUp method) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 5:14 AM Ticket #12651 (Problem with globalEval: function( data ) and IE) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Oct 29, 2012:
- 6:47 PM Ticket #12809 (jquery website search bug) created by
- Open jquery.com in Chrome(latest) and click documentation in the …
- 6:45 PM Ticket #12808 (jquery website search bug) created by
- Open jquery.com in Chrome(latest) and click documentation in the …
- 3:52 PM Ticket #12807 (Strange (maybe wrong) behaviour of jQuery.fn.ready function) created by
- Hello, I think jQuery has a strange, also wrong, behaviour in …
- 3:46 PM Ticket #12806 (Datepicker year dropdown not scrollable when changeYear combined with ...) created by
- Using a datepicker with both the changeYear and maxDate options causes …
- 3:29 PM Ticket #12805 (CSS function error : string is undefined) created by
- I report you a weird bug I have, I don't know why it happens : << var …
- 2:03 PM Ticket #12804 (ejemplo) closed by
- notabug
- 1:41 PM Ticket #12734 (jQuery#trigger, jQuery#triggerHandler trigger multiple events) closed by
- wontfix
- 1:40 PM Ticket #12804 (ejemplo) created by
- usando ejemplo
- 1:38 PM Ticket #12639 (Make toggleClass('active', function() { return bool; }) work) closed by
- wontfix
- 1:32 PM Ticket #12530 ($.fn.css return values for background-color) closed by
- wontfix
- 1:31 PM Ticket #12397 (Allow passing a function to .data() as an each style setter.) closed by
- wontfix
- 1:28 PM Ticket #12264 (Allow users customize the return obj in the serializeArray) closed by
- wontfix
- 1:07 PM Ticket #11945 (Event: hasEvent() and so on.) closed by
- wontfix
- 1:04 PM Ticket #11934 (Enhancement: allow ":once" on event names to indicate one() variant ...) closed by
- wontfix
- 12:52 PM Ticket #9384 (jQuery.fx.interval should be replaced by an 'animation-tick' ...) closed by
- wontfix: Closing this in favor of #12803
- 12:51 PM Ticket #12803 (Smarter hook point for jQuery.timer) created by
- I need to add a better place to override the jQuery setTimeout / …
- 12:46 PM Ticket #12802 (Attribute Ends With Selector not working latest version of jquery) created by
- Attribute Ends With Selector [name$="value"] is not working for latest …
- 12:45 PM Ticket #11887 (Add an entry for $.cssNumber to the API docs) closed by
- notabug: ported to: https://github.com/jquery/api.jquery.com/issues/164
- 12:34 PM Ticket #10485 (use @hidden attribute to toggle visibility) closed by
- wontfix: No benefit until post-IE9 so let's not tackle any time soon.
- 12:32 PM Ticket #12380 (array as argument for addClass, removeClass) closed by
- wontfix
- 12:31 PM Ticket #3827 (Checkbox state inconsistent in click event handler) reopened by
- 12:30 PM Ticket #12763 (Multiple arguments support in addClass) closed by
- wontfix: Voted out.
- 11:47 AM Ticket #12801 (Enumerated values in selectors are case sensitive) created by
- Enumerated values like
type
are specced as being case insensitive, … - 9:35 AM Ticket #12795 (Incorrect results using [selected] selector in IE8) closed by
- duplicate: Duplicate of #11115. I know it's not a perfect duplicate, but it …
- 6:47 AM Ticket #12800 (Error not handled calling https from http without installed certificate) created by
- Calling from an http url an https url does not send any error message …
- 3:45 AM Ticket #12799 (replaceWith fails when MIME is application/xhtml+xml) created by
- I needed to use replaceWith to perform a very simple task. It didn't …
Oct 28, 2012:
- 11:40 PM Ticket #10416 (defaultDisplay returns block instead of table-row for a tr in FF) closed by
- fixed: Fix #10416. Don't trust computed styles on detached elements. Close …
- 11:32 PM Changeset [bea5ecb]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 10:53 PM Changeset [5be4c10]1.12-stable2.2-stablekillphp by
- AUTHORS.txt
- 10:44 PM Changeset [36c9ecb0]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/data/testinit.js
- test/data/testrunner.js
- test/index.html
- test/unit/attributes.js
- test/unit/data.js
- test/unit/dimensions.js
- test/unit/effects.js
- test/unit/manipulation.js
- test/unit/queue.js
- …
- 3:34 PM Ticket #12798 (.holdReady(true) after ready event) closed by
- wontfix: Sorry, but
.holdReady()
itself is already ugly and hackish. If your … - 3:19 PM Ticket #12798 (.holdReady(true) after ready event) created by
- Well, on API told that after ready event starts
.holdReady()
will …
Oct 27, 2012:
- 9:53 AM Ticket #12796 (This script no longer works from jQuery 1.8 onwards) closed by
- notabug: >
"input[@name='question[answer]']:checked"
I think the@
prefix … - 6:53 AM Ticket #12796 (This script no longer works from jQuery 1.8 onwards) created by
- […] Is this deliberate or there is a substitute?
- 4:48 AM Ticket #12712 (Not working selector $('input[type="number"][value=""]').length) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:48 AM Ticket #12699 (Implement event.which normalization inside .click() handler) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Oct 26, 2012:
- 6:10 PM Ticket #12795 (Incorrect results using [selected] selector in IE8) created by
- Starting with this HTML: […] The results of searching for …
- 5:22 PM Ticket #12200 (Offset returns wrong values in IE9 when parent element has :first-line ...) closed by
- cantfix: dmethvin, can you spin this up to Microsoft? Thanks!
- 2:50 PM Ticket #12794 (Support easing callbacks, instead of only strings) closed by
- wontfix: Function.prototype.length is meaningless in a language that allows …
- 2:30 PM Ticket #12794 (Support easing callbacks, instead of only strings) created by
- Currently easings args accept only strings (
.animate()
for … - 2:26 PM Ticket #12793 (.fadeToggle(boolean) and .slideToggle(boolean)) closed by
- wontfix: Good for a monkey patch, but core is going the way of less complexity
- 2:19 PM Ticket #12793 (.fadeToggle(boolean) and .slideToggle(boolean)) created by
- Accept
.fadeToggle(boolean, ...)
and {{{.slideToggle(boolean, … - 12:41 PM Ticket #12139 (ie7 offsetParent bug) closed by
- fixed: Fixes #12139, make sure absolutely positioned elements have HTML as …
- 12:40 PM Changeset [8121309]1.12-stable2.2-stablekillphp by
- test/unit/offset.js
- 11:02 AM Ticket #12792 (index() returns incorrect value when two or more elements have ...) closed by
- notabug: You've got the needle and the haystack backwards. From the docs: > …
- 10:33 AM Ticket #12792 (index() returns incorrect value when two or more elements have ...) created by
- […]
- 10:07 AM Ticket #12787 (.find breaks on XML document with : in tag) closed by
- duplicate: Duplicate of #1826. See #10377 for a workaround.
- 9:44 AM Ticket #6446 (Mobile Safari 4.0.4: $.offset.top() reports wrong position after scroll) closed by
- fixed: This works in latest http://jsbin.com/ofoqoc/6/edit
- 9:31 AM Ticket #12789 (.SELECT() DOES NOT SELECT INPUT CONTENT ON IPHONE BROWSER) closed by
- cantfix
- 9:14 AM Ticket #12144 (Cursor not coming by default in the Comment Box) closed by
- notabug
- 9:12 AM Ticket #12254 (Reflected XSS) closed by
- fixed: This was fixed in …
- 6:31 AM Ticket #12791 (Jquery is not working in IE 8) created by
- 1. When I am trying to import the .js file of jquery it is …
Oct 25, 2012:
- 8:41 PM Ticket #12392 (Elements created from HTML strings have a parentNode) closed by
- fixed: Elements created from html strings have a parentnode. Fixes #12392 …
- 8:41 PM Changeset [18e7a53]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 7:47 PM Ticket #12790 (AJAX Post on IE10 / Windows 8) created by
- AJAX Post on IE10 / Windows 8 is not working. Smaple JS: […] …
- 12:13 PM Ticket #12789 (.SELECT() DOES NOT SELECT INPUT CONTENT ON IPHONE BROWSER) created by
- Hi I'm running Safari and Chrome on Ios 6.0 and this following code …
- 10:50 AM Changeset [4f0e1e7]1.12-stable2.2-stablekillphp by
- test/unit/data.js
- 10:32 AM Changeset [63d7253]1.12-stable2.2-stablekillphp by
- test/unit/data.js
- 7:45 AM Ticket #12788 ($().show() set display:inline) created by
- .className{ display:inline-block; } <span class="className"></span> …
- 5:04 AM Ticket #12696 (Catch element in one line HTML with jQuery) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Oct 24, 2012:
- 11:43 PM Ticket #11542 (body.offset() is assumed always 0,0) closed by
- fixed: Fix #11542. document.body should not be special in .offset() and …
- 11:35 PM Changeset [b398a68]1.12-stable2.2-stablekillphp by
- src/offset.js
- test/data/offset/body.html
- test/unit/offset.js
- 10:37 PM Ticket #9469 (Remove semi-functional .selector calculation from .pushStack()) closed by
- fixed: Fix #9469. Remove semi-functional .selector property. Close gh-1006. …
- 10:36 PM Changeset [69e2f06]1.12-stable2.2-stablekillphp by
- src/core.js
- src/manipulation.js
- src/traversing.js
- 10:25 PM Changeset [305e169a]1.12-stable2.2-stablekillphp by
- AUTHORS.txt
- 7:13 PM Ticket #12787 (.find breaks on XML document with : in tag) created by
- Here is a bug that was not present in 1.7.2. When trying to use .find …
- 4:47 PM Changeset [a7158fac]1.12-stable2.2-stablekillphp by
- test/unit/data.js
- 2:13 PM Ticket #12786 (jQuery removeData() doesn't work , it seems like a bug) closed by
- fixed: Brute force property removal when removeData([a,b,c]). Fixes #12786 …
- 2:12 PM Changeset [812c608]1.12-stable2.2-stablekillphp by
- src/data.js
- test/unit/data.js
- 10:35 AM Changeset [2eff7fe]1.12-stable2.2-stablekillphp by
- src/attributes.js
- src/sizzle
- 5:40 AM Ticket #12786 (jQuery removeData() doesn't work , it seems like a bug) created by
- when I use the code follow: <script> var a = {}; $(a).data('a-a', 1); …
- 4:51 AM Ticket #12687 (promise.then callback data is not properly resolved) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Oct 23, 2012:
- 8:38 PM Changeset [5dc37bb]1.12-stable2.2-stablekillphp by
- AUTHORS.txt
- 7:27 PM Ticket #12758 (Make sure Summit new authors are credited) closed by
- fixed
- 7:21 PM Changeset [53b770e1]1.12-stable2.2-stablekillphp by
- AUTHORS.txt
- 2:21 PM Ticket #12784 (Selector :checked selects not only checkboxes and radio buttons like ...) closed by
- duplicate: Duplicate of #12704.
- 8:26 AM Ticket #12782 (jQuery 1.8.2 contains non-ascii character(s)) closed by
- duplicate: Duplicate of #12690.
- 8:22 AM Ticket #12780 (IE7 error disabling HTML5 validation) closed by
- notabug: There is no good reason to force IE9/10 into IE7 mode if you want to …
- 5:04 AM Ticket #12588 (ScrollLeft/ScrollTop does not simultaneously (Safari 6)) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:39 AM Ticket #12784 (Selector :checked selects not only checkboxes and radio buttons like ...) created by
- It's possible that claims stated in the jQuery dos are inconsistent, …
- 3:29 AM Ticket #12783 (using $.ajaxPrefilter with CORS request) created by
- Using $.ajaxPrefilter in Cross-origin resource sharing leads to …
- 12:22 AM Ticket #12782 (jQuery 1.8.2 contains non-ascii character(s)) created by
- Trying to run a find/replace regexp on a modular compilation including …
Note: See TracTimeline
for information about the timeline view.