Closed Bug 425182 Opened 16 years ago Closed 16 years ago

OK button in alert() dialogbox is not visible for long strings

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 115997

People

(Reporter: Neo_In_Matrix, Unassigned)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13

Run this simple script in FF:
<script type='text/javascript'>
x = '0123456789';
for(var i = 0; i < 10; i++) x += x;
alert(x)
</script>


Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Actual Results:  
The OK button is not visible.
confiming with FF2.X and Seamonkey trunk.

I really don't know in which component this belongs but it will get lost in general
Status: UNCONFIRMED → NEW
Ever confirmed: true
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: