Timeline
Mar 8, 2009:
- 9:48 PM Ticket #4314 (trigger() will not fire events that are not added by jquery's function) created by
- if we use attachEvent(in IE) or addEventListener(in FireFox) to add …
- 3:42 PM Ticket #4313 (slideToggle().css('display') always return 'block') created by
- my log from FireBug: >>> $('#hc_c6').slideToggle().css('display'); > …
- 10:07 AM Ticket #4312 (Math.x is necessary??) created by
- if define "cos=Math.cos", it can speed up in IE!! eg. var …
- 9:55 AM Ticket #4311 (remove "parseInt" and speed up some div) created by
- remove "parseInt": parseInt(x,10) = (x-0) but (x-0) is faster the …
- 9:33 AM Ticket #4310 (jQuery.fn.offset - simplify and remove "parseInt") created by
- jQuery.fn.offset can be more simplify. parseInt is not necessary. it …
- 4:39 AM Ticket #4309 (VSDOC : jQuery.support is undefined) created by
- Hi, If i use the vsdoc version i have a problem detected by firebug …
Mar 7, 2009:
- 10:30 PM Ticket #4305 (jQuery 1.3.2 and causes an unhandled exception error pages which use pngFix) closed by
- invalid: This is the jQuery bug tracker. Since this is a problem with pngfix, …
- 4:44 PM Ticket #4308 ($.support.style not accurate in IE8 RC1 strict mode) created by
- The getAttribute('style') quirks was fixed in IE8, but not the …
- 1:48 PM Ticket #4307 (Upgrade Sizzle Engine to v1.0) created by
- As the sizzle engine in jquery at the moment is v0.9.3, i thought …
- 12:17 PM Ticket #4306 (children selector error in opera) created by
- $('ul',element).append('<li>something</li>').children('li:last').length …
- 8:28 AM Ticket #4305 (jQuery 1.3.2 and causes an unhandled exception error pages which use pngFix) created by
- On: IE6, XP pngFix, which uses ("img[@src$=.png]"). The "@" now …
Mar 6, 2009:
- 9:48 AM Ticket #4304 (failed test 64 (.text) on Chrome 1.0.154.48) created by
- I've just run the test suite and it failed on that test.
Mar 5, 2009:
- 11:23 PM Changeset [2d4755a]1.12-stable2.2-stablekillphp by
- src/dimensions.js
- 6:00 PM Ticket #4303 (including jquery in firefox extension XUL overlay causes overlay to ...) created by
- When I include the jquery library in my firefox extension XUL overlay …
- 1:22 PM Ticket #4302 (jQuery doesn't filter (and probably everything else) child selector ...) created by
- jQuery('<div><div class="cls1"><div class="cls2"><div><div …
- 11:06 AM Ticket #4301 (Setting CSS display to inherit breaks in IE7) created by
- $('#notesTextArea').css({ "display": "inherit" }); The above code …
- 11:02 AM Ticket #1900 (Setting contentType on $.ajax() call does not work.) reopened by
- Version: jQuery JavaScript Library v1.3.1 I am needing to set the …
- 8:40 AM Ticket #4300 (Add document as a local var as well) created by
- It appears several times and it's a global var, so munging it will …
- 8:37 AM Ticket #4294 (typo in jquery-1.3.2.js comment) closed by
- fixed: Fixed at [6271]. Oops! forgot to add a test :)
- 8:36 AM Changeset [ece001f]1.12-stable2.2-stablekillphp by
- src/core.js
- 6:45 AM Ticket #4299 (attr(attrName, newAttrValue) fails on object which has child with ...) created by
- Sorry, if dublicate, but its strange, that this is not fixed since old …
- 6:09 AM Ticket #4298 ([validate] Grouped elements are not update on successfull validation) created by
- If you have set up some field to works as group validation. Only the …
- 4:12 AM Ticket #4297 ([readonly="true"] for IE6 / [readonly=""] for Firefox) created by
- Hi guys If you set some Input-TD's of a table to readonly with …
- 2:53 AM Ticket #4296 (css('font-size) converts percentage to pixels in IE) created by
- A span that inherits its font size from a CSS rule set on the BODY tag …
Mar 4, 2009:
- 6:54 PM Ticket #4295 (Output of .css(name); for combined properties like margin and padding ...) created by
- Combined css properties like .css('margin'); and .css('padding'); are …
- 6:25 PM Ticket #4294 (typo in jquery-1.3.2.js comment) created by
- Should be "context" not "content". line 75: HANDLE: $(expr, …
- 5:55 PM Ticket #4293 ([validate] unhighlight callback unnecessary execution for checkbox fields) created by
- There is problem when you have registered unhighlight callback and …
- 3:46 PM Ticket #4292 ([autocomplete] unautocomplete does not work properly with jQuery 1.3.2) created by
- The unautocomplete method does not work correctly in latest …
- 7:23 AM Ticket #4291 (IE6 problem by val() determination in SELECT boxes) created by
- IE6 says typeof $('select').val() == object, in the same case FF says …
- 6:12 AM Ticket #4290 (missing ) after argument list ...) created by
- missing ) after argument list …
- 6:11 AM Ticket #4289 (UndefinedError: "about" not defined) created by
- ==== How to Reproduce ====
While doing a GET operation on
/about
, … - 12:40 AM Ticket #4288 (jQuery not working inside Facebook iframe-based application) created by
- Dear Sir/Madam, I am developing a Facebook application using …
Mar 3, 2009:
- 4:14 PM Ticket #4287 (Use .innerHTML in .empty() to wipe out nodes) created by
- This will be faster than removing each element individually.
- 10:14 AM Ticket #4283 (.attr('checked') & XHTML 1.1 Strict) reopened by
- You would be serving the document as xhtml+xml. Not pure xml. The …
- 9:55 AM Ticket #4283 (.attr('checked') & XHTML 1.1 Strict) closed by
- wontfix: This is the correct behavior. If you're serving up your document as …
- 9:52 AM Ticket #4282 (Sizzle not cleaning up its element properties/attributes in IE) closed by
- worksforme: This was resolved in 1.3.2.
- 9:46 AM Ticket #4286 (Blur problem with form elements in Firefox 3) created by
- I found this bug while working on a Superfish menu. The problem is …
Mar 2, 2009:
- 10:06 PM Ticket #4285 (No result and No error onclick (is browser detecting jQuery or not)) closed by
- invalid: If that is a copy/paste from your file, you've mistyped the closing …
- 8:50 PM Ticket #4285 (No result and No error onclick (is browser detecting jQuery or not)) created by
- I was unable to see output, no action on click on anchor tag and there …
- 8:13 PM Ticket #4284 (Method to copy entire data object from element) created by
- Creating new bug per John Resig: …
- 1:09 PM Ticket #4283 (.attr('checked') & XHTML 1.1 Strict) created by
- When dealing with XHTML 1.1 Strict, Firefox 3.0.6 and a content type …
- 12:27 PM Ticket #4282 (Sizzle not cleaning up its element properties/attributes in IE) created by
- After a couple of round-trips through
.innerHTML
I'm seeing a lot of … - 11:36 AM Ticket #4281 (Can't overwrite onclick attr) created by
- On an element, I can add an attribute of onclick: …
- 11:09 AM Ticket #4280 ("Permission Denied" errors in IE7 when unloading documents) created by
- I've got a document with an iframe, which has a load event applied by …
- 11:08 AM Ticket #4279 (F is undefined) created by
- I am getting this error in the jquery-1.3.2.min.js file on line 19 …
- 9:24 AM Ticket #4278 ($('img.i') $('#id tr') do not work in IE7) created by
- Version 1.3.3pre revision 6268 IE7. The object does not support this …
- 4:19 AM Ticket #4277 (Bug when sliding down content wrapped in an inline element.) created by
- Very basic test case here: http://www.sugared.com.au/tools/test.cfm …
- 3:54 AM Ticket #2259 (slider can not be vertical) reopened by
- This bug is not fixed in 1.5 The 1.5.3 version still cannot be made …
Mar 1, 2009:
- 10:24 PM Ticket #4276 (height/width cleanup) created by
- The changes recently made to improve the height/width methods left …
- 7:46 PM Ticket #3489 (don't work css border in ff) closed by
- duplicate: This is a duplicate of #3007.
- 7:43 PM Ticket #3093 (Attribute selector doesn't work right with style) closed by
- duplicate: This is a duplicate of #3399; the problem is that
.attr("style")
… - 7:40 PM Ticket #2888 (Ajax methods freezing IE 7) closed by
- invalid: If this problem is still reproducible in 1.3.2, please reopen and …
- 7:40 PM Ticket #4275 (Annotate selectors with "!" to mean "must match") created by
- A suggestion from a new jQuery user: Several times I've run into …
- 7:35 PM Ticket #3302 (DOM tree errors after multiple clones in IE) closed by
- fixed: This should be fixed in 1.3.2; please reopen with a test case if …
- 7:33 PM Ticket #3352 (IE fails creating HTML elements with no trailing slash) closed by
- fixed: This is fixed in 1.3.x thanks to the special-case handling of …
- 7:30 PM Ticket #3969 (Error in 1.3.1 on line 3670) closed by
- invalid: Please reopen with a test case if this problem continues in 1.3.2.
- 7:26 PM Ticket #4230 ($('<link/>').attr crashes IE8rc1) closed by
- fixed: I've updated the documentation to clarify that the HTML is parsed …
- 7:00 PM Ticket #4255 (append(' ') DOM error) closed by
- invalid: Ah. You should be using
 
with xhtml+xml, the
… - 6:44 PM Ticket #4257 (offet().top is returning a decimal, Docs say it returns integers) closed by
- fixed: Docs are updated, thanks! http://docs.jquery.com/CSS/offset
- 5:06 PM Ticket #4274 (jQuery.index() is +1 for document.body elements in IE 7) closed by
- invalid: The
<title>
element is required for most doctypes, so IE is … - 1:11 PM Ticket #4274 (jQuery.index() is +1 for document.body elements in IE 7) created by
- Was playing around for first time with index and found anomaly with IE …
Note: See TracTimeline
for information about the timeline view.