[Webkit-unassigned] [Bug 91665] New: When a block element is made inline positioned and has static left and right, it does not follow inline formatting context

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 13:58:55 PDT 2012


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

           Summary: When a block element is made inline positioned and has
                    static left and right,  it does not follow inline
                    formatting context
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pravind.2k4 at gmail.com


An inline positioned object(absolute/fixed) with static inline positions(static left and right) follows inline formatting context. However when the display property of a block-level element(positioned or otherwise) having static inline positions, is changed to inline(inline-block etc...) , the element is not re-laid using inline formatting context.

This bug is related to https://bugs.webkit.org/show_bug.cgi?id=18090 . However the root causes are different.

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