Bug 5821

Summary: Changing background of <col> doesn't repaint the column
Product: WebKit Reporter: mitz
Component: TablesAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: ian, mrowe
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on: 11720    
Bug Blocks:    
Attachments:
Description Flags
testcase none

Description mitz 2005-11-24 11:34:01 PST
Summary: When the background property of a col element is changed, the column's cells do not repaint.

To reproduce: open the testcase in Safari and click the link, then select and deselect all text.

Expected: background color to change from yellow to green immediately when clicking the link.
Actual: background was repainted green only when repaint was triggered by text selection.
Comment 1 mitz 2005-11-24 11:34:54 PST
Created attachment 4792 [details]
testcase
Comment 2 mitz 2007-02-02 01:27:57 PST
The latest patch for bug 11720 (attachment 12868 [details]) fixes this bug.
Comment 3 Mark Rowe (bdash) 2007-02-07 21:06:55 PST
Fixed with fix for bug 11720 in r19490.