Bug 5821 - Changing background of <col> doesn't repaint the column
Summary: Changing background of <col> doesn't repaint the column
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on: 11720
Blocks:
  Show dependency treegraph
 
Reported: 2005-11-24 11:34 PST by mitz
Modified: 2007-02-07 21:06 PST (History)
2 users (show)

See Also:


Attachments
testcase (602 bytes, text/html)
2005-11-24 11:34 PST, mitz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.