Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Chrome's modal dialog box stuck off screen. How to move it back permanently?

Writer Mia Lopez

Google Chrome throws up a modal dialog box once in a while. This is the box put up by js's alert() function.

Installing an extension also puts it up. So does this very Stack Exchange website if I hit "back" while writing a post like this one.

It's modal, so the browser's UI (the whole browser window, not just the current tab) is frozen while the dialog box is up.

My problem: the dialog box is off screen for me. I can hit <esc> to dismiss it. I can hit <tab> <enter> to accept it. But I can't see it. The dialog box isn't represented in the Windows taskbar as a separate window, so I can't do the old Move trick to move it back onscreen.

I've tried obvious stuff like reinstalling the browser.

How do I get this dialog box to be visible again?

2

4 Answers

If the window is active, you can press ALT+SPACE followed by m. This will allow you to move the window with the arrow keys.

1

Right-click the task bar and select 'cascade windows' or 'show windows stacked'. That re-arranges all the windows, including the modal dialog that this SO site created while I was writing this post :)

Try to temporarily change the monitor's resolution to another value and do Apply.

If any problem, try also using alt+Tab to position to Chrome.

The answer to this question appeared here on Stack Overflow.

As it happens, disabling hardware acceleration for the browser did the trick. Clear the check from the checkbox at Settings / Advanced Settings / System / Use Hardware Acceleration.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy