[Webkit-unassigned] [Bug 113901] New: charAt() javascript function misbehaving in WebKit browsers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 3 15:04:26 PDT 2013


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

           Summary: charAt() javascript function misbehaving in WebKit
                    browsers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: javascriptjedi at hotmail.com


The following bug happens in Safari 5.1.7 (7534.57.2) for Windows XP, Google Chrome 27.0.1425.0 (185065) for OpenSUSE 12.2, and Google Chrome 26.0.1410.43 m for Windows XP, so I believe it's a WebKit issue.

The bug is:

"  ".charAt(1) == " "  

evaluates to false.  (The first string is two spaces.)

On all other browsers--Firefox, and IE, it evaluates to true as one would expect.

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