[Webkit-unassigned] [Bug 33950] contentEditable with "position:relative" paragraphs is buggy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 7 06:00:28 PDT 2013


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





--- Comment #15 from Antonio Gomes <tonikitoo at webkit.org>  2013-10-07 05:59:20 PST ---
(From update of attachment 213574)
View in context: https://bugs.webkit.org/attachment.cgi?id=213574&action=review

> Source/WebCore/ChangeLog:13
> +        When paragraph is positioned(relative/absolute/fixed) then deleting
> +        that paragraph cause wrong merging of other(below) paragraph. This is
> +        happening because positioned element is treated as special element and
> +        on deletion complete paragraph element is removed. The ranges become
> +        invalid after dom mutation and causing the wrong merging of below
> +        paragraph.

it could be worth it to mention when this check was added, what it fixed and why it is not needed anymore.

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