[Webkit-unassigned] [Bug 102784] New: Percentage width replaced element incorrectly rendered when intrinsic size changed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 20 02:25:51 PST 2012


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

           Summary: Percentage width replaced element incorrectly rendered
                    when intrinsic size changed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ktf.kim at samsung.com


Percentage width replaced element incorrectly rendered when intrinsic size changed.

The issue scenario is like below :
1) <image> with percentage width is included in parent element like <table> or "absolute" positioned.
2) parent element's width is set from the <image>'s width
3) <image>'s src is changed to larger image
4) because the <image>'s width is percentage, it refers the parent element's width
5)  <image>'s width is not updated

In  RenderBox::computeReplacedLogicalWidthUsing, there already 2 FIXME exist, but none of those are same with this case.
https://bugs.webkit.org/show_bug.cgi?id=46496
https://bugs.webkit.org/show_bug.cgi?id=91071

-- 
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