[Webkit-unassigned] [Bug 48250] New: Contents of relatively-positioned SPAN do not update correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 10:34:11 PDT 2010


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

           Summary: Contents of relatively-positioned SPAN do not update
                    correctly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://www.pilgrimwebdesign.com/span_update.html
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jhurshman at gmail.com


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

A span element which has position:relative and is moved from its natural position will not update its contents correctly when they are set either programmatically or in the Inspector. The bounding box gets recalculated, and the new contents are partly visible, but the old contents remain. It's as if the new contents are drawn under the old.

This doesn't happen if the node is a div instead, or if the span is positioned absolutely (instead of relatively).

Tested in Safari 5.0.2 (release) and today's nightly (r70429).

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