[Webkit-unassigned] [Bug 102330] New: Overlapping of absolute (or fixed) positioned text when trying to break the text (via paragraph break or indent/outdent etc.)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 14 21:41:29 PST 2012


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

           Summary: Overlapping of absolute (or fixed) positioned text
                    when trying to break the text (via paragraph break or
                    indent/outdent etc.)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arpitabahuguna at gmail.com


When trying to break text specified within an absolutely (or fixed) positioned contenteditable block, overlap of the text occurs.

This perhaps occurs due to our copying the attributes of the containing element (which also copies the style attribute specifying the position property) while creating its clone for breaking the text.

Breaking of the text can be achieved in several ways such as by inserting a paragraph break or inserting an indent/outdent in between the text.

Two testcases are uploaded along with this for reproducing the issue.

For the first case: edit1.html, hit an enter in-between the text "1234" to reproduce the overlap.
For the second case: edit2.html, by adding either indent or outdent in-between the text, the issue can be reproduced.

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