[Webkit-unassigned] [Bug 113259] [css3-text] Rendering -webkit-each-line value for text-indent from css3-text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 2 17:19:47 PDT 2013


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





--- Comment #9 from Jaehun Lim <ljaehun.lim at samsung.com>  2013-04-02 17:17:58 PST ---
(From update of attachment 195475)
View in context: https://bugs.webkit.org/attachment.cgi?id=195475&action=review

Thanks.

>> Source/WebCore/rendering/RenderBlockLineLayout.cpp:987
>> +    bool isHardLineBreak = lineBox->prevRootBox() && lineBox->prevRootBox()->endsWithBreak();
> 
> This isn't exactly right either... this line box isn't a hard line break, it's *after* a hard line break.

Fixed. Use isAfterHardLineBreak.

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