-
Notifications
You must be signed in to change notification settings - Fork 17.1k
Labels
33-x-ybug 🪲has-repro-commentIssue has repro in commentsIssue has repro in commentsplatform/allstatus/confirmedA maintainer reproduced the bug or agreed with the featureA maintainer reproduced the bug or agreed with the feature
Description
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a bug report that matches the one I want to file, without success.
Electron Version
33.2.0
What operating system(s) are you using?
Windows
Operating System Version
Windows 10 22h2
What arch are you using?
x64
Last Known Working Electron version
Not known
Expected Behavior
Opened window should have the height and width specified as innerHeight and innerWidth in features list.
Actual Behavior
Window opens with a 800x600 size.
Testcase Gist URL
No response
Additional Information
We just upgrade from version 20 to 33 and our feature to open secondary windows is broken since all windows now open in 800x600 size. We pass 'innerWidth=xxx,innerHeight=xxx' as features to window.open function.
This bug can be easily reproduced by running below script in debugger console from an electron window.
window.open(location.href, '_blank', 'top=200,left=200,innerWidth=1000,innerHeight=1000')
We have verified that this feature works correctly in native browsers.
This issues happens in both Mac and Windows.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
33-x-ybug 🪲has-repro-commentIssue has repro in commentsIssue has repro in commentsplatform/allstatus/confirmedA maintainer reproduced the bug or agreed with the featureA maintainer reproduced the bug or agreed with the feature