Bug Tracker

Timeline


and

03/12/09:

23:42 Ticket #1536 (Jquery cant change input type in IE) closed by dmethvin
fixed
23:26 Ticket #4327 (jQuery.map doesn't respect arrays) closed by dmethvin
invalid: The documentation states this: > The function can then return the …
22:31 Ticket #4343 ($(window).innerHeight throws error in FF3.0.7) created by adam.straughan
The following page works in IE 6 and Chrome but not Firefox firebug shows …
17:35 Ticket #4342 (Datepicker hover/mouseout support) created by JasonReed
It would be great to show the datepicker on hover over the .datepicker …
17:01 Ticket #4341 (XMLHttpRequest has async always set to true) created by gigigan
On jquery/build/runtest/env.js line 574 if (async) this.async = true; …
15:29 Ticket #4340 (Wrong offset counting in FF2 and Safari for fixed elements) created by aichinge
Hi, I play with counting offset for fixed element which has 50px top …
13:04 Ticket #4339 (ownerDocument is null in stead of "#<an HTMLDocument>") created by Spiked
"Uncaught TypeError: Cannot read property 'body' of null," source: …
12:06 Ticket #4327 (jQuery.map doesn't respect arrays) reopened by borgar
Is there a rationale for doing this? "Because it has always been this way" …
10:53 Ticket #4338 (Wrong browser version in IE with mail.ru agent software) created by platosha
There's a problem in browser version recognition code. Mail.Ru Agent …
10:10 Ticket #1536 (Jquery cant change input type in IE) reopened by ArbuZz
In my WordPress plugin I've used the following method of changing the type …
08:32 Ticket #4337 (Interation over array in google chrome iterate ascending by the array keys) created by altar
If I have an array like var arr = {2: 'foo', 1: 'bar'} and in jquery …
04:39 Ticket #4336 ($(window).height() / Opera 9.2x / jQuery 1.3.x incorrect value) created by emartin24
May be same issue as in  http://dev.jquery.com/ticket/4335 It appears that …
04:37 Ticket #4335 ($(window).height() / Safari 3.0.x / jQuery 1.3.x incorrect value) created by emartin24
It appears that in Safari 3.0.x and jQuery 1.3.x, $(window).height() …
00:43 Ticket #4332 (window focus event doesn't trigger on IE6) reopened by segalerez@…
I believe $(window).focus and $(window).blur should have special treatment …
00:11 Ticket #4330 (Unexpected call to method or property access in IE) closed by dmethvin
invalid: An <input> element can't have children.
00:04 Ticket #4331 (.live() is not working with "scroll" event) closed by dmethvin
invalid: Improvements to .live are on the roadmap; I'll close this since it's …
00:00 Ticket #4332 (window focus event doesn't trigger on IE6) closed by dmethvin
invalid: IE doesn't bubble several form events, including focus. jQuery doesn't …

03/11/09:

22:08 Ticket #4327 (jQuery.map doesn't respect arrays) closed by flesler
invalid: That's on purpose. $.map has been doing that since always. You can either …
21:47 Ticket #4334 (:visible not workgin on tr in IE 7) created by pete in atlanta
we're using a toggle edit function that changes the visibility of a table …
20:05 Ticket #4333 (Jquery Selector and window onload) created by onthefloor
Hi there: So i updated to 1.3.2 version today, and i found a bug : So …
19:31 Ticket #4332 (window focus event doesn't trigger on IE6) created by segalerez@…
Example: $(window).bind('focus',function() { $.jGrowl('Focus'); }); …
16:31 Ticket #2490 (wiki page for Traversing/find somewhat misleading) reopened by ooBartez
Still doesn't work as in the wiki. Try this: var x = …
15:52 Ticket #4331 (.live() is not working with "scroll" event) created by josser
When i'm binding an event with live() and "eventType" is "scroll", the …
14:37 Ticket #4330 (Unexpected call to method or property access in IE) created by eagletsui
When I using the following code, I got the error "Unexpected call to …
14:24 Ticket #4329 (treeview: Bug when using with the accordion) created by wingedx
steps: - create an accordion widget; - create a treeview into the …
14:05 Ticket #4328 (Google Chrome Bug in Form Selectors) created by mckamey
 http://groups.google.com/group/jquery-dev/browse_thread/thread/2d7f7cf231ae
