[Webkit-unassigned] [Bug 26442] New: [:first-letter ][contenteditable] Typing at the end of an contenteditable element having a :first-letter style applied on it only replaces the last character in the element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 16 06:27:00 PDT 2009


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

           Summary: [:first-letter ][contenteditable] Typing at the end of
                    an contenteditable element having a :first-letter style
                    applied on it only replaces the last character in the
                    element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dpopa at adobe.com


Typing at the end of an contenteditable element having a :first-letter style
applied on it only replaces the last character in the element.

<style>
.someclass:first-letter {
        font-weight: bold;
}
</style>
<div class="someclass" contenteditable="true">Some text</div>

Click at the end of the DIV and start typing.
Actual result: the last character from the DIV is replaced with the typed
character.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list