Bug 174388 - WKWindowFeatures.allowsResizing always returns YES
Summary: WKWindowFeatures.allowsResizing always returns YES
Status: RESOLVED DUPLICATE of bug 259093
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-11 13:48 PDT by Ansh Shukla
Modified: 2023-08-23 12:00 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ansh Shukla 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;
Comment 1 Remy Demarest 2023-08-23 11:55:02 PDT
I'm covering this issue with the bug 259093 since I'm following the HTML specs.
Comment 2 Remy Demarest 2023-08-23 12:00:36 PDT

*** This bug has been marked as a duplicate of bug 259093 ***