Timeline
Oct 5, 2012:
- 8:31 PM Changeset [cfe95a8]1.12-stable2.2-stablekillphp by
- test/unit/css.js
- 5:50 PM Ticket #12663 (Syntax error, unrecognized expression when passing string with forward ...) closed by
- notabug: My reason would be because it's a syntax error and an unrecognized …
- 5:30 PM Ticket #12663 (Syntax error, unrecognized expression when passing string with forward ...) created by
- $("some-url") returns an empty object. $("/some/url") throws a Syntax …
- 4:18 PM Ticket #12662 (Bug in the function matcherFromTokens) created by
- When a query on before fails it don't load the page correctly, I try …
- 12:56 PM Ticket #12661 ($.load not working consistently in iOS6) closed by
- notabug: This is so vague that I don't think we should keep it open. If you …
- 12:42 PM Ticket #12661 ($.load not working consistently in iOS6) created by
- Not sure exactly what the issue is here or how to reproduce it, I just …
- 12:27 PM Ticket #12660 (Animations raises TypeError when Object is prototyped.) closed by
- notabug: http://docs.jquery.com/Won't_Fix
- 10:47 AM Changeset [71c17257]1.12-stable2.2-stablekillphp by
- AUTHORS.txt
- 9:53 AM Ticket #12660 (Animations raises TypeError when Object is prototyped.) created by
- When adding a function in the prototype property of Object, ie : …
- 9:18 AM Ticket #12658 (Error using delegated events with a selector with class .watch on Firefox) closed by
- duplicate: Duplicate of #12606.
- 4:53 AM Ticket #12659 (scrollLeft() doesn't work in Android browser) created by
- scrollLeft() doesn't scroll in Android. You can get the value and it …
Oct 4, 2012:
- 11:44 PM Ticket #12658 (Error using delegated events with a selector with class .watch on Firefox) created by
- Delegating events with .on and specifying a classname of ".watch" …
- 7:59 PM Ticket #12657 (ui-helper-hidden-accessible class "hiding" is broken in Chrome) closed by
- notabug: Not only is this about jQuery UI, not jQuery core, but you're over 20 …
- 6:23 PM Ticket #12657 (ui-helper-hidden-accessible class "hiding" is broken in Chrome) created by
- We're seeing an issue in Chrome Version 22.0.1229.79 m (latest as of …
- 4:31 PM Ticket #12656 (Make event shorthands an excludable module) created by
- Code should be using on/off anyway. The shorthands are just crufty.
- 4:27 PM Ticket #12655 (Speed up event binding in event.js) closed by
- worksforme: Thanks! Since that only happens once per event binding, i think it's …
- 3:54 PM Ticket #12655 (Speed up event binding in event.js) created by
- The event binding code is using two if statements to check if an event …
- 3:00 PM Ticket #12654 (DatePicker random dates not valid) closed by
- notabug: Thanks for contributing! Please report this to the …
- 2:44 PM Ticket #12654 (DatePicker random dates not valid) created by
- Here is my configuration: $('.date').datepicker('option', …
- 1:26 PM Ticket #10227 ($('body').show() does'nt work if body style is set to display:none) closed by
- fixed: body default display is always block. @mikesherov was right and this …
- 1:25 PM Changeset [60f546a]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 12:49 PM Ticket #10227 ($('body').show() does'nt work if body style is set to display:none) reopened by
- Just kidding, there was a bug in my test.
- 12:07 PM Ticket #10227 ($('body').show() does'nt work if body style is set to display:none) closed by
- worksforme: This issue doesn't exist in jQuery 1.8.x
- 11:36 AM Ticket #12653 (.width() function does not account for scrollbar width in IE8) created by
- When calling .width() on an element in IE8, the size returned does not …
- 11:12 AM Ticket #10227 ($('body').show() does'nt work if body style is set to display:none) reopened by
- I'll give Boris's suggestion a try…
- 9:50 AM Ticket #12643 (Upgrade from 1.3.2 to 1.8.2 gives an Uncaught TypeError) closed by
- fixed: Sizzle: throw an invalid selector exception for trailing-comma …
- 9:49 AM Changeset [52a8422]1.12-stable2.2-stablekillphp by
- src/sizzle
- 9:40 AM Ticket #12652 (Links with onclick handlers that return true break when invoked ...) closed by
- notabug: Not all browsers have a DOM
.click()
method that navigates to the … - 8:44 AM Ticket #12652 (Links with onclick handlers that return true break when invoked ...) created by
- When you click a link from code using jQuery's click() method, and …
- 8:30 AM Ticket #12649 (Tag select created by ajax request and .on('change') method problem) closed by
- notabug: Please do not continue to ask for programming help here. This is the …
- 8:05 AM Ticket #12651 (Problem with globalEval: function( data ) and IE) created by
- Since update from V1.4.x to 1.8.2 we got a lot of errors usinf IE 7,8 …
- 7:07 AM Ticket #12650 (.offset({ top: 100, left: 100 }) will increase position every time set) created by
- .offset({ top: 100, left: 100 }); => position: 100,100 .offset({ top: …
- 5:15 AM Ticket #12574 (jQuery is not working correctly - $('img[src*=logo.jpg]')) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 5:15 AM Ticket #12504 (.animate() css left and right on a 100% width box using percentages ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:28 AM Ticket #12649 (Tag select created by ajax request and .on('change') method problem) created by
- In my ticket 12644 maybe I did not explain very well the problem. For …
Oct 3, 2012:
- 9:49 PM Ticket #12635 (jquery 1.8.2 fails ajax calls in IE9 because it assumes cross domain ...) closed by
- fixed: Fix #12635: restore 1.8.1 ajax crossDomain logic. Close gh-944. …
- 9:47 PM Ticket #12637 (more exposedProps problems jq 1.8.2 line 514) closed by
- duplicate: Duplicate of #12470.
- 9:46 PM Ticket #12637 (more exposedProps problems jq 1.8.2 line 514) reopened by
- 9:30 PM Ticket #12583 (在ie8中方法.html的bug) closed by
- fixed: Fix #12583: Don't ignore disabled property of select-one, close …
- 9:14 PM Changeset [425d17d]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 9:07 PM Changeset [da3ff3a]1.12-stable2.2-stablekillphp by
- src/ajax.js
- test/unit/ajax.js
- 8:03 PM Ticket #12646 ("$(this).is(':focus') == FALSE" in Chrome and Safari for DIVs with ...) closed by
- duplicate: Duplicate of #12648.
- 7:04 PM Ticket #12647 (jQuery 1.8 + jQuery UI 1.8.17 = broken outerWidth and outerHeight functions) closed by
- notabug: Use the latest jQuery UI.
- 6:57 PM Ticket #12648 (Can not correctly detect focus for DIVs with contenteditable in Chrome ...) created by
- Related to ticket #12492: The bug there was about textareas and input …
- 6:56 PM Ticket #12647 (jQuery 1.8 + jQuery UI 1.8.17 = broken outerWidth and outerHeight functions) created by
- $(document.body).outerWidth() now returns the jQuery object instead of …
- 6:51 PM Ticket #12646 ("$(this).is(':focus') == FALSE" in Chrome and Safari for DIVs with ...) created by
- Related to ticket #12492: The bug there was about textareas and input …
- 4:45 PM Ticket #12645 (creating an input element from string with a size attribute, calls ...) closed by
- duplicate: Duplicate of #12429.
- 4:38 PM Ticket #12645 (creating an input element from string with a size attribute, calls ...) created by
- The title says everything check out this fiddle …
- 11:56 AM Ticket #12644 (Tag select and .on() method problem) closed by
- notabug: You're using it wrong. Please ask for help on our forum or StackOverflow.
- 11:51 AM Ticket #12644 (Tag select and .on() method problem) created by
- Hi! I find a bug on jQuery Core (ver. 1.8.1 - 1.8.2). When I use the …
- 11:41 AM Ticket #12643 (Upgrade from 1.3.2 to 1.8.2 gives an Uncaught TypeError) created by
- Hi, I just tried upgrading my app to 1.8.2 from 1.3.2. I tried 1.7.2 …
- 10:01 AM Ticket #12642 (jq improperly evaluates scripts inserted in dom fragments) created by
- When jquery is used to insert scripts in the current document, they …
- 8:06 AM Ticket #12641 (http://docs.jquery.com/Qunit broken) closed by
- notabug: We need to get that redirect working, but this isn't the correct place …
- 7:50 AM Ticket #12641 (http://docs.jquery.com/Qunit broken) created by
- 6:06 AM Ticket #12640 (jquery.min.js crashed in IE9 when call a.getAttribute("classid").) created by
- Some object doesn't have property "getAttribute" (he is null) and when …
- 5:02 AM Ticket #12559 (.position() and .offset() fail within overflow-scrolled elements) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Oct 2, 2012:
- 8:56 PM Ticket #12587 ('hidden' selector doesn't work for SVG images in Firefox) closed by
- wontfix: So, we debated the merits of this and decided that SVG is not …
- 4:54 PM Ticket #12639 (Make toggleClass('active', function() { return bool; }) work) created by
toggleClass('active', bool)
already works, setting or removing the …- 11:15 AM Ticket #12638 (Showing inline element within a list-item element) closed by
- notabug
- 10:40 AM Ticket #12638 (Showing inline element within a list-item element) created by
- When using show() on an inline element (tested with an <a>) that is …
- 9:36 AM Ticket #12637 (more exposedProps problems jq 1.8.2 line 514) closed by
- duplicate: Duplicate of #12470.
- 5:10 AM Ticket #12545 (.on() not working with selector path starting at selected element on v1.8.1) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 1:12 AM Ticket #12637 (more exposedProps problems jq 1.8.2 line 514) created by
- line 514 of jquery-1.8.2.js […] triggers error in firefox 15.0.1 …
Oct 1, 2012:
- 11:30 AM Ticket #12631 (attr no longer seems to work) closed by
- notabug: Related to TinyMCE specifically.
- 7:50 AM Ticket #12635 (jquery 1.8.2 fails ajax calls in IE9 because it assumes cross domain ...) created by
- We upgraded from 1.7.2 to 1.8.2, and I was able to track down the …
Sep 30, 2012:
- 10:27 PM Ticket #12537 (element.css('filter') returns undefined in IE9) closed by
- fixed: Fix #12537, element.css('filter') returns undefined in IE9. Close …
- 10:23 PM Changeset [ebf4d430]1.12-stable2.2-stablekillphp by
- test/unit/ajax.js
- 10:19 PM Changeset [631fbc76]1.12-stable2.2-stablekillphp by
- test/unit/attributes.js
- 10:14 PM Changeset [9ced0274]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- test/unit/effects.js
- 8:57 PM Ticket #12357 (jQuery 1.8.0 Not parseable by XUL Runner Applications) closed by
- fixed: Fix #12357: be more kind to non-browser environments. Close gh-938. …
- 8:54 PM Changeset [22fac5c]1.12-stable2.2-stablekillphp by
- src/support.js
- 8:45 PM Ticket #10943 (JQuery 1.7.1 does not properly set tabindex property on cloned element ...) closed by
- fixed: Fix #10943, tabindex not set properly on clone in IE7. Close gh-937. …
- 8:40 PM Changeset [f9ef91d6]1.12-stable2.2-stablekillphp by
- test/unit/attributes.js
Sep 29, 2012:
- 9:46 PM Ticket #9795 (IE7,8 Has Attribute Selector for Colspan in TD and TH Tags) closed by
- fixed: If you already have equivalent tests here timmywil, I'm just closing …
- 9:47 AM Ticket #12633 (jquery .remove() does not remove these validation handlers) closed by
- notabug: Seems pretty clear that the plugin is caching the element: […] So …
- 8:41 AM Ticket #12633 (jquery .remove() does not remove these validation handlers) created by
- I have found a little conflict, a problem that is either caused by …
- 4:58 AM Ticket #12542 (SCRIPT5022: Syntax error, unrecognized expression: :visible:) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Sep 28, 2012:
- 10:44 PM Ticket #12630 (slideUp sets overflow: hidden and slideDown does not restore the ...) reopened by
- Despite the misunderstanding about asynchronous execution, I believe …
- 10:03 PM Ticket #12462 (getComputedStyle is used without checking the node) closed by
- wontfix: So I investigated this for a while, and there's no reasonable fix for …
- 10:00 PM Ticket #12632 (Extending the Objec object, then sends a Ajax request, errors occur) closed by
- wontfix: http://docs.jquery.com/Won't_Fix
- 9:40 PM Ticket #12632 (Extending the Objec object, then sends a Ajax request, errors occur) created by
- When the extension Object prototype object, if it is not a function, …
- 9:24 PM Ticket #12630 (slideUp sets overflow: hidden and slideDown does not restore the ...) closed by
- notabug: http://jsfiddle.net/T96PF/ If the example isn't clear, please ask for …
- 8:40 PM Ticket #12631 (attr no longer seems to work) created by
- Since upgrading to jQuery v1.8.2, I am noticing problems with my web …
- 7:38 PM Ticket #12630 (slideUp sets overflow: hidden and slideDown does not restore the ...) created by
- The following example shows the diviation: […] The overflow css …
- 1:45 PM Ticket #12623 (IE8 manual triggering of events on change) closed by
- notabug: Event order isn't exactly the same in oldIE and there isn't a lot we …
- 12:46 PM Ticket #12629 ("on" not working on html class with Firefox 15.0.1, IE8, IE9) closed by
- worksforme: http://jsfiddle.net/zgpgX/1/ Tested on Firefox 15.0.1 and IE9.
- 12:36 PM Ticket #12599 (jqXHR object becomes undefined over a period of time - IE8 reports ...) closed by
- notabug: This isn't a problem that has ever been reported before, so whatever …
- 8:04 AM Ticket #12625 (Different value from width() and css('width')) closed by
- duplicate: Duplicate of #12071. Two bits of advice: 1. Don't query style …
- 6:24 AM Ticket #12629 ("on" not working on html class with Firefox 15.0.1, IE8, IE9) created by
- This trigger works with jQuery 1.8.0, but non with 1.8.1 and 1.8.2. …
- 5:00 AM Ticket #12515 ($.isPlainObject() should return false when obj.constructor === undefined) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:59 AM Ticket #12514 (.ajax() headers not set in IE 7/8 when header value is empty or is ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:44 AM Ticket #12628 (id selector $("#id") does not wirk with IE7) created by
- If i want to select a <div id="test"></div> with $("#test") the …
Note: See TracTimeline
for information about the timeline view.