Bug 174388
Summary: | WKWindowFeatures.allowsResizing always returns YES | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ansh Shukla <ansh_shukla> |
Component: | WebKit API | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | rdemarest |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ansh Shukla
window.open("about:blank", "_blank", "resizable=yes") -> WKWindowFeatures.allowsResizing = YES;
window.open("about:blank", "_blank", "resizable=no") -> WKWindowFeatures.allowsResizing = YES;
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Remy Demarest
I'm covering this issue with the bug 259093 since I'm following the HTML specs.
Remy Demarest
*** This bug has been marked as a duplicate of bug 259093 ***