Bug 15140 - Changing Width in <COL> elements at run time is ignored
Summary: Changing Width in <COL> elements at run time is ignored
Status: RESOLVED DUPLICATE of bug 26523
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac (Intel) OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: GoogleBug, HasReduction
Depends on:
Blocks:
 
Reported: 2007-09-03 23:14 PDT by Bob Rose
Modified: 2009-06-26 09:12 PDT (History)
1 user (show)

See Also:


Attachments
Complete html example of issue (938 bytes, text/html)
2007-09-03 23:34 PDT, Bob Rose
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bob Rose 2007-09-03 23:14:26 PDT
Similar to: http://bugs.webkit.org/show_bug.cgi?id=15022

This is the case where you update the style.width property of a col element in he table header.  The column is not updated.  The new width is ignored.
Comment 1 Bob Rose 2007-09-03 23:34:45 PDT
Created attachment 16191 [details]
Complete html example of issue
Comment 2 David Kilzer (:ddkilzer) 2007-09-04 07:40:37 PDT
Confirmed with a local debug build of WebKit r25346 with Safari 3 Public Beta v. 3.0.3 (522.12.1) on Mac OS X 10.4.10 (8R218).

Comment 3 Christopher Simon 2008-12-01 07:29:16 PST
This Bug is still present in Safari 3.2.1 (525.27.1) for Windows and Chrome 0.4.154.25 (Windows). 

element.offsetWidth is 0, and setting width with element.style.width, element.width is ignored.
Comment 4 Jessie Berlin 2009-06-26 09:12:52 PDT

*** This bug has been marked as a duplicate of 26523 ***