Bug 11577 - Incomplete repaint when <html> has display: table
Summary: Incomplete repaint when <html> has display: table
Status: RESOLVED DUPLICATE of bug 8423
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://lofotenmoose.info/css/
Keywords: HasReduction, InRadar
Depends on:
Blocks:
 
Reported: 2006-11-12 00:22 PST by Matt Lilek
Modified: 2008-04-16 00:13 PDT (History)
0 users

See Also:


Attachments
testcase (93 bytes, text/html)
2006-11-12 00:23 PST, Matt Lilek
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lilek 2006-11-12 00:22:51 PST
When a <html> tag has display: table or inline-table, the window is not properly repainted, displaying right over the old content of the window/tab or the previously selected tab.  This happens in both TOT and Safari 2.0.4.

To reproduce - with this bug report open, load the testcase in either a new tab or the same tab.  The left edge will repaint while the rest of the window will not, leaving the bug report visible.

Also, if you load the URL, you'll not only notice the incomplete repaint, but the tearing that occurs when scrolling.
Comment 1 Matt Lilek 2006-11-12 00:23:42 PST
Created attachment 11490 [details]
testcase
Comment 2 Matt Lilek 2007-01-26 12:01:09 PST
<rdar://problem/4957504>
Comment 3 Matt Lilek 2007-01-26 12:01:55 PST
On debug builds, the tearing and tab switching behavior in my inital report just paints as red.
Comment 4 Maciej Stachowiak 2007-02-07 06:27:10 PST
Not a regression and not otherwise a showstopper.
Comment 5 mitz 2008-04-16 00:13:42 PDT

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