[Webkit-unassigned] [Bug 57543] -webkit-visual-word does not work on words separated by multiple spaces
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 11 11:36:57 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=57543
Xiaomei Ji <xji at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #93048|0 |1
is obsolete| |
Attachment #93048|review? |
Flag| |
Attachment #93152| |review?
Flag| |
--- Comment #19 from Xiaomei Ji <xji at chromium.org> 2011-05-11 11:36:57 PST ---
Created an attachment (id=93152)
--> (https://bugs.webkit.org/attachment.cgi?id=93152&action=review)
patch w/ layout test
updated per comment #18.
>> Source/WebCore/editing/visible_units.cpp:1297
>> + const InlineBox* box, const VisiblePosition& previousWordBreak, int& offsetOfWordBreak, bool& isLastWordBreakInBox, bool& previousWordBreakIsInBoundary)
>Nit: s/previousWordBreakIsInBoundary/previousWordBreakWasAtBoundary/
>In addition, it'll be nice to say whether it's at start (left for LTR/right for RTL) or end (right for LTR/left for RTL).
changed it to previousWordBreakWasAtBoxStart.
--
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