[Webkit-unassigned] [Bug 58800] New: Delete removes two characters at a time in a container that has :first-letter applied to it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 18 11:13:26 PDT 2011


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

           Summary: Delete removes two characters at a time in a container
                    that has :first-letter applied to it
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: justin.garcia at apple.com
                CC: rniwa at webkit.org, enrica at apple.com


Open the attached test case
Click after the 'o' in "Francisco" to start editing
Start deleting 

Delete removes two characters at a time.

<rdar://problem/9299050> Delete removes two characters at a time in a container that has :first-letter applied to it

<head>
<style>
div {
    font-size: 48px;
}
div:first-letter {
    color: blue;
}
</style>
</head>
<body contentEditable="true">
<div>Graffiti in San Francisco</div>
</body>

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