Bug 28229

Summary: Changing size style properties on COLGROUP and TR doesn't affect TDs
Product: WebKit Reporter: Karina Guillot <karinag>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: ahmad.saleem792
Priority: P2    
Version: 412   
Hardware: Mac   
OS: OS X 10.5   

Description Karina Guillot 2009-08-12 14:13:27 PDT
I have a table with different TRs and COLGROUPs.

When I dynamically set the width of a colgroup or the height of a TR, it changes the elements' width/height accordingly in all other browsers. However, it doesn't work in Safari/Webkit. In order to achieve the desired efect, I have to change the style in the TD elements (style.width or style.height).
Comment 1 Ahmad Saleem 2024-05-04 17:41:35 PDT
It would be difficult to work with 2009 bug without test case or reference image or details.

It might have been fixed or if it is still applicable, we might have duplicate of WPT test coverage for it.

Marking this as 'RESOLVED WONTFIX' due to lack of reduction and also since it was never confirmed.