[Webkit-unassigned] [Bug 75959] New: Add RenderStyle::isAbsolutelyPositioned() helper method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 10 06:42:28 PST 2012


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

           Summary: Add RenderStyle::isAbsolutelyPositioned() helper
                    method
           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: mihnea at adobe.com


Instead of (style()->position() == AbsolutePosition || style()->position() == FixedPosition) use (style()->isAbsolutelyPositioned()).
Instead of (style()->position() != AbsolutePosition && style()->position() != FixedPosition) use (!style()->isAbsolutelyPositioned()).

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