Side navigation
#2731 closed bug (invalid)
Opened April 22, 2008 08:19AM UTC
Closed January 07, 2009 03:36AM UTC
jquery 1.2.2 and 1.2.3 breaking tables in Firefox 3 b 5
Reported by: | mc_freeman | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.2.3 |
Component: | core | Version: | 1.2.3 |
Keywords: | firefox 3 b5 | Cc: | mc_freeman@yahoo.com |
Blocked by: | Blocking: |
Description
In firefox 3 including jQuery in the header of the file has caused some tables to render incorrectly in the page. See reported bug 430225
https://bugzilla.mozilla.org/show_bug.cgi?id=430225
You can see the error in action here:
http://dl.getdropbox.com/u/232/firefox_b5/listado_productos.jsp.htm
Steps to reproduce:
1) Include any jQuery core code in the HEAD of page (either directly or using src=).
2) Open page in firefox 3 beta 5
Expected results - see screenshot of firefox 2.x to see table rendered correctly. Also works fine in ie6+
So, even if you do nothing but include it, they still break ?
If you did add code, or a plugin, could you tell us what ?