RESOLVED DUPLICATE of bug 259093 174388
WKWindowFeatures.allowsResizing always returns YES
https://bugs.webkit.org/show_bug.cgi?id=174388
Summary WKWindowFeatures.allowsResizing always returns YES
Ansh Shukla
Reported 2017-07-11 13:48:38 PDT
window.open("about:blank", "_blank", "resizable=yes") -> WKWindowFeatures.allowsResizing = YES; window.open("about:blank", "_blank", "resizable=no") -> WKWindowFeatures.allowsResizing = YES;
Attachments
Remy Demarest
Comment 1 2023-08-23 11:55:02 PDT
I'm covering this issue with the bug 259093 since I'm following the HTML specs.
Remy Demarest
Comment 2 2023-08-23 12:00:36 PDT
*** This bug has been marked as a duplicate of bug 259093 ***
Note You need to log in before you can comment on or make changes to this bug.