Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

Assume that you design a webpage to put pop-up windows in a fixed location on the screen. When a user uses Microsoft Edge to view the webpage, pop-up windows are positioned incorrectly near the upper-left corner of the main browser window.

For example, this problem may occur if you use HTML that resembles the following:

<!DOCTYPE html>
<html>
<head>
  <title>Main Page</title>
</head>
<body>
    <div>
      <button type="button" onclick="window.open('https://www.bing.com', 'myPopup', 'top=100, left=100')">Click</button>
    </div>
  </body>
</html>


When this problem occurs, a pop-up window is created near the upper-left corner of the main window when a user clicks the button. You expect the pop-up window to be created in the position that is defined by the top and left coordinates in your HTML.

Status

Microsoft has confirmed that this is a problem in Microsoft Edge. We are researching this problem and will post additional information here when it is available.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×