Bug 14526

Summary: Invisible text in JavaScript alerts if too long without a space
Product: WebKit Reporter: Kravvitz <kravvitz_webkit>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal Keywords: InRadar, PlatformOnly
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: PC   
OS: Windows XP   

Description Kravvitz 2007-07-04 22:15:06 PDT
Try these. The text in the second, third, and fourth will be invisible in Safari but will be visible in other browsers.

alert("1234567890123456789012345678901234567890");
alert("abcdefaghdfdsgfdsfdsfsdfsefsdfdsfdsfdsfdsddfsfdsrf seferefre ew");
alert("12345678901234567890123456789012345678901");
alert("12345678901234567890123456789012345678901 0564056 0506");
Comment 1 Adam Roben (:aroben) 2007-07-04 22:44:26 PDT
<rdar://problem/5108272>
Comment 2 Adam Roben (:aroben) 2007-07-04 22:45:30 PDT
This is a Safari bug, not a WebKit one. Safari bug reports should be filed at http://bugreport.apple.com/ This bug, however, has already been filed, so you won't need to file a new one.
Comment 3 David Kilzer (:ddkilzer) 2007-07-07 11:56:37 PDT
If I'm mistaken, this is Windows-only as well.