[Webkit-unassigned] [Bug 112275] TextIterator emits LF for a br element inside an empty input element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 14 19:30:24 PDT 2013


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


Ryosuke Niwa <rniwa at webkit.org> changed:

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




--- Comment #18 from Ryosuke Niwa <rniwa at webkit.org>  2013-03-14 19:32:50 PST ---
(From update of attachment 193216)
View in context: https://bugs.webkit.org/attachment.cgi?id=193216&action=review

> Source/WebCore/editing/TextIterator.cpp:1139
> +    , m_emitsOriginalText(behavior & TextIteratorEmitsOriginalText)

SimplifiedBackwardsTextIterator doesn't support TextIteratorEmitsOriginalText. We need to initialize it with false.
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