[Webkit-unassigned] [Bug 11795] New: REGRESSION (r18098): WebCore::isSpace() returns true for non-breaking space (failing tables/mozilla/bugs/bug33855.html)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 10 01:54:27 PST 2006


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

           Summary: REGRESSION (r18098): WebCore::isSpace() returns true for
                    non-breaking space (failing
                    tables/mozilla/bugs/bug33855.html)
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: Regression, LayoutTestFailure
          Severity: Normal
          Priority: P1
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org
                CC: hyatt at apple.com


tables/mozilla/bugs/bug33855.html is failing because of this change in
StringImpl.cpp in r18098:

-    return c <= 0x7F ? isspace(c) : (u_charDirection(c) ==
U_WHITE_SPACE_NEUTRAL);
+    return c <= 0x7F ? isspace(c) : WTF::Unicode::isSpace(c);


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