11:35 Ticket #4327 (jQuery.map doesn't respect arrays) created by borgar
The jQuery map method returns a merged array of values rather than an …
09:15 Ticket #4326 (json response) created by veniamin.medvedev
Hello in Your function httpData: function( xhr, type, s ) { You have if( …
03:51 Ticket #1256 (Error involving e.which/e.keycode) reopened by beerman
[…] FireBug says: setting a property that has only a getter

03/10/09:

18:19 Ticket #4325 ([autocomplete] highlight function inserts "</strong>" for every character ...) created by selfsimilar
Using firebug, I'm able to determine that the regex used in …
18:15 Ticket #4324 (No hasAttribute method.) created by MaxSchmeling
It would be nice to be able to check if an attribute exists by a method …
15:42 Ticket #4323 ($('#' + myID) throws an exception in version 1.3.1 and 1.3.2 if myID is a ...) created by psinkinson
This may seem a little bit odd to be searching for an id-less element, but …
14:23 Ticket #4322 (nested :not inside :has doesn't work in FF3 and Safari 4) created by besh
Works (tested) in IE6/7, Opera 9.6, Google Chrome. Doesn't work in …
13:15 Ticket #4321 ($("#") returns undefined) created by vkvkvk
$("#") returns "undefined". Opera ver 9.6 throws exception. Old version …
11:10 Ticket #4320 (document.body append-Error when using back-Button in IE7) created by Jonas Ulrich
It seems the feature-detection in jQuery 1.3.2 leads to an error when …
10:19 Ticket #4319 ($.each can't work with Associative array) created by chuiwenchiu
My Test Enviroment: IE7 jQuery Version: 1.3.1 & 1.3.2 Description: if i …
08:45 Ticket #4318 ("raises" assertion for exception handling) created by FND
As suggested …

03/09/09:

19:22 Ticket #4317 (die() kills events on similar elements) created by georgious
If you use $('a').live('click', somefunction) and then $('.someClass …
19:14 Ticket #4316 (Safari 4 Fade Issues) created by whoughton
 http://www.mixicon.com/tools/jqtest.html Using fadeIn, FadeOut, fadeTo …
14:24 Ticket #4315 (Jquery.param encoding wrong) created by braillane
Hello, I think that the param function doesn't work well, it doesn't …
01:48 Ticket #4314 (trigger() will not fire events that are not added by jquery's function) created by sjkof
if we use attachEvent(in IE) or addEventListener(in FireFox) to add …

03/08/09:

19:42 Ticket #4313 (slideToggle().css('display') always return 'block') created by bato3
my log from FireBug: >>> $('#hc_c6').slideToggle().css('display'); > …
14:07 Ticket #4312 (Math.x is necessary??) created by roviury
if define "cos=Math.cos", it can speed up in IE!! eg. var max=Math.max, …
13:55 Ticket #4311 (remove "parseInt" and speed up some div) created by roviury
remove "parseInt": parseInt(x,10) = (x-0) but (x-0) is faster the lines …
13:33 Ticket #4310 (jQuery.fn.offset - simplify and remove "parseInt") created by roviury
jQuery.fn.offset can be more simplify. parseInt is not necessary. it can …
08:39 Ticket #4309 (VSDOC : jQuery.support is undefined) created by Smalldevil
Hi, If i use the vsdoc version i have a problem detected by firebug but …
03:30 Ticket #4305 (jQuery 1.3.2 and causes an unhandled exception error pages which use ...) closed by dmethvin
invalid: This is the jQuery bug tracker. Since this is a problem with pngfix, you …

03/07/09:

21:44 Ticket #4308 ($.support.style not accurate in IE8 RC1 strict mode) created by trixi
The getAttribute('style') quirks was fixed in IE8, but not the …
18:48 Ticket #4307 (Upgrade Sizzle Engine to v1.0) created by jamescampbell
As the sizzle engine in jquery at the moment is v0.9.3, i thought ma7ybe …
17:17 Ticket #4306 (children selector error in opera) created by gogloid
$('ul',element).append('<li>something</li>').children('li:last').length is …
13:28 Ticket #4305 (jQuery 1.3.2 and causes an unhandled exception error pages which use ...) created by area62
On: IE6, XP pngFix, which uses ("img[@src$=.png]"). The "@" now doesn't …

03/06/09:

14:48 Ticket #4304 (failed test 64 (.text) on Chrome 1.0.154.48) created by Dakkar
I've just run the test suite and it failed on that test.
04:23 Changeset [2d4755a0fb1e34cc81d142415ed0ddf3791cf724] by Ariel Flesler <aflesler@…>
  • src/dimensions.js
jquery dimensions: removed redundant code

03/05/09:

23:00 Ticket #4303 (including jquery in firefox extension XUL overlay causes overlay to stop ...) created by jdollard
When I include the jquery library in my firefox extension XUL overlay the …
18:22 Ticket #4302 (jQuery doesn't filter (and probably everything else) child selector ...) created by vidmich
jQuery('<div><div class="cls1"><div class="cls2"><div><div …
16:06 Ticket #4301 (Setting CSS display to inherit breaks in IE7) created by ksheffield
$('#notesTextArea').css({ "display": "inherit" }); The above code works …
16:02 Ticket #1900 (Setting contentType on $.ajax() call does not work.) reopened by alanwilliamson
Version: jQuery JavaScript Library v1.3.1 I am needing to set the …
13:40 Ticket #4300 (Add document as a local var as well) created by flesler
It appears several times and it's a global var, so munging it will speed …
13:37 Ticket #4294 (typo in jquery-1.3.2.js comment) closed by flesler
fixed: Fixed at [6271]. Oops! forgot to add a test :)
13:36 Changeset [ece001f1394aeddcfe061dcba224726173325220] by Ariel Flesler <aflesler@…>
  • src/core.js
jquery core: Fixed a typo in a comment, closes #4294.
11:45 Ticket #4299 (attr(attrName, newAttrValue) fails on object which has child with ...) created by soswow
Sorry, if dublicate, but its strange, that this is not fixed since old …
11:09 Ticket #4298 ([validate] Grouped elements are not update on successfull validation) created by Jeroen van de Pol
If you have set up some field to works as group validation. Only the field …
09:12 Ticket #4297 ([readonly="true"] for IE6 / [readonly=""] for Firefox) created by ggerri
Hi guys If you set some Input-TD's of a table to readonly with …
07:53 Ticket #4296 (css('font-size) converts percentage to pixels in IE) created by Kwooda
A span that inherits its font size from a CSS rule set on the BODY tag …
Note: See TracTimeline for information about the timeline view.