id summary reporter owner description type status priority milestone component version resolution keywords cc 7325 Webkit: backspace moves content between p tags (instead of merging them) Dane Bertram "I wasn't sure how best to summarize this in the title, but here's how to repro this using Safari or Chrome on www.ckeditor.com/demo: 1. Enter the following using shift+enter/enter as indicated: one[shift+enter]two[enter]three[shift+enter]four This results in two

tags with
tags where you pressed shift+enter (as expected):

one
two

three
four

2. Move the cursor before ""three"" and hit backspace Expected result:

one
twothree
four

I.e., Merge the two

tags. Actual result:

one
twothree

four

I.e., Still two

tags, but part of the second

tag has been moved into the first. I've tested this from 3.4.2 up until 3.5.2, but I suspect it probably goes back further. This is reproducible in Chrome and Safari, but not in FF/IE/Opera, which makes me think it's Webkit-specific." Bug confirmed Normal General 3.4.2 WebKit dane@…