Skip to main content

Bug Tracker

Side navigation

#11156 closed bug (duplicate)

Opened January 11, 2012 10:32AM UTC

Closed January 11, 2012 10:45AM UTC

Last modified January 11, 2012 10:45AM UTC

.WIDTH() ON HIDDEN CELL MESSES UP TABLE LAYOUT IN GOOGLE CHROME

Reported by: romario333 Owned by:
Priority: low Milestone: None
Component: dimensions Version: 1.7.1
Keywords: Cc:
Blocked by: Blocking:
Description

In Google Chrome, when you call .width() on a hidden cell and then make the cell visible, it is shifted to the right from its original position.

Here is a test-case: http://jsfiddle.net/romario333/9bqhA/

It looks like a webkit issue, I've already reported it: https://bugs.webkit.org/show_bug.cgi?id=75798

In Firefox and IE the table renders correctly.

I've already created ticket for this bug earlier, but it was closed as invalid. I believe that this bug is valid, as I run into it quite often in my code and jQuery's task should be to hide browser differences from me. Here is the original ticket: http://bugs.jquery.com/ticket/11132

Attachments (0)
Change History (2)

Changed January 11, 2012 10:45AM UTC by addyosmani comment:1

component: unfileddimensions
priority: undecidedlow
resolution: → duplicate
status: newclosed

As this is a duplicate of the older ticket I'll close this one and re-open the other for a second review.

Changed January 11, 2012 10:45AM UTC by addyosmani comment:2

Duplicate of #11132.