[Webkit-unassigned] [Bug 125610] New: Use overflowRect's width for contentsWidth in RenderMarquee::computePosition

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 11 18:24:38 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=125610

           Summary: Use overflowRect's width for contentsWidth in
                    RenderMarquee::computePosition
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ktf.kim at samsung.com


Created an attachment (id=219027)
 --> (https://bugs.webkit.org/attachment.cgi?id=219027&action=review)
testcase

Currently, the preferredWidth is used for contentsWidth to compute children's position in render marquee,
but it is wrong when the children have a percent width type.

It was modified from overflowRect's width to preferredWidth by bug 64230,
but the preferredWidth is not same with the contentsWidth when the children have a percent width type.

So, overflowRect's width should be used for contentsWidth in here.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list