[Webkit-unassigned] [Bug 11630] REGRESSION (r17068): Layout goes completely wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 20 14:24:54 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11630


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bdakin at apple.com




------- Comment #4 from mitz at webkit.org  2006-11-20 14:24 PDT -------
>From StringImpl::capitalize:
        // Replace &nbsp with a real space since ICU no longer treats &nbsp as
a word separator.

This was added in r13702 to address <rdar://problem/4502311>
text-transform:capitalize needs to 
treat nbsp as a regular space when ICU changes.

I think the solution might be as simple as copying from m_data[i - 1] instead
of stringWithPrevious[i] in the loop that copies the non-capitalized
characters.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list