[Webkit-unassigned] [Bug 136629] New: In ContentEditable when backspacing from one paragraph to the previous one removes all contenteditable="false" elements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 8 07:13:01 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=136629
Summary: In ContentEditable when backspacing from one paragraph
to the previous one removes all
contenteditable="false" elements
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.9
Status: NEW
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: patocallaghan at gmail.com
Created an attachment (id=237783)
--> (https://bugs.webkit.org/attachment.cgi?id=237783&action=review)
Test case showing the ContentEditable backspace bug
FIREFOX 32 - PASS
CHROME 37.0.2062.94 - PASS
SAFARI 7.0.6 (9537.78.2) - FAIL
When backspacing between two paragraphs and the second paragraph contains elements with contenteditable=false, these elements are deleted.
STEPS TO REPRODUCE
1. Create multiple paragraphs within a contenteditable element
2. Within one of the paragraphs create some contenteditable=false elements.
3. Place your cursor at the start of the second paragraph
4. Press Backspace
EXPECTED RESULTS
The two paragraphs should join to become a single paragraph with all of the original content
WHAT ACTUALLY HAPPENS
The two paragraphs join to become a single paragraph but all content from the contenteditable=false element forwards is deleted.
--
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