Bug 86032 - Problems with flipped writing modes and compositing
Summary: Problems with flipped writing modes and compositing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-05-09 16:16 PDT by Beth Dakin
Modified: 2012-05-17 21:33 PDT (History)
6 users (show)

See Also:


Attachments
Test case (1.55 KB, text/html)
2012-05-09 16:16 PDT, Beth Dakin
no flags Details
Account for flipped writing modes in RenderLayer::calculateLayerBounds() (3.90 KB, patch)
2012-05-17 21:15 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2012-05-09 16:16:08 PDT
While investigating https://bugs.webkit.org/show_bug.cgi?id=86025 Simon and I discovered another strange bug with vertical text and compositing. Open the attached test case in Safari. Scroll to the left to reveal the rest of the green box, and notice that instead of the expected white background, you end up seeing the green box over a shadow or dark linen or something.
Comment 1 Beth Dakin 2012-05-09 16:16:27 PDT
Created attachment 141042 [details]
Test case
Comment 2 Radar WebKit Bug Importer 2012-05-09 16:17:38 PDT
<rdar://problem/11419933>
Comment 3 mitz 2012-05-17 21:15:31 PDT
Created attachment 142624 [details]
Account for flipped writing modes in RenderLayer::calculateLayerBounds()
Comment 4 mitz 2012-05-17 21:33:44 PDT
Fixed in r117537.
<http://trac.webkit.org/r117537>