Timeline
Oct 2, 2009:
- 10:20 PM Ticket #4258 (Jquery framework IE7 bug - Get Elemnt size) closed by
- invalid: Please reopen if you have a test case.
- 10:04 PM Ticket #4323 ($('#' + myID) throws an exception in version 1.3.1 and 1.3.2 if myID ...) closed by
- duplicate: Essentially a dup of #4321.
- 9:56 PM Ticket #4965 (Whitespace in class attribute causes selector trouble.) closed by
- duplicate: Duplicate of #4761
- 9:31 PM Ticket #2990 (id starts with filter causes 'z.indexOf is not a function' error for ...) closed by
- duplicate
- 9:31 PM Ticket #2990 (id starts with filter causes 'z.indexOf is not a function' error for ...) reopened by
- 9:30 PM Ticket #2990 (id starts with filter causes 'z.indexOf is not a function' error for ...) closed by
- invalid: Duplicate of #3113. Don't use input names that match form properties …
- 9:20 PM Ticket #4816 (val function has BUGs) closed by
- invalid: The .clone() method clones the nodes *and selects the clones.* …
- 9:15 PM Ticket #4793 (Selector not working as expected) closed by
- invalid: Note that :odd and :even number from 0, not 1. …
- 9:09 PM Ticket #4774 (Unknown pseudo-class or pseudo-element 'selected') closed by
- invalid: Please reopen with a test case if this is still a problem with FF 3.5 …
- 9:04 PM Ticket #5129 (Class selector on Internet Explorer 8 not functioning as expected) closed by
- invalid: Please reopen if you can provide a complete test case.
- 8:55 PM Ticket #5241 (Periods and colons in jQuery id selectors) closed by
- worksforme: Special characters must be escaped with
\\
. - 8:34 PM Ticket #5318 (Autocomplete doesn't work well with other input method) closed by
- invalid: Please file this bug in the jQuery UI bug tracker -- assuming this is …
- 1:38 PM Ticket #5319 (Error when passing new String(...) to jQuery.html()) created by
- I found this error when passing a String object to $.fn.html. The …
- 4:48 AM Ticket #5318 (Autocomplete doesn't work well with other input method) created by
- Autocomplete doesn't send correct query value to server when work with …
Oct 1, 2009:
- 10:04 PM Ticket #4554 (INVALID_NODE_TYPE_ERR in Safari when using query context that not yet ...) closed by
- invalid: Solved, not a jQuery core issue.
- 10:03 PM Ticket #4568 (val(value) on select elements only working in IE) closed by
- invalid: Solved, not a jQuery bug.
- 9:59 PM Ticket #4742 (DatePicker (jQuery-1.3.2 and jquery-ui-1.7.2) click event - not responding) closed by
- invalid: Closing for lack of a test case.
- 9:57 PM Ticket #4795 (Deactivate alpha filter in IE when set to 1.0) closed by
- duplicate: Dup of #4845 which includes a patch.
- 9:49 PM Ticket #4868 (Can't get element value by id) closed by
- invalid: Solution is provided in the comment above, and in the jQuery documentation.
- 9:40 PM Ticket #4915 (Setting Style object measurement property to 'NaNpx' in IE) closed by
- invalid: I'm closing this for lack of a test case. A "NaNpx" is an incorrect …
- 9:32 PM Ticket #5136 (change type of input field) closed by
- invalid: The behavior varies from browser to browser; I know IE won't let you …
- 9:16 PM Ticket #5164 (CoreFunction!! inArray don't work) closed by
- worksforme: It works for me in FF 3.0 and IE8. I'm going to close this as it's …
- 9:07 PM Ticket #5315 (bind and attr error on IE8 and IE7) closed by
- invalid: I don't think this is a jQuery bug, although it's an interesting case. …
- 8:44 PM Ticket #5317 (cannot insert unclosed tag using .html() function (bug?)) closed by
- invalid: Nope, it doesn't work that way. The argument to .html() needs to be a …
- 7:12 PM Ticket #5317 (cannot insert unclosed tag using .html() function (bug?)) created by
- code: <html> <head> <script src="jquery.js"></script> <script …
- 12:16 PM Ticket #5316 (replaceAll only the first element from the matched set replaces the ...) created by
- var jq = $("<selector1>") selects more than one element …
- 9:56 AM Ticket #5315 (bind and attr error on IE8 and IE7) created by
- This code fails var $img = $(new Image).load(function() { …
- 5:24 AM Ticket #5314 (selector with attribute namespace not working in find/children/filter) created by
- Web page: <html><body><div foo:bar="xyz"></div></body></html> $('body …
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(), …
Note: See TracTimeline
for information about the timeline view.