Bug 59650 - Every RenderLayer registers itself as a scrollableArea
Summary: Every RenderLayer registers itself as a scrollableArea
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-27 16:22 PDT by Simon Fraser (smfr)
Modified: 2011-06-18 11:54 PDT (History)
3 users (show)

See Also:


Attachments
Patch (4.63 KB, patch)
2011-05-05 15:04 PDT, Simon Fraser (smfr)
bdakin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!