Timeline
06/03/09:
- 21:06 Ticket #4724 (Offset reporting incorrectly in IE7 on zoom level other than 100%) created by
- I'm using jQuery 1.3.2 and seeing incorrect results in IE7 on the offset() …
- 20:07 Ticket #4723 (VML + IE + jQuery = "Failed") created by
- In MSIE7 (what i have tested so far) an error (stating "Failed") is raised …
- 11:49 Ticket #4722 ($.browser.version problem in ie7) created by
- Some ie7 have a "corrupt" user agent (according to my statistics at least …
- 09:20 Ticket #4721 (IE: Underlying visible elements Displaying when parent is Hidden) created by
- Hi, I've recently experienced a very strange issue with a site I'm working …
- 00:49 Ticket #4720 (Performance: Cache array methods for faster accessing) created by
- Array.prototype.slice appears 5 times in …
06/02/09:
- 19:49 Ticket #4719 (jQuery.ajax dataFilter parsing of the resulting data hangs IE 7) created by
- If I have a dataFilter method that tries to parse the data […] it …
- 19:25 Ticket #4718 (Using html(val) causes multiple image reques in IE6) created by
- I am using html(val) to update my div after a jQuery.ajax call. My …
- 16:00 Ticket #4717 (jQuery creates permanent failed state in Firefox when rapidly reloaded) created by
- This is a serious bug because it results in the browser persistently …
- 11:32 Ticket #4716 ([autocomplete] Autocomplete sets focus to incorrect element) created by
- I go to http://jquery.bassistance.de/autocomplete/demo/ and do the …
- 02:14 Changeset [6faf75fb98ffdeb27dd8ce5a009d65dfa2921ec2] by
-
- src/fx.js
- 00:33 Ticket #4715 (jQuery Documentation A-Z) created by
- I sometimes cannot remember which documentation section a particular …
- 00:19 Ticket #4714 ([autocomplete] matching doesn't work when options.minChar is > 1) created by
- This is a simple bug in the for loop: load: function(q) { ... …
06/01/09:
- 23:24 Ticket #4713 ([autocomplete] does not handle escaped characters after selection) created by
- With the autocomplete plugin, I specify a list of names and email …
- 15:02 Ticket #4712 (IE8 error) created by
- when rendering a page using jquery in IE8 I get an error that says …
- 14:28 Ticket #4711 (Webkit: find with colon ":" in search returns incorrect results) created by
- When attempting to parse the Yahoo Weather RSS feeds using JQuery 1.2.6, …
- 11:50 Ticket #4710 (Internet Explorer 6 and 7 do not explicitly append dom elements) created by
- When writing elements into the dom, using .html() or append() do not …
- 04:54 Ticket #4709 (setRequestHeader) created by
- Hi guys, I try set header when use ajax method post $.post('url.php',{ …
05/31/09:
- 20:15 Ticket #4708 (Connect to sortable breaks data passing from draggable to drop target) created by
- I'm trying to use draggable, with sortable and droppable. When I specify …
- 18:29 Ticket #4707 (Updating opacity in Internet Explorer breaks other currently used filters) created by
- In jQuery 1.3.3pre and previous, there exists a bug in how opacity is set …
05/30/09:
- 20:11 Ticket #4706 (Ajax load(...) works wrong with full HTML documents) created by
- The ajax "load( url, data, callback )" function documentation states that …
- 19:03 Ticket #4705 (Reroute access to DOM className via jQuery.className.get and ...) created by
- The goal of this patch is to add a layer of indirection for className. …
- 12:01 Ticket #4704 (IE selector problem) created by
- $("#folder td.size > a").html("Advanced"); $("#folder td.size > …
- 11:59 Ticket #4703 (Selector does not work when some specific characters are present) created by
- Step to reproduce: 1. define a tag with id …
05/29/09:
- 23:55 Ticket #4695 (Rrror: jQuery.event.specialAll[type].teardown is undefined) closed by
- invalid: Yes, jQuery does not support code that modifies Object.prototype. There …
- 19:56 Ticket #4702 (The val() method on a select element works incorrectly in IE) created by
- When using the val() method on a SELECT element with a value in order to …
- 15:44 Ticket #4701 (Gmail/Facebook Style jQuery Chat but) created by
- Gmail/Facebook Style jQuery Chat is not work if prototype and scripts …
- 15:12 Ticket #4700 (Tests #25 and #26 fail in jQuery test suite, in Opera 9.64 (Mac)) created by
- Steps to reproduce: - Start Opera 9.64 on Mac OS X 10.5.6 - Go to …
- 15:08 Ticket #4699 (Test #64 fails in jQuery test suite, in OmniWeb v5.9.2) created by
- Steps to reproduce: - Start OmniWeb 5.9.2 on Mac OS X 10.5.6 - Go to …
- 14:54 Ticket #4698 (jQuery test suite fails silently on Fx 3.0 when using a proxy) created by
- Steps to reproduce: - Have an ADSL connection from Solcon NL (Netherlands) …
- 12:44 Ticket #4697 (Getting flashvars param not works in 1.3. but works in 1.2) created by
- this happens on Internet Explorer only (i am using IE8, but i am sure it …
- 11:21 Ticket #4696 (Clone() method not working when applied to editable BODY element) created by
- Hi, We are trying to call Clone method on a BODY element and this body …
- 06:04 Ticket #4695 (Rrror: jQuery.event.specialAll[type].teardown is undefined) created by
- Reproduction: 1. Load …
05/28/09:
- 22:35 Ticket #4694 ([validate] URLs with | (pipe) character fail validation) created by
- URLs that contain | (pipe characters) fail URL validation. Examples: …
- 16:38 Ticket #4693 (Memory leak with framesets in modal dialog) created by
- In IE6/7, jQuery 1.3.2 introduces a browser memory leak when opening a …
- 14:19 Ticket #4692 (div reverts to original size after animation (webkit only)) created by
- Place one div inside another (outer and inner); 'outer' has absolute …
- 03:44 Ticket #4686 (jquery 1.3.2 append(' ', ' ') crashes ie6, ie7) closed by
- duplicate: Dup of #4011
- 03:09 Ticket #4689 (Can't select an input field inside a form) closed by
- duplicate: This is a dup of #3685. See also this page: …
05/27/09:
- 18:41 Ticket #4691 ($('<input />').attr('name', 'name') [IE bug]) created by
- $('<input />').attr('name', 'name') method doesn't work on IE8 running in …
- 15:54 Ticket #4690 (Chrome OPTIONS header type sent for POST ajax request, FF fails.) created by
- When using $.ajax as follows: var url = " http://local.vhost/script"; var …
- 15:51 Ticket #4689 (Can't select an input field inside a form) created by
- Here's the code, try to select the input inside.. I can't, I tried …
- 14:46 Ticket #4688 (cant download custom themes from the site.) created by
- Tried in firefox 3.0.10 and chrome 2.0.172.28 I started with the theme …
- 09:37 Ticket #4687 (Incorrect $(window).width() in Firefox) created by
- Firefox (tested: 3.0.10, Mac) reports the wrong value for $(window).width …
- 09:36 Ticket #3201 ([validate] Dutch localization) reopened by
- extra suggestions for dutch validation support: dutch zipcode …
Note: See TracTimeline
for information about the timeline view.
