[Webkit-unassigned] [Bug 56017] REGRESSION:Soft hyphen is not always rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 09:19:07 PST 2011


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


David Sosby <dsosby at rim.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #85182|                            |review?, commit-queue?
               Flag|                            |




--- Comment #3 from David Sosby <dsosby at rim.com>  2011-03-09 09:19:07 PST ---
Created an attachment (id=85182)
 --> (https://bugs.webkit.org/attachment.cgi?id=85182&action=review)
Proposed patch

This is a proposed fix that resolves the issue seen in the demo file. 

The soft hyphen check was only being done inside of the while loop when a word break or space was encountered. With some lines, there are no other word breaks after the soft hyphen. The fix was to add a soft hyphen check after the loop next to the platform hyphenation check (tryHyphenating).

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