Bug 59650

Summary: Every RenderLayer registers itself as a scrollableArea
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, darin, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch bdakin: review+

Description Simon Fraser (smfr) 2011-04-27 16:22:10 PDT
It seems wrong that every RenderLayer registers itself with Page's scrollableArea list, since 80% of RenderLayers are not created for scrolling.
Comment 1 Simon Fraser (smfr) 2011-05-04 17:20:34 PDT
I need to fix this to fix another bug.
Comment 2 Simon Fraser (smfr) 2011-05-05 15:04:28 PDT
Created attachment 92480 [details]
Patch
Comment 3 Beth Dakin 2011-05-05 15:06:08 PDT
Comment on attachment 92480 [details]
Patch

Yay!