Bug 27069 - Opacity on elements inside multicol doesn't work
Summary: Opacity on elements inside multicol doesn't work
Status: RESOLVED DUPLICATE of bug 21049
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-07 23:03 PDT by Simon Fraser (smfr)
Modified: 2009-07-08 08:45 PDT (History)
1 user (show)

See Also:


Attachments
Testcase (1.58 KB, text/html)
2009-07-07 23:04 PDT, Simon Fraser (smfr)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2009-07-07 23:03:35 PDT
If you try to change opacity on an element inside a mulitcol block, the rendering is incorrect; the element flickers, disappears, or just renders without the opacity.

This is because RenderLayers are not multicol-friendly, probably.
Comment 1 Simon Fraser (smfr) 2009-07-07 23:04:02 PDT
Created attachment 32430 [details]
Testcase
Comment 2 Simon Fraser (smfr) 2009-07-08 08:45:35 PDT

*** This bug has been marked as a duplicate of bug 21049 ***