[Webkit-unassigned] [Bug 81236] New: IP difference between designMode and contentEditable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 15 10:52:47 PDT 2012


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

           Summary: IP difference between designMode and contentEditable
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: maxst at live.com


Created an attachment (id=132078)
 --> (https://bugs.webkit.org/attachment.cgi?id=132078&action=review)
Reduced repro page, text/html

I’ve attached a reduced repro page for this behavior.  The IP should appear at the end of the first line.  This works in ContentEditable but not in designMode (there shouldn’t be any difference between the two).  This repros in at least Chrome and Mobile Safari.

Steps:
1)    Load BeforeSpace.htm in a webkit browser
2)    Note that the IP appears at the beginning of the second line of text
3)    Edit BeforeSpace.htm and change the function “setup” to call “setupType2” instead of “setupType1”.
4)    Reload BeforeSpace.htm in the browser
5)    Note that the IP appears at the end of the first line of text

Expected:
                Both cases to show the IP at the end of the first line of text.

Results:
                The first case shows the IP at the start of the second line.  The two should behave the same.

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