Bug 48443 - border images don't work right with vertical RenderInlines
Summary: border images don't work right with vertical RenderInlines
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: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks: 46123
  Show dependency treegraph
 
Reported: 2010-10-27 11:04 PDT by Dave Hyatt
Modified: 2010-10-28 14:44 PDT (History)
0 users

See Also:


Attachments
Patch (7.77 KB, patch)
2010-10-28 14:01 PDT, Dave Hyatt
no flags Details | Formatted Diff | Diff
Patch (79.80 KB, patch)
2010-10-28 14:02 PDT, Dave Hyatt
bdakin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2010-10-27 11:04:13 PDT
backgrounds and border images don't work right with vertical RenderInlines.  We have to break up into a vertical strip rather than a horizontal strip, and the border edges that we paint are the top/bottom and not the left/right.
Comment 1 Dave Hyatt 2010-10-27 11:04:21 PDT
Masks too.
Comment 2 Dave Hyatt 2010-10-28 14:01:09 PDT
Created attachment 72231 [details]
Patch
Comment 3 Dave Hyatt 2010-10-28 14:02:21 PDT
Created attachment 72232 [details]
Patch
Comment 4 Dave Hyatt 2010-10-28 14:44:59 PDT
Fixed in r70813.