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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 7 02:02:32 PDT 2013


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





--- Comment #3 from javascriptjedi at hotmail.com  2013-04-07 02:00:45 PST ---
I did some more digging and see that this issue seems to happen ONLY in the watch tab of Chrome and Safari 5.  That is, if you type

"  ".charAt(1) == " " 

in the console of either browser, it returns true as expected, but if you type it in the "watch" window, of Chrome or Safari 5 (tested Mac Snow Leopard and windows), it returns false.

I can't find the "add watch" window in Safari 6, since things have been shuffled around - I can only find the console, where I expect you tried this.

However, given that it worked in Safari 5 console, you must test in the "add watch" window of Safari 6 to make sure.

As to why this is important, would you want to fight this bug in your watch window while debugging something else?  I don't think so.

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