Timeline
Sep 30, 2009:
- 8:32 PM Ticket #5300 (UI Dialog IE6 bugged) closed by
- invalid: Please file jQuery UI bugs in the jQuery UI bug tracker. They will …
- 8:24 PM Ticket #5309 (error when asking for css property for a missing object) closed by
- fixed: From that page: > var x = $(itemsSpan[currNo]); x defaults to …
- 8:20 PM Ticket #5312 (Unbind doesn't work if bound using an annoymous function in IE) closed by
- invalid: Actually, since this isn't a jQuery bug I'll close it. If we had a bug …
- 8:13 PM Ticket #5313 (In IE 7/8, the "change" event does not fire when a form element is changed.) closed by
- invalid: Since there is no change event on the form itself, you are …
- 5:16 PM Ticket #5308 (IE (all versions) bug when parsing bad html(not php) pages) closed by
- invalid: We're definitely going to need a full test case in order to diagnose …
- 5:16 PM Ticket #5307 (ie8 problem) closed by
- invalid: We're definitely going to need a full test case in order to diagnose …
- 4:38 PM Ticket #5313 (In IE 7/8, the "change" event does not fire when a form element is changed.) created by
- Hello, Given this form: […] And this div: […] The following …
- 12:29 PM Ticket #5312 (Unbind doesn't work if bound using an annoymous function in IE) created by
- I'm posting this in case any one else comes across a similar problem, …
- 10:36 AM Ticket #5311 (qunit dies on cyclic data-structures) created by
- If you try this testcase (Firefox recommended, Safari just goes into …
- 10:33 AM Ticket #5310 (Custom Query does not work in this trac) created by
- Try to remove a criteria - the page tries to reload, instead of …
- 7:50 AM Ticket #5309 (error when asking for css property for a missing object) created by
- uncaught exception: [Exception... "Could not convert JavaScript …
- 7:19 AM Ticket #5308 (IE (all versions) bug when parsing bad html(not php) pages) created by
- $('#myDIV').load('help.html', function() { do something }); …
- 4:57 AM Ticket #5307 (ie8 problem) created by
- in ie8 jquery hangs at startup at line 3517 (uncompressed stable …
- 3:36 AM Ticket #5306 ($.isObject() is incorrect, and in some cases will cause $.extend() ...) created by
- code: […] output: […]
Sep 29, 2009:
- 6:48 PM Changeset [805832a]1.12-stable2.2-stablekillphp by
- test/index.html
- test/unit/offset.js
- test/unit/selector.js
- 6:25 PM Changeset [3b5de9d]1.12-stable2.2-stablekillphp by
- test/index.html
- 6:09 PM Changeset [0256edb]1.12-stable2.2-stablekillphp by
- test/data/testsuite.css
- test/index.html
- 5:40 PM Changeset [b996026]1.12-stable2.2-stablekillphp by
- test/index.html
- test/unit/selector.js
- 5:34 PM Changeset [b0306cc]1.12-stable2.2-stablekillphp by
- test/index.html
- test/unit/selector.js
- 5:22 PM Changeset [dfeb814]1.12-stable2.2-stablekillphp by
- test/data/testinit.js
- 3:49 PM Changeset [4bda398]1.12-stable2.2-stablekillphp by
- test/unit/core.js
- test/unit/data.js
- test/unit/fx.js
- test/unit/manipulation.js
- test/unit/selector.js
- test/unit/traversing.js
- 2:11 PM Changeset [f8b7d391]1.12-stable2.2-stablekillphp by
- test/data/testinit.js
- 2:06 PM Changeset [8df82d2]1.12-stable2.2-stablekillphp by
- test/data/testinit.js
- test/index.html
Sep 28, 2009:
- 5:35 PM Ticket #5304 (jQuery + IE + Prototype fails with "Object doesn't support this ...) created by
- When using jQuery in conjunction with Prototype (my example is on …
- 10:51 AM Ticket #5295 (Support "blur" / "focus" as events for $.live()) closed by
- duplicate: This was already added on trunk. It's a duplicate.
- 10:50 AM Ticket #5302 ($.each fails on certain objects containing a property-key "length") closed by
- wontfix: This is the desired behavior. You can always write your iterator …
- 9:50 AM Ticket #5303 (calling remove/handle() with multiple namespaces) created by
- Both functions generates the RegExp that doesn't work properly when it …
- 9:28 AM Ticket #5302 ($.each fails on certain objects containing a property-key "length") created by
- when $.each is called with an object, that has an attribute named …
- 7:31 AM Ticket #5301 (Unexpected selector precedence of attribute filter) created by
- Not sure whether this a bug or an undocumented quirk, but it caught me …
- 12:50 AM Ticket #5300 (UI Dialog IE6 bugged) created by
- Hellow. I'am founded bug with dialogs in ie6. When iam using "dialog" …
Sep 26, 2009:
- 9:06 PM Ticket #5298 (doc confusion possible new idea.) closed by
- invalid: This actually has nothing to do with how jQuery is implemented. This …
- 7:56 PM Ticket #5299 (odd & even methods improvements) created by
- I notice here use % to test if the number is even or odd. I suggest we …
- 1:47 PM Ticket #5298 (doc confusion possible new idea.) created by
- .submit(fn) is confusing 12:40 < EvanCarroll> i think i found a bug. …
- 1:12 PM Ticket #5297 (Invalid Argument) created by
- Hi, i came across this error when i was testing my form. If the …
- 5:44 AM Ticket #5296 (.offset() can cause annoying flicker or jiggle) created by
- In version 1.3.2, in the JQuery.offset = { initialize: function(), …
Sep 25, 2009:
- 5:46 PM Ticket #5295 (Support "blur" / "focus" as events for $.live()) created by
- http://stackoverflow.com/questions/1199293/simulating-focus-and-blur-in …
- 5:41 PM Ticket #5191 (add .unwrap method) closed by
- fixed: Landed in SVN rev [6586].
- 5:41 PM Changeset [69e6e53]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 5:36 PM Changeset [70b9aed]1.12-stable2.2-stablekillphp by
- version.txt
- 4:35 PM Ticket #5294 (Add the jQuery 1.4 roadmap to http://dev.jquery.com/roadmap) created by
- Hi Guys, I noticed the 1.4 roadmap was missing from the roadmap page. …
- 2:24 PM Ticket #5293 (createElement optimization should allow for tag pair as well as ...) created by
- To take advantage of the document.createElement optimization when a …
- 2:21 PM Changeset [79ba722e]1.12-stable2.2-stablekillphp by
- version.txt
- 1:55 PM Changeset [67d445a]1.12-stable2.2-stablekillphp by
- src/core.js
- src/data.js
- src/manipulation.js
- src/selector.js
- src/traversing.js
- test/unit/core.js
- test/unit/data.js
- test/unit/manipulation.js
- test/unit/traversing.js
- 11:36 AM Ticket #5292 (Ajax Async Request fails in IE8) created by
- Hi, i have a problem with a ajax call. This method is giving me …
- 4:26 AM Ticket #5291 (Error using $().attr() in IE 8.0.6) created by
- When using jQuery attr method with IE 8.0.6, I get folowing error: …
Sep 24, 2009:
- 11:22 PM Ticket #5290 (Mousing over element with 'title' attribute breaks hover()) created by
- I have a div that expands on hover and closes on mouseout. This div …
- 9:53 PM Ticket #5151 (IE Script Error: Invalid Argument Line 19 Char 31804) closed by
- invalid: There's not enough information to determine if this is a bug.
- 9:50 PM Ticket #3961 (XML selector doesnt work as it should, in IE6) closed by
- invalid
- 9:37 PM Ticket #3389 (Hover events not triggered from 'area' elements in IE6) closed by
- invalid: The link is broken, please reopen with a test case if the problem …
- 9:17 PM Ticket #3705 (AJAX IE6 with quirks mode runtime error) closed by
- duplicate: Dup of #4378.
- 9:09 PM Ticket #5184 (DropDownList - Change not working in IE7) closed by
- invalid: It's already on the list as an enhancement, but currently working as …
- 8:02 AM Ticket #5289 (Provide static support for Function.prototype.bind) created by
- binding context and arguments to functions is very useful, especially …[…]
- 7:01 AM Ticket #5288 (Add jQuery.num() function to cast value to number (int/float)) created by
- Add a simple function to cast value to number, either as jQuery.num( …
- 12:51 AM Ticket #5287 (Invalid label using getJson) created by
- Hi I face invalid label problem when i am using the getJson method …
Sep 23, 2009:
- 11:48 PM Ticket #5127 ($.broswer.version) closed by
- duplicate: Duplicate of #2661.
- 11:47 PM Ticket #5135 (Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7 at line 911 in 1.3.2) closed by
- invalid: Please reopen if you have a test case.
- 11:32 PM Ticket #5210 (css background-position in IE8 returns undefined) closed by
- duplicate: Duplicate of #4295. Use individual properties not shorthand ones.
- 11:18 PM Ticket #5252 (attr adding an event to an input field does not work in IE but does in ...) closed by
- invalid: Don't set event handlers using .attr().
- 11:12 PM Ticket #5253 (Using Jquery with HTTPS ,IE 8 Gives Security Warning Dialog box) closed by
- duplicate: Dup of #5253.
- 11:11 PM Ticket #5254 (Using Jquery with HTTPS ,IE 8 Gives Security Warning Dialog box) closed by
- invalid: If you're still having the problem, reopen this ticket with the exact …
- 11:10 PM Ticket #5255 (JQuery doesn't work in IE8) closed by
- invalid
- 11:09 PM Ticket #5256 ($(...).remove() in IE6) closed by
- invalid: A document that contains two elements with the same id attribute is …
- 11:06 PM Ticket #5257 (Selectors with Firefox 3.5 and Google Chrome) closed by
- invalid: This seems like it would be best handled on one of the forums until …
- 10:55 PM Ticket #5273 ($.ajax() XML handling problem on IE 7 and IE 8) closed by
- invalid: If you don't specify a dataType, jQuery tries to figure it out from …
- 10:30 PM Ticket #5277 (bug in doc : toggle(switch)) closed by
- fixed: Fixed, thanks!
- 9:37 PM Ticket #5285 (IE7 & IE8 leak memory in jQuery.remove, probably caused by jQuery.data) closed by
- fixed: This appears to be fixed in SVN.
- 3:16 PM Ticket #5286 (animate bug) created by
- Sorry for my poor English. The parent page use an iframe to load a …
- 10:20 AM Ticket #5285 (IE7 & IE8 leak memory in jQuery.remove, probably caused by jQuery.data) created by
- Note: this problem was explored in depth on this Stack Overflow …
Note: See TracTimeline
for information about the timeline view.