Bug 14526
Summary: | Invisible text in JavaScript alerts if too long without a space | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kravvitz <kravvitz_webkit> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | Keywords: | InRadar, PlatformOnly |
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | PC | ||
OS: | Windows XP |
Kravvitz
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");
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/5108272>
Adam Roben (:aroben)
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.
David Kilzer (:ddkilzer)
If I'm mistaken, this is Windows-only as well.