Bug 32439 - Scrollbar of overflow:scroll div in compositing layer fails to render
Summary: Scrollbar of overflow:scroll div in compositing layer fails to render
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-11 10:07 PST by Simon Fraser (smfr)
Modified: 2010-01-01 11:41 PST (History)
0 users

See Also:


Attachments
Testcase (904 bytes, text/html)
2009-12-11 10:07 PST, Simon Fraser (smfr)
no flags Details
Patch (6.41 KB, patch)
2009-12-31 17:53 PST, Simon Fraser (smfr)
mitz: 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) 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