Bug 14526 - Invisible text in JavaScript alerts if too long without a space
Summary: Invisible text in JavaScript alerts if too long without a space
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2007-07-04 22:15 PDT by Kravvitz
Modified: 2007-07-07 11:56 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.