[Webkit-unassigned] [Bug 100403] New: contenteditable incorrectly swaps nodes on deletion
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 25 11:59:25 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=100403
Summary: contenteditable incorrectly swaps nodes on deletion
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Keywords: HasReduction
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: esprehn at chromium.org
CC: eric at webkit.org, ojan at chromium.org, rniwa at webkit.org
In some cases if there's no whitespace between paragraphs contenteditable will swap nodes around in the wrong order.
For example given the below with the caret at the pipe:
X|
Y
Z
If you then hit delete you end up with:
ZY
Downstream bug: http://code.google.com/p/chromium/issues/detail?id=157925
--
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