[Webkit-unassigned] [Bug 89775] RenderText’s minimum preferred width is incorrect when soft hyphens are used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 12:05:18 PDT 2012


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


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #149079|review?                     |review+
               Flag|                            |




--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com>  2012-06-22 12:05:17 PST ---
(From update of attachment 149079)
View in context: https://bugs.webkit.org/attachment.cgi?id=149079&action=review

> Source/WebCore/rendering/RenderText.cpp:972
> +        } else if (c == softHyphen && styleToUse->hyphens() != HyphensNone) {

Maybe add RenderStyle::usesHyphens() to make this easier to read?

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