Bug 49203

Summary: Crash zooming into Word document at office.live.com
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Stop RenderBox::styleDidChange() from triggering layout darin: review+

Description mitz 2010-11-08 14:00:51 PST
<rdar://problem/8119781>

Patch forthcoming
Comment 1 mitz 2010-11-08 14:16:40 PST
Created attachment 73283 [details]
Stop RenderBox::styleDidChange() from triggering layout
Comment 2 Darin Adler 2010-11-08 14:22:31 PST
Comment on attachment 73283 [details]
Stop RenderBox::styleDidChange() from triggering layout

Is it OK to have renderer functions that can trigger layout?

It seems it’s only safe to call those functions if they are the very last ones you call.
Comment 3 mitz 2010-11-08 14:49:45 PST
Fixed in <http://trac.webkit.org/changeset/71576>.