We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
this code returns for left and top always 0, tryed in Safari, Chrome and firefox on Linux and Macos. Width, height, x and y are correct values.
var winbox = new WinBox(); winbox.top = 50; winbox.right = 50; winbox.bottom = 50; winbox.left = 50; // update window if needed: winbox.resize().move(); console.log("Current Viewport Top:", winbox.top); console.log("Current Viewport Right:", winbox.right); console.log("Current Viewport Bottom:", winbox.bottom); console.log("Current Viewport Left:", winbox.left);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
this code returns for left and top always 0, tryed in Safari, Chrome and firefox on Linux and Macos.
Width, height, x and y are correct values.
The text was updated successfully, but these errors were encountered: