Timeline
10/05/09:
- 22:38 Ticket #5324 (Problem with special characters using AJAX) closed by
- invalid
- 19:02 Ticket #5326 (Cannot unbind mouseenter/mouseleave events using a 'namespace') created by
- The unbind(".NAMESPACE") functionality does not work for the mouseenter …
- 13:31 Ticket #5325 (css property background lets jquery hang in ie&) created by
- When a css background property is set with a list like; $(elem).css({ …
- 12:25 Ticket #5324 (Problem with special characters using AJAX) created by
- I have setup a search suggestion and am observing following problem: …
10/04/09:
- 13:47 Ticket #2988 (Simple "Accordian" type effect crash IE6) closed by
- worksforme: I do not any problem with jQuery 1.3.2 and IE6. The reporter did not …
10/03/09:
- 02:20 Ticket #4258 (Jquery framework IE7 bug - Get Elemnt size) closed by
- invalid: Please reopen if you have a test case.
- 02:04 Ticket #4323 ($('#' + myID) throws an exception in version 1.3.1 and 1.3.2 if myID is a ...) closed by
- duplicate: Essentially a dup of #4321.
- 01:56 Ticket #4965 (Whitespace in class attribute causes selector trouble.) closed by
- duplicate: Duplicate of #4761
- 01:31 Ticket #2990 (id starts with filter causes 'z.indexOf is not a function' error for radio ...) closed by
- duplicate
- 01:31 Ticket #2990 (id starts with filter causes 'z.indexOf is not a function' error for radio ...) reopened by
- 01:30 Ticket #2990 (id starts with filter causes 'z.indexOf is not a function' error for radio ...) closed by
- invalid: Duplicate of #3113. Don't use input names that match form properties like …
- 01:20 Ticket #4816 (val function has BUGs) closed by
- invalid: The .clone() method clones the nodes *and selects the clones.* …
- 01:15 Ticket #4793 (Selector not working as expected) closed by
- invalid: Note that :odd and :even number from 0, not 1. …
- 01:09 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 …
- 01:04 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.
- 00:55 Ticket #5241 (Periods and colons in jQuery id selectors) closed by
- worksforme: Special characters must be escaped with \\.
- 00:34 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 a …
10/02/09:
- 17:38 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 simple …
- 08:48 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 …
- 02:04 Ticket #4554 (INVALID_NODE_TYPE_ERR in Safari when using query context that not yet in ...) closed by
- invalid: Solved, not a jQuery core issue.
- 02:03 Ticket #4568 (val(value) on select elements only working in IE) closed by
- invalid: Solved, not a jQuery bug.
- 01:59 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.
- 01:57 Ticket #4795 (Deactivate alpha filter in IE when set to 1.0) closed by
- duplicate: Dup of #4845 which includes a patch.
- 01:49 Ticket #4868 (Can't get element value by id) closed by
- invalid: Solution is provided in the comment above, and in the jQuery …
- 01:40 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 value …
- 01:32 Ticket #5136 (change type of input field) closed by
- invalid: The behavior varies from browser to browser; I know IE won't let you …
- 01:16 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 lacking …
- 01:07 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. It …
- 00:44 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 …
10/01/09:
- 23:12 Ticket #5317 (cannot insert unclosed tag using .html() function (bug?)) created by
- code: <html> <head> <script src="jquery.js"></script> <script …
- 16:16 Ticket #5316 (replaceAll only the first element from the matched set replaces the ...) created by
- var jq = $("<selector1>") selects more than one element …
- 13:56 Ticket #5315 (bind and attr error on IE8 and IE7) created by
- This code fails var $img = $(new Image).load(function() { alert($img) …
- 09:24 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 …
- 00:32 Ticket #5300 (UI Dialog IE6 bugged) closed by
- invalid: Please file jQuery UI bugs in the jQuery UI bug tracker. They will need a …
- 00:24 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 document …
- 00:20 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 for …
- 00:13 Ticket #5313 (In IE 7/8, the "change" event does not fire when a form element is ...) closed by
- invalid: Since there is no change event on the form itself, you are anticipating …
09/30/09:
- 21:16 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 …
- 21:16 Ticket #5307 (ie8 problem) closed by
- invalid: We're definitely going to need a full test case in order to diagnose …
- 20:38 Ticket #5313 (In IE 7/8, the "change" event does not fire when a form element is ...) created by
- Hello, Given this form: […] And this div: […] The following code …
- 16:29 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, as …
- 14:36 Ticket #5311 (qunit dies on cyclic data-structures) created by
- If you try this testcase (Firefox recommended, Safari just goes into an …
- 14:33 Ticket #5310 (Custom Query does not work in this trac) created by
- Try to remove a criteria - the page tries to reload, instead of removing …
- 11:50 Ticket #5309 (error when asking for css property for a missing object) created by
- uncaught exception: [Exception... "Could not convert JavaScript argument …
- 11:19 Ticket #5308 (IE (all versions) bug when parsing bad html(not php) pages) created by
- $('#myDIV').load('help.html', function() { do something }); …
- 08:57 Ticket #5307 (ie8 problem) created by
- in ie8 jquery hangs at startup at line 3517 (uncompressed stable release …
- 07:36 Ticket #5306 ($.isObject() is incorrect, and in some cases will cause $.extend() ...) created by
- code: […] output: […]
09/29/09:
- 22:48 Changeset [805832afc7b7e6d1cc199949d0bfdd3ea21d94a3] by
-
- test/index.html
- test/unit/offset.js
- test/unit/selector.js
- 22:25 Changeset [3b5de9df40249575ba575b63a0856d6f48c8382a] by
-
- test/index.html
- 22:09 Changeset [0256edbd6ff0cccfa1d522ab415afc34255b123b] by
-
- test/data/testsuite.css
- test/index.html
- 21:40 Changeset [b996026e383eae34dd52824dda5bbe029e2eda51] by
-
- test/index.html
- test/unit/selector.js
- 21:34 Changeset [b0306cc3a662edf9675cd16081ff0e81b2a0f587] by
-
- test/index.html
- test/unit/selector.js
- 21:22 Changeset [dfeb8140facfe840e4c16768b54435e04c29851b] by
-
- test/data/testinit.js
- 19:49 Changeset [4bda398e6aa63082c41bb0d06fcc184acd7f76c5] 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
- 18:11 Changeset [f8b7d391e6baa991dd7f8761ee50871aefef71b8] by
-
- test/data/testinit.js
- 18:06 Changeset [8df82d2b04505a45408c2fcf22859a4c60af2e58] by
-
- test/data/testinit.js
- test/index.html
09/28/09:
- 21:35 Ticket #5304 (jQuery + IE + Prototype fails with "Object doesn't support this property ...) created by
- When using jQuery in conjunction with Prototype (my example is on …
- 14:51 Ticket #5295 (Support "blur" / "focus" as events for $.live()) closed by
- duplicate: This was already added on trunk. It's a duplicate.
- 14:50 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 function …
- 13:50 Ticket #5303 (calling remove/handle() with multiple namespaces) created by
- Both functions generates the RegExp that doesn't work properly when it …
- 13:28 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 length, …
- 11:31 Ticket #5301 (Unexpected selector precedence of attribute filter) created by
- Not sure whether this a bug or an undocumented quirk, but it caught me …
- 04:50 Ticket #5300 (UI Dialog IE6 bugged) created by
- Hellow. I'am founded bug with dialogs in ie6. When iam using "dialog" with …
Note: See TracTimeline
for information about the timeline view.
