RESOLVED FIXED 11435
REGRESSION (r17098): Crash when clicking in an XSLT document while it's loading
https://bugs.webkit.org/show_bug.cgi?id=11435
Summary REGRESSION (r17098): Crash when clicking in an XSLT document while it's loading
mitz
Reported 2006-10-27 10:16:19 PDT
Go to the URL and while it's loading, resize the window and click inside it. WebKit crashes: 0 com.apple.WebCore 0x0112202c WebCore::FrameView::handleMousePressEvent(WebCore::PlatformMouseEvent const&) + 348 1 com.apple.WebCore 0x01111f84 WebCore::FrameMac::mouseDown(NSEvent*) + 612 2 com.apple.WebKit 0x00336350 -[WebHTMLView mouseDown:] + 272 3 com.apple.AppKit 0x93767890 -[NSWindow sendEvent:] + 4616 ... Even before the crash, during resize you get garbage in the window (in debug builds, you see the red fill). Rolling out r17098 (Prepare for the elimination of the RenderLayer for <html> elements) fixes the bug.
Attachments
Make sure RenderView always paints box decorations (542 bytes, patch)
2007-02-27 12:17 PST, Dave Hyatt
mitz: review+
Stephanie Lewis
Comment 1 2006-11-08 15:21:29 PST
This looks like a duplicate of bug 11111 *** This bug has been marked as a duplicate of 11111 ***
Stephanie Lewis
Comment 2 2006-11-08 15:34:08 PST
radar 4173996
mitz
Comment 3 2006-12-22 10:48:46 PST
Another related issue is that 0-length text documents don't have a root layer ( try data:text/plain, ).
Maciej Stachowiak
Comment 4 2007-02-07 05:28:45 PST
On 12/18/06, Geoff said in the Radar that he could not reproduce. Not sure if the cited Radar number is right though.
Dave Hyatt
Comment 5 2007-02-27 12:17:47 PST
Created attachment 13407 [details] Make sure RenderView always paints box decorations
mitz
Comment 6 2007-02-27 12:19:50 PST
Comment on attachment 13407 [details] Make sure RenderView always paints box decorations r=me
Dave Hyatt
Comment 7 2007-02-27 12:34:50 PST
Fixed.
Note You need to log in before you can comment on or make changes to this bug.