Hi,

I'm developing an application with jQuery 1.4a2, but I've found a bug
which was introduced in 1.4, because 1.3.2 release works well. First
the testcases:

jQuery 1.3.2 version: 
http://gamca.informacie.sk/betatest/webkit_table/index_1-3-2.html
jQuery 1.4a2 version: 
http://gamca.informacie.sk/betatest/webkit_table/index_1-4a2.html

Test page has a table with three columns. The first column is hidden
with CSS (display: none). Clicking on the link executes function which
replace the hidden table cell in tbody with another table cell using
replaceWith() method and then shows width() of the ".center" table
cell. But this breaks the table in webkit browsers (and reported width
is also wrong).

This issue occurs only in Webkit (I tested Chrome 3, Safari 4 and
Chromium nightly). Firefox 3.5, IE 8, Opera 10 work as expected.

Is this a bug, or I am just doing something wrong?

Thanks,
Peter

--

You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en.


Reply via email to