[Webkit-unassigned] [Bug 107967] New: Deleting <input type=button> or <button> in the contenteditable and typing after that applies wrong styling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 25 11:24:46 PST 2013


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

           Summary: Deleting <input type=button> or <button> in the
                    contenteditable and typing after that applies wrong
                    styling
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andrew.fedoniouk at gmail.com


Created an attachment (id=184779)
 --> (https://bugs.webkit.org/attachment.cgi?id=184779&action=review)
Minimal example to reproduce the issue.

Minimal reproducible markup:

<div contenteditable>
  <div>The <input type=button value=button></div>
</div>

Steps to reproduce:

1. Position caret after the button.
2. Hit {BACKSPACE} to delete the button.
3. Without moving the caret type something at caret location.

Note: the text typed is incorrectly wrapped into <span style="white-space:pre;font:..."> and its container gets text-align:center style. Use attached document to reproduce it.

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