Bug 14396
Summary: | javascript string handles | ||
---|---|---|---|
Product: | WebKit | Reporter: | Peter Evans <peter> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Major | Keywords: | InRadar |
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | PC | ||
OS: | Windows XP |
Peter Evans
javascript string handling in Safari 3 Public beta for Windows doesn't work properly.
The following code displays what you would expect:
alert("1234567890123456789012345678901234567890")
This, however, and anything longer, displays a blank:
alert("12345678901234567890123456789012345678901")
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
This is a Safari bug, not a WebKit bug. Peter, would you mind filing this bug at http://bugreport.apple.com/? Thanks!
David Kilzer (:ddkilzer)
(In reply to comment #1)
> This is a Safari bug, not a WebKit bug. Peter, would you mind filing this bug
> at http://bugreport.apple.com/? Thanks!
Please report the Radar bug number back here when done. Thanks!
Peter Evans
Reported to bugreport.apple.com Bug id = 5295144
David Kilzer (:ddkilzer)
(In reply to comment #3)
> Reported to bugreport.apple.com Bug id = 5295144
Thanks!