Bug 17479 - Loading http://www.truecrypt.org/ causes ASSERT (debug mode) or misrendering (release mode
Summary: Loading http://www.truecrypt.org/ causes ASSERT (debug mode) or misrendering ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://www.truecrypt.org/
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-21 12:10 PST by Eric Seidel (no email)
Modified: 2008-02-21 12:12 PST (History)
0 users

See Also:


Attachments
screenshot of bad rendering (resizing window fixes rendering, cached load does not misrender) (171.56 KB, image/png)
2008-02-21 12:11 PST, Eric Seidel (no email)
no flags Details
second screenie of same rendering bug (144.86 KB, image/png)
2008-02-21 12:12 PST, Eric Seidel (no email)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2008-02-21 12:10:14 PST
Loading http://www.truecrypt.org/ causes ASSERT (debug mode) or misrendering (release mode

ASSERTION FAILED: d->m_view && !d->m_view->needsLayout()
(/Users/eseidel/Projects/WebKit/WebCore/page/Frame.cpp:1301 void WebCore::Frame::paint(WebCore::GraphicsContext*, const WebCore::IntRect&))


See screen shot for misrendering in release mode.  Both the FAQ and the front page cause misrenderings for me.
Comment 1 Eric Seidel (no email) 2008-02-21 12:11:48 PST
Created attachment 19260 [details]
screenshot of bad rendering (resizing window fixes rendering, cached load does not misrender)
Comment 2 Eric Seidel (no email) 2008-02-21 12:12:57 PST
Created attachment 19261 [details]
second screenie of same rendering bug