Timeline
Feb 11, 2011:
- 9:59 PM Changeset [d479011]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 7:18 PM Ticket #8256 ($.when should accept an array of promises) closed by
- wontfix: This would break things like: […] Inspecting the first element …
- 7:08 PM Changeset [081562c]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 7:02 PM Ticket #8256 ($.when should accept an array of promises) created by
- This would be super nice, because $.when.apply($, promisesArr) looks …
- 6:32 PM Ticket #8255 (support for list attribute) created by
- list IDL attribute is supposed to be readonly. If an author wants to …
- 6:25 PM Ticket #8177 (Browser inconsistencies with ajax, ifmodified, notmodified and ...) closed by
- patchwelcome
- 6:15 PM Ticket #8254 (Tutorials: broken link to jQuery Reading Material) created by
- The Tutorials page at http://docs.jquery.com/Tutorials has a link to a …
- 6:14 PM Changeset [ea3e10a]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/ajax/xhr.js
- 6:11 PM Ticket #8253 (Selectors documentation says names must be double backslash-encoded) created by
- http://api.jquery.com/category/selectors/ says: If you wish to use …
- 3:36 PM Ticket #8108 (jQuery metadata is exposed on plain JS objects when serializing with ...) reopened by
- I'm going to look at the trick that jitter suggested, override …
- 3:32 PM Ticket #4878 (val() tries to set multiple values on single select lists) closed by
- fixed: Closing as reporter confirmed this has been fixed with 1.4 already. …
- 3:26 PM Ticket #8250 (ajax does not work in opera 10 widgets) closed by
- fixed: Thanks for taking the time to contribute to the jQuery project by …
- 3:24 PM Ticket #8251 (Specifying Class ID) closed by
- invalid: As rwaldron already stated. This isn't a jQuery bug, but your HTML …
- 3:09 PM Ticket #8252 (Problem with IE7) closed by
- invalid: Why do you repost your text as comment? this report doesn't qualify as …
- 3:04 PM Ticket #8242 (.slideToggle() breaks if contents has large select box, with selected ...) closed by
- invalid: Closing as this clearly isn't a jQuery bug but some perf issues with FF.
- 2:15 PM Ticket #8252 (Problem with IE7) created by
- Version 1.3.4 On my site does not load styles. ui-accordion-header,. …
- 2:05 PM Ticket #8251 (Specifying Class ID) created by
- Works in all browsers except for IE. When I have two divs: <div …
- 12:42 PM Ticket #8250 (ajax does not work in opera 10 widgets) created by
- 1.4.1 works nice, but 1.5 has some special checks for crossdomain …
- 12:06 PM Ticket #8227 (Allow me to .stop() specific animations) closed by
- worksforme: Thanks for taking the time to contribute to the jQuery project by …
- 9:58 AM Ticket #8249 ($.getScript Fails Locally in 1.5) closed by
- duplicate
- 9:55 AM Ticket #8248 (i'm founded an error) closed by
- duplicate
- 9:46 AM Ticket #8249 ($.getScript Fails Locally in 1.5) created by
- $.getScript() seems to not be executing the script or any callback …
- 9:39 AM Ticket #8248 (i'm founded an error) created by
- ERROR: uncaught exception: Syntax error, unrecognized expression: …
- 8:58 AM Ticket #8246 (Attribute value selectors containing colons now trigger a syntax error) closed by
- duplicate: Thanks for taking the time to contribute to the jQuery project by …
- 5:59 AM Changeset [481d940]1.12-stable2.2-stablekillphp by
- test/unit/ajax.js
- 4:48 AM Ticket #8247 (d=e[a.type]) created by
- in my jquery1.min.js file the jscript debugger shows error on : …
- 2:22 AM Ticket #8246 (Attribute value selectors containing colons now trigger a syntax error) created by
- Works: $('[foo=bar]') Syntax error: $('[foo=bar:12]') This is a …
- 1:43 AM Ticket #7616 (Document and clean arguments of per-step callback in animate()) closed by
- fixed: The resolution for this ticket (based on the original discussion …
- 1:39 AM Changeset [066304e]1.12-stable2.2-stablekillphp by
- src/ajax/xhr.js
- 1:07 AM Ticket #8245 (AJAX Calls not set the "Accept" header properly under Android browser) closed by
- fixed: Fixes #8245. Ajax now ensures header names are capitalized so that …
- 1:07 AM Changeset [f2e0ae1]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/ajax/xhr.js
- 1:02 AM Changeset [3a1d7a3]1.12-stable2.2-stablekillphp by
- src/ajax/xhr.js
- test/localfile.html
Feb 10, 2011:
- 11:21 PM Ticket #8245 (AJAX Calls not set the "Accept" header properly under Android browser) created by
- Try using $.ajax({ ... dataType: 'json', ... }) under Android Browser …
- 10:22 PM Ticket #8244 (jQuery can't correctly handle font names that end with a number) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. If you are …
- 10:05 PM Ticket #8244 (jQuery can't correctly handle font names that end with a number) created by
- This is a weird behavior, and an admittedly limited use case, but: If …
- 8:09 PM Ticket #8243 (animate element with children with width and height set to 50%) created by
- I have a more complex project using animate. I watered it down as …
- 8:05 PM Ticket #8232 (.attr can't change a submit input) closed by
- patchwelcome: @remysharp As I know you are a very capable JavaScript programmer, I'm …
- 6:45 PM Ticket #8242 (.slideToggle() breaks if contents has large select box, with selected ...) created by
- http://jsfiddle.net/n22Kv/2/ click 2nd "Company Information" text.... …
- 6:39 PM Ticket #8232 (.attr can't change a submit input) reopened by
- 6:22 PM Ticket #8241 (.dblclick doesn't work on .selectable() (=UI jQuery) items) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by …
- 5:58 PM Ticket #8241 (.dblclick doesn't work on .selectable() (=UI jQuery) items) created by
- .dblclick doesn't work on .selectable() (=UI jQuery) items
- 5:52 PM Ticket #2551 (val() failed after reset form in ie6/ie7) closed by
- fixed: Make sure .val() works after form.reset() in IE. Fixes #2551. …
- 5:50 PM Changeset [43a41ba]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 4:39 PM Ticket #8240 (The character 't' is visible after scrolling and refreshing a page on ...) closed by
- duplicate
- 4:29 PM Ticket #8240 (The character 't' is visible after scrolling and refreshing a page on ...) created by
- The character 't' is visible after scrolling and refreshing a page on …
- 4:29 PM Ticket #8239 (The character 't' is visible after scrolling and refreshing a page on ...) created by
- The character 't' is visible after scrolling and refreshing a page on …
- 4:22 PM Ticket #4537 (clone(true) with namespaced events loses the namespace on the original ...) closed by
- fixed: Make sure .clone(true) correctly clones namespaced events. Fixes …
- 4:20 PM Changeset [78fc79f]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/event.js
- 4:20 PM Changeset [4490f42]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/event.js
- 4:19 PM Changeset [3f03628]1.12-stable2.2-stablekillphp by
- test/index.html
- test/unit/selector.js
- 4:16 PM Ticket #8216 (Exception in ajaxConvert(s,response)) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. …
- 4:05 PM Ticket #8238 (IE9 RC (released today) - jQuery 1.5 - getElementsByTagName) closed by
- duplicate
- 2:57 PM Ticket #8238 (IE9 RC (released today) - jQuery 1.5 - getElementsByTagName) created by
- jQuery is erroring with this message SCRIPT438: Object doesn't …
- 12:27 PM Ticket #8234 (Element with id="nodeName" throw exception in Chrome and IE) closed by
- wontfix: Do not use reserved DOM names as element IDs.
- 11:38 AM Ticket #8236 (live doesn't work with :not(:last)) closed by
- duplicate
- 9:37 AM Ticket #8237 (:HAS with :NTH-CHILD not working under IE) closed by
- duplicate
- 9:29 AM Ticket #8237 (:HAS with :NTH-CHILD not working under IE) created by
- Following example works great with FF,Opera,Safari but not IE8 …
- 8:36 AM Ticket #8236 (live doesn't work with :not(:last)) created by
- Writing
$('div button:not(:last)').live(...)
will catch events … - 8:33 AM Ticket #8235 (jQuery.data throws a script error in certain circumstances.) created by
- I'm not 100% of the circumstances under which this occurs and I cannot …
- 8:30 AM Ticket #8234 (Element with id="nodeName" throw exception in Chrome and IE) created by
- If the DOM contains an element with an id="nodeName", JQuery throw : …
- 8:27 AM Ticket #8229 (jquery selecter not compatible with) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by …
- 8:15 AM Ticket #8230 (.each meses up html code in IE 6,7, FF 3.0.6) closed by
- wontfix: Thanks for taking the time to contribute to the jQuery project by …
- 7:56 AM Ticket #8231 (.attr can't change a submit input) closed by
- duplicate
- 7:48 AM Ticket #8232 (.attr can't change a submit input) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by …
- 7:31 AM Ticket #8233 (Select box with lots of optios inside dialog return script loop error ...) created by
- Error details: . min 1.4.4 . select boxes with lots of options . IE …
- 6:48 AM Ticket #8232 (.attr can't change a submit input) created by
- Changing a submit input element to a button (or perhaps another type) …
- 6:47 AM Ticket #8231 (.attr can't change a submit input) created by
- Changing a submit input element to a button (or perhaps another type) …
- 5:10 AM Ticket #8230 (.each meses up html code in IE 6,7, FF 3.0.6) created by
- Repeated here: http://jsfiddle.net/mh3US/ Problem: <input> tag is …
- 4:42 AM Ticket #8229 (jquery selecter not compatible with) created by
- old jquery 1.4.2 $("#foo").find('input[name=test[]]'); is right; new …
- 2:15 AM Ticket #8228 (Click events firing on wrong elements and animate problems) closed by
- invalid: Thanks for submitting a ticket to the jQuery Bug Tracker. …
Feb 9, 2011:
- 10:01 PM Ticket #8228 (Click events firing on wrong elements and animate problems) created by
- Clicking on resume my fire portfolio, etc. Sometimes fires correctly. …
- 7:31 PM Ticket #8220 (is() bug on namespaced tag) closed by
- fixed: Pull over tests from Sizzle. "Remove backslashes from tag name filter. …
- 7:29 PM Changeset [f56b4a2]1.12-stable2.2-stablekillphp by
- test/unit/selector.js
- 6:03 PM Ticket #8217 (Live on anchor tag / hyperlink) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. You are trying to …
- 2:55 PM Ticket #7174 (Animate background-position works for left but not top) closed by
- duplicate
- 2:43 PM Ticket #8227 (Allow me to .stop() specific animations) created by
- I can create more than one animation on one object -- e.g. one for …
- 1:25 PM Ticket #7900 (Create and document interface to jQuery.event.props) closed by
- wontfix
- 12:14 PM Ticket #8211 (statusCode is incorrectly handled) closed by
- worksforme
- 12:10 PM Ticket #8212 (Attach script load/readystatechange before script.src in cross-site ...) closed by
- worksforme: In creating some tests I don't see it failing in IE6 or IE8 so I will …
- 11:51 AM Ticket #8219 (Reversion: overrideMimeType() no longer callable) closed by
- fixed: Fixes #8219. Introduces the mimeType option to override content-type …
- 11:50 AM Changeset [6f4b36ed]1.12-stable2.2-stablekillphp by
- src/ajax/xhr.js
- 11:47 AM Changeset [f6e1734]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/ajax/xhr.js
- test/unit/ajax.js
- 10:50 AM Ticket #8222 (Double Asset Request for Video Tag) closed by
- wontfix: Try this: http://jsfiddle.net/rwaldron/fssD9/2/
- 10:30 AM Ticket #8223 (Selector causing an exception) closed by
- duplicate
- 10:25 AM Ticket #8223 (Selector causing an exception) created by
- Hello Using a selector like this used to work fine with jQuery …
- 10:20 AM Ticket #8222 (Double Asset Request for Video Tag) created by
- I've only tested this in Chrome 9, but here are the steps to …
- 10:14 AM Ticket #8065 (Significant Performance Difference in 1.5RC1) closed by
- duplicate: I’m going to merge this into #7341 since this seems to be the same …
- 10:11 AM Ticket #8093 (.data() or .userData() should use DOM lvl3 getUserData/setUserData) closed by
- wontfix: So, with regards to the comparison to qSA, nearly all browsers support …
- 9:27 AM Changeset [806d9ce]1.12-stable2.2-stablekillphp by
- test/localfile.html
- 9:26 AM Changeset [2953d04]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 8:21 AM Ticket #8221 (removeAttr comments) created by
- Why does
removeAttr
has anfn
argument, but is it never used? … - 7:21 AM Ticket #8218 (jQuery#html messes up when quotes are omitted around attribute values) closed by
- duplicate: Thanks for taking the time to contribute to the jQuery project by …
- 6:39 AM Ticket #8220 (is() bug on namespaced tag) created by
- Hi, […] Outputs: Chrome: true Opera, Firefox: false Solution: …
- 5:09 AM Ticket #8219 (Reversion: overrideMimeType() no longer callable) created by
- Before 1.4 we could call overrideMimeType() in beforeSend(). It had …
- 3:51 AM Ticket #8218 (jQuery#html messes up when quotes are omitted around attribute values) created by
- For example, […] This would actually result in the following …
Feb 8, 2011:
- 10:02 PM Ticket #8108 (jQuery metadata is exposed on plain JS objects when serializing with ...) closed by
- wontfix: There’s no way to do this reliably; ES3 exposes enumerable properties …
- 9:31 PM Ticket #8217 (Live on anchor tag / hyperlink) created by
- The code below works in all browsers when the anchor tag is changed to …
- 7:08 PM Ticket #8216 (Exception in ajaxConvert(s,response)) created by
- I am quite sure this is a bug because it works fine using version 1.4. …
- 3:10 PM Ticket #8215 (SEXYCOMBO 2.0.2) closed by
- invalid: This is the bug tracker only for bugs with jQuery core, not …
- 2:58 PM Ticket #8215 (SEXYCOMBO 2.0.2) created by
- If you type into the combobox and then tab to navigate elsewhere on …
- 2:35 PM Ticket #8214 (Non-Latin Characters are not Displayed Properly) closed by
- invalid: ARE YOU IN THE RIGHT PLACE? For jQuery Core or Official jQuery …
- 2:25 PM Ticket #8214 (Non-Latin Characters are not Displayed Properly) created by
- A few non-Latin characters in my application don't show properly with …
- 1:13 PM Changeset [d92dc29]1.12-stable2.2-stablekillphp by
- src/data.js
- test/unit/data.js
- 12:58 PM Ticket #8213 (Strange behavior of hide() and show() in Google Chrome) closed by
- duplicate
- 12:55 PM Ticket #8108 (jQuery metadata is exposed on plain JS objects when serializing with ...) reopened by
- Reopening to make sure we don't ship with this, as this fix fails the …
- 12:54 PM Ticket #8213 (Strange behavior of hide() and show() in Google Chrome) created by
- How to reproduce: - HTML Document with linked jquery and stylesheet - …
- 12:38 PM Ticket #6200 (.live(... broken in 1.4.2 using IE8) closed by
- fixed: Fixed. Can be seen with this test case
- 11:51 AM Ticket #8205 (JSONP random result is causing memory leak in IE8) reopened by
- John, can you try it with this test? …
- 11:41 AM Ticket #8212 (Attach script load/readystatechange before script.src in cross-site ...) created by
- IE can sometimes fire ready right after script.src is set if the file …
- 11:28 AM Ticket #8211 (statusCode is incorrectly handled) created by
- Hi all, I would like to react on http status-codes (like 200, 201 or …
- 11:15 AM Changeset [b46dff3]1.12-stable2.2-stablekillphp by
- src/event.js
- 11:09 AM Ticket #8207 (outerWidth(true) returns width of parent in Chrome9) closed by
- duplicate
- 11:08 AM Changeset [944e0e6]1.12-stable2.2-stablekillphp by
- src/event.js
- 11:02 AM Ticket #8209 (Hover() event firing mouseleave/mouseout when over child input element ...) closed by
- fixed: Make sure that mousing over Chrome "internal div" elements results in …
- 10:57 AM Changeset [4a828c9]1.12-stable2.2-stablekillphp by
- src/event.js
- 10:52 AM Ticket #8208 (Please don't close the ticket #8205 yet) closed by
- invalid: Creating a ticket solely to make a case for another ticket isn't a …
- 10:41 AM Ticket #7729 (mouseenter/leave is fired from bubbled up mouse events happening on ...) closed by
- duplicate
- 10:41 AM Ticket #7729 (mouseenter/leave is fired from bubbled up mouse events happening on ...) reopened by
- 10:40 AM Ticket #8210 (Comment form not appearing) closed by
- invalid: Closing as the original ticket submitter has confirmed the issue was …
- 10:40 AM Ticket #6329 (hover, mouseenter, mouseleave do not behave as expected when entering ...) closed by
- duplicate
- 10:39 AM Ticket #6329 (hover, mouseenter, mouseleave do not behave as expected when entering ...) reopened by
- 7:59 AM Ticket #8210 (Comment form not appearing) created by
- We have a comment form on our site (amren.com). As a fig leaf, we …
- 6:30 AM Ticket #8209 (Hover() event firing mouseleave/mouseout when over child input element ...) created by
- Hi all. When using the hover() event in Chrome 9.x (was working fine …
- 5:32 AM Ticket #8194 (Ajax code failure on Symbian WRT) closed by
- duplicate: OK, so this is actually a duplicate. Thanks for having confirmed this, …
- 5:01 AM Ticket #8208 (Please don't close the ticket #8205 yet) created by
- Please don't too fast in closing this ticket …
- 4:49 AM Ticket #8207 (outerWidth(true) returns width of parent in Chrome9) created by
- It appears that outerWidth(true) returns the width of the parent …
- 4:28 AM Ticket #8205 (JSONP random result is causing memory leak in IE8) closed by
- worksforme: Ran this in IE8 and had no memory problems. Perhaps something isn't …
- 3:06 AM Ticket #8206 (Script:contains('text') fails (returns nothing) in IE8 and IE7) created by
- IE7 and IE8 can't find items using jQuery("script:contains('text')") …
- 2:53 AM Ticket #7999 (inconsistent offsetParent of "absolute DOM" in IE 6 8 with other browsers) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 2:53 AM Ticket #7943 (toggle focus and blur function) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 1:21 AM Ticket #8205 (JSONP random result is causing memory leak in IE8) created by
- Dear Sir/Madam, I found there is memory leak when I call cross …
Feb 7, 2011:
- 7:41 PM Ticket #8195 (offset(coordinates) setter does not work properly with position:fixed ...) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project by …
- 7:04 PM Ticket #8197 (.offsetParent() returns wrong element in Firefox) closed by
- wontfix: You really shouldn't be trying to
position: relative
a td, that … - 6:43 PM Ticket #8200 (Remove undocumented $.support._scriptEval in favor of private var ...) reopened by
- 6:13 PM Ticket #8160 (jQuery animate() regression since v1.5) closed by
- duplicate
- 6:13 PM Ticket #8160 (jQuery animate() regression since v1.5) reopened by
- 5:54 PM Ticket #8200 (Remove undocumented $.support._scriptEval in favor of private var ...) closed by
- wontfix: Applying this patch will contradict this commit: …
- 3:36 PM Ticket #8204 (Jquery Problem!) closed by
- invalid: The jQuery bug tracker is not a support forum. Please use the …
- 3:26 PM Ticket #8204 (Jquery Problem!) created by
- Error: uncaught exception: [Exception... "Could not convert JavaScript …
- 3:24 PM Ticket #8201 (the behavior of data api in jQuery 1.5 has changed) closed by
- invalid: This is intentional. Please read the release notes.
- 3:24 PM Ticket #8202 (build.xml not in 1.5 tag) closed by
- invalid: This is intentional. Please read the release notes.
- 3:04 PM Ticket #8203 (Remove un-needed "someVar = null;"s) created by
- It looks like jQuery has some overzealous memoryleak
someVar = null
… - 1:19 PM Ticket #8199 (Including jQuery breaks Indico) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. You have written …
- 12:56 PM Ticket #8202 (build.xml not in 1.5 tag) created by
- the ant file build.xml seems to be missing in 1.5 tag
- 12:49 PM Ticket #8201 (the behavior of data api in jQuery 1.5 has changed) created by
- I use data api, to change my object, so that I can take advantage of …
- 12:39 PM Ticket #8160 (jQuery animate() regression since v1.5) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. The fact that …
- 12:34 PM Ticket #8200 (Remove undocumented $.support._scriptEval in favor of private var ...) created by
- $.support._scriptEval probably isn't need and a simple var _scriptEval …
- 11:58 AM Ticket #5898 (Performance Improvement for :odd/:even) closed by
- wontfix: PR was closed.
- 11:57 AM Ticket #8052 (IE9 document.getElementsByTagName throws an error) closed by
- fixed: Update jQuery.support.noCloneEvent test to function properly in IE9. …
- 11:56 AM Changeset [534dbd6]1.12-stable2.2-stablekillphp by
- src/support.js
- 11:52 AM Ticket #8108 (jQuery metadata is exposed on plain JS objects when serializing with ...) closed by
- fixed: Update $.data to use a function instead of an object when attaching to …
- 11:52 AM Changeset [8805f137]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 11:48 AM Changeset [7acb141]1.12-stable2.2-stablekillphp by
- src/data.js
- src/event.js
- test/unit/data.js
- test/unit/event.js
- 11:40 AM Ticket #8199 (Including jQuery breaks Indico) created by
- Repro: 1. Visit …
- 11:37 AM Ticket #8198 (Remove script.type = "text/javascript" from support.js) created by
- In all A-grade browsers (and probably all browsers that support …
- 11:09 AM Changeset [5b421fed]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 11:04 AM Ticket #8197 (.offsetParent() returns wrong element in Firefox) created by
- .offsetParent() is supposed to return the nearest positioned element, …
- 10:43 AM Ticket #8196 (Regression on Attribute equals Selector) closed by
- worksforme: Thanks for taking the time to contribute to the jQuery project by …
- 10:42 AM Ticket #7474 ([web] Add guideline hint to new ticket page) closed by
- fixed
- 10:36 AM Ticket #8196 (Regression on Attribute equals Selector) created by
- I used to selected some td like that $(td[date="07/02/2011"]) with a …
- 10:35 AM Changeset [a2dbdc1]1.12-stable2.2-stablekillphp by
- src/ajax.js
- test/unit/ajax.js
- 8:34 AM Ticket #8195 (offset(coordinates) setter does not work properly with position:fixed ...) created by
- Fiddle demonstrating the bug: http://jsfiddle.net/jfremy/KG7x7/ …
- 8:30 AM Ticket #8194 (Ajax code failure on Symbian WRT) created by
- The new Ajax code in 1.5 doesn't work inside the Symbian Web Runtime. …
- 8:25 AM Ticket #8177 (Browser inconsistencies with ajax, ifmodified, notmodified and ...) reopened by
- 5:59 AM Ticket #8193 (ajaxPrefilter jqXHR.abort() doesn't work) closed by
- fixed: Thanks for taking the time to contribute to the jQuery project by …
- 5:20 AM Ticket #8193 (ajaxPrefilter jqXHR.abort() doesn't work) created by
- jqXHR.abort() in $.ajaxPrefilter doesn't work as should be. In fact, …
- 1:46 AM Ticket #8192 (jquery breaks inline javascript code (IE only)) created by
- Same code on both pages. Using Jquery 1.3.2: …
- 12:11 AM Changeset [0c21c83]1.12-stable2.2-stablekillphp by
- src/ajax/xhr.js
Feb 6, 2011:
- 9:35 PM Ticket #8184 (.mouseup() & .mousedown() bugs when firing from scrollbar click) closed by
- invalid: Not that I know of. If you happen to find one please report back and …
- 9:21 PM Ticket #8187 (AJAX Context bug) closed by
- invalid: This isn't a bug. The [http://api.jquery.com/jQuery.ajax …
- 8:18 PM Ticket #4966 (Problem with animate and zIndex) reopened by
- 8:17 PM Ticket #8188 (jQuery .animate() causes failure in <=IE8 on z-index property) closed by
- duplicate
- 7:37 PM Ticket #8190 (Regression with chaining multiple delay + animation calls) closed by
- duplicate: This isn't a bug. The [http://api.jquery.com/animate animate() …
- 7:34 PM Changeset [8262679]1.12-stable2.2-stablekillphp by
- src/core.js
- src/css.js
- src/event.js
- 6:40 PM Ticket #8191 (removeData() does not remove data-* attribute) closed by
- worksforme: I put together this live test case …
- 5:24 PM Ticket #8162 (jQuery Load Event linking to bad code) closed by
- fixed: I've gone in and removed the blockquote where we reference peol's …
- 5:00 PM Ticket #8191 (removeData() does not remove data-* attribute) created by
- If you set a data value with a data-* attribute on an element, and …
- 3:42 PM Ticket #8190 (Regression with chaining multiple delay + animation calls) created by
- In upgrading to 1.5, my …
- 2:42 PM Ticket #8185 ($("#xy").load() does not work in 1.5 (Firefox 3.6.13)) closed by
- worksforme: This is working fine in 1.5 - here's a basic load() test with jsFiddle …
- 1:51 PM Ticket #8189 (background-position animation does not work with jQuery 1.5) closed by
- duplicate
- 1:46 PM Ticket #8189 (background-position animation does not work with jQuery 1.5) created by
- I cannot animate the background-position of an element, using jQuery …
- 11:36 AM Ticket #8188 (jQuery .animate() causes failure in <=IE8 on z-index property) created by
- Related to: http://bugs.jquery.com/ticket/5001 In jQuery (1.5 and …
- 11:03 AM Ticket #8038 (wrap cause selectedIndex reset in opera) closed by
- wontfix: Works in Opera 11, and this won’t get looked at/patched before O10 …
- 10:59 AM Ticket #7864 (Resolve "scrollable" root (body or html/documentElement)) closed by
- patchwelcome: Nobody seems particularly interested in taking charge on this one so I …
- 10:43 AM Ticket #7978 (chrome fadein and fadeout do not work) closed by
- wontfix: This is a very narrow WebKit rendering bug with an incredibly specific …
- 8:36 AM Ticket #8186 (Setting enctype attribute in IE8) closed by
- duplicate: Thanks for taking the time to contribute to the jQuery project by …
- 4:30 AM Ticket #8187 (AJAX Context bug) created by
- If the context is '0' then the returned context is an object
- 2:54 AM Ticket #8186 (Setting enctype attribute in IE8) created by
- It can't set the enctype attribute in IE8: […] It works in FF, …
Feb 5, 2011:
- 6:09 PM Ticket #8185 ($("#xy").load() does not work in 1.5 (Firefox 3.6.13)) created by
- 12:13 PM Ticket #8184 (.mouseup() & .mousedown() bugs when firing from scrollbar click) created by
- On Safari, Chrome, Opera and (according to …
- 11:18 AM Ticket #8183 (IE9 and input selectors with 1.5) closed by
- duplicate: Thanks for taking the time to contribute to the jQuery project by …
- 9:58 AM Ticket #8183 (IE9 and input selectors with 1.5) created by
- SCRIPT438: Object doesn't support this property or method …
- 9:54 AM Ticket #8140 ([ IE8 ] Cache[ id ] undefined in jQuery.data in jquery-1.5.js) closed by
- duplicate
- 6:50 AM Ticket #8182 (Using jQuery UI (dragable) with jQuery 1.5) closed by
- duplicate: Thanks for taking the time to contribute to the jQuery project by …
- 5:16 AM Ticket #8182 (Using jQuery UI (dragable) with jQuery 1.5) created by
- Dear jQuery Team, I defined a DIV as dragable element with the latest …
- 4:30 AM Ticket #8181 (slideUp) created by
- If I use the slideUp/Down/Toogle function with a table cell, the table …
- 2:56 AM Ticket #8031 (height calculation hidden element bug cause slidedown jump) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 2:56 AM Ticket #8030 (slideToggle callback does fire before Animation is complete) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Feb 4, 2011:
- 9:09 PM Ticket #8177 (Browser inconsistencies with ajax, ifmodified, notmodified and ...) closed by
- fixed: Fixes #8177. XHR transport now considers 304 Not Modified responses as …
- 9:08 PM Changeset [d6fbbe1]1.12-stable2.2-stablekillphp by
- src/ajax/xhr.js
- 9:06 PM Changeset [2c77704]1.12-stable2.2-stablekillphp by
- test/unit/ajax.js
- 8:00 PM Ticket #6765 (jQuery strips non type='text/javscript' script tags when cleaning fragments) closed by
- duplicate
- 7:25 PM Ticket #8084 (jsonp transport overrides dataType: json setting) closed by
- wontfix: I'll close this as wontfix. Let's mark all related present and future …
- 6:37 PM Ticket #6765 (jQuery strips non type='text/javscript' script tags when cleaning fragments) reopened by
- 6:20 PM Changeset [08fcde6]1.12-stable2.2-stablekillphp by
- test/data/name.php
- test/data/notmodified.php
- test/unit/ajax.js
- 4:29 PM Changeset [8f8961d]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 4:19 PM Changeset [03bad0a]1.12-stable2.2-stablekillphp by
- src/ajax.js
- test/unit/ajax.js
- 3:50 PM Changeset [d66cc553]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 3:23 PM Ticket #8173 (1.5 Ajax not triggering error for bad URL) closed by
- invalid
- 11:36 AM Ticket #8176 (appendTo should accept 'context' parameter) closed by
- wontfix: Take a look at the docs: http://api.jquery.com/appendTo/ Scroll to …
- 9:58 AM Ticket #8177 (Browser inconsistencies with ajax, ifmodified, notmodified and ...) created by
- jQuery.ajax does not return consistent results for requests on files …
- 9:18 AM Ticket #8176 (appendTo should accept 'context' parameter) created by
- appendTo() should accept 'context' parameter so that it is possible to …
Note: See TracTimeline
for information about the timeline view.