Bug 32439

Summary: Scrollbar of overflow:scroll div in compositing layer fails to render
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Testcase
none
Patch mitz: review+

Description Simon Fraser (smfr) 2009-12-11 10:07:25 PST
Created attachment 44694 [details]
Testcase

The scrollbars in the attached testcase fail to render.
Comment 1 Simon Fraser (smfr) 2009-12-31 17:53:25 PST
Created attachment 45724 [details]
Patch
Comment 2 mitz 2009-12-31 17:56:28 PST
Comment on attachment 45724 [details]
Patch

> +    return m_hBar || m_vBar || m_scrollCorner || renderer()->style()->resize() != RESIZE_NONE;
> +;

;?
Comment 3 Simon Fraser (smfr) 2010-01-01 11:41:05 PST
http://trac.webkit.org/changeset/52686