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
Popup windows, when allowed by allow_popups, do not inherit some essential properties, such as: navigation, window_icon, window_size and window_title.
allow_popups
navigation
window_icon
window_size
window_title
By consequence, popup windows open with the smallest possible dimensions on the desktop, after which one needs to maximise these to even see these.
The zoom_factor is correctly inherited, though.
zoom_factor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Popup windows, when allowed by
allow_popups
, do not inherit some essential properties, such as:navigation
,window_icon
,window_size
andwindow_title
.By consequence, popup windows open with the smallest possible dimensions on the desktop, after which one needs to maximise these to even see these.
The
zoom_factor
is correctly inherited, though.The text was updated successfully, but these errors were encountered: