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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 7 11:01:52 PDT 2013


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #213574|review?                     |review-
               Flag|                            |




--- Comment #17 from Ryosuke Niwa <rniwa at webkit.org>  2013-10-07 11:00:44 PST ---
(From update of attachment 213574)
View in context: https://bugs.webkit.org/attachment.cgi?id=213574&action=review

> Source/WebCore/editing/htmlediting.cpp:-420
> -    if (renderer->style()->position() != StaticPosition)
> -        return true;

There are other position values such as absolute and fixed.
I don't think we want the same behavior as relative for those two values at least.
At minimum, we need a test case. r- because of this.

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