[Webkit-unassigned] [Bug 90611] contenteditable justify commands applied to next paragraph as well
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 30 11:56:40 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=90611
--- Comment #15 from Darin Adler <darin at apple.com> 2013-09-30 11:55:38 PST ---
(From update of attachment 213010)
View in context: https://bugs.webkit.org/attachment.cgi?id=213010&action=review
> Source/WebCore/editing/ApplyStyleCommand.cpp:274
> + VisiblePosition beyondEnd((visibleEnd.deepEquivalent().deprecatedEditingOffset() || visibleEnd == paragraphStart) ? endOfParagraph(visibleEnd).next() : visibleEnd);
Can you do this without using anything with “deprecated” in its name?
--
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