[Webkit-unassigned] [Bug 16417] REGRESSION: Image of original web page is left on new tab when basic/digest authentication dialog is dismissed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 19 06:47:36 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16417


sullivan at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sullivan at apple.com




------- Comment #5 from sullivan at apple.com  2008-01-19 06:47 PDT -------
I suspect you're right that this is the same as 15063. If so, it seems to be a
WebKit bug, not a Safari bug -- WebKit is keeping the WebFrameView sized at 0,0
until the first layout, which means there is no NSView that draws (even an
opaque background) in the incoming WebView area, so the screen continues to
show the bits from the old view in this area.

One way to fix it is might be to make WebView draw an opaque white background
when there is zero-sized documentView in the main frame. But a better way would
be to somehow ensure that the main WebFrameView is sized to the entire area of
the WebView in these cases where no layout has yet occured (or to make sure a
layout does occur).


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list