[Webkit-unassigned] [Bug 76845] New: Absolute positioned element inside relative positioned element does not update display when innerHTML changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 11:20:23 PST 2012


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

           Summary: Absolute positioned element inside relative positioned
                    element does not update display when innerHTML changes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bella.archive at gmail.com


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

I have a container with position: relative, and inside of it a text area and a position: absolute div.
The text area has a keyup event listener which updates the innerHTML of the div.
To see the issue, try typing in the text area. Notice the display of the div is not updated.

The issue goes away when either of the positioning styles is removed.

The bug started appearing around the release of Chome 18, and is reproducible in both Chrome and WebKit.

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