I'm using Chrome 14 and OSX 10.5.8.

If a website generates a Javascript alert window with a lot of content (like debug information) the bottom of the window disappears off the screen.

This places the buttons out of reach and means there is no way of closing the alert window as the "traffic light" of window buttons doesn't appear in the top left-hand corner.

Having the alert window open disables various actions on Chrome and makes it unusable. The only way I've been able to close the alert window is using "Force Quit" to close Chrome down totally.

Is there anyway of closing a Chrome Javascript alert window that is too big for screen in OSX?

link|improve this question

80% accept rate
you can't just hit enter?? generally on an alert the 'ok' has focus by default. i'm not sure about OSX, i'm a windows guy. – rlemon Oct 16 '11 at 21:01
Why would you use alert for debug info? Use console.log - the console was made for debugging. – Zirak Oct 16 '11 at 21:02
Zirak - this is how Silverstripe CMS uses alert boxes for some of it's debugging. – Tama Oct 16 '11 at 22:30
feedback

1 Answer

up vote 1 down vote accepted

@rlemon has got it – activate the alert window and hit Enter. Chrome and Safari on OS X display JavaScript alert boxes with just one button (“OK” by default), which is focused.

link|improve this answer
Thank you, I really should of thought of that. – Tama Oct 21 '11 at 0:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.