[Webkit-unassigned] [Bug 13283] New: Problem deleting a selection that ends in a text node that contains collapsed whitespace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 4 15:52:03 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13283

           Summary: Problem deleting a selection that ends in a text node
                    that contains collapsed whitespace
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: justin.garcia at apple.com


Open:

<div contenteditable="true">
<div>foo</div>
bar
</div>

Create a selection that starts in the first paragraph and ends in the second.
Delete.


The position that marks the end of the selection being removed fails to get
updated during the deletion, and so is invalid when used during merging.


-- 
Configure bugmail: http://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