Skip to content

Now as 20143 is fixed I'm not able to find a way to resize a dialog window #20216

Closed
@DartBot

Description

@DartBot

This issue was originally filed by @zoechi


Before https://code.google.com/p/dart/issues/detail?id=20143 was fixed I was able to do

    Window dialog = window.open('dialog.html');
    dialog.resizeTo(700,700)

now

    window.open(...)

returns a _DOMWindowCrossFrame
and I am not able to figure out how I can access the resizeTo() method

Dart VM version: 1.6.0-edge.38568 (Thu Jul 24 18:05:28 2014) on "linux_x64"

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-pkgUsed for miscellaneous pkg/ packages not associated with specific area- teams.closed-duplicateClosed in favor of an existing reportlibrary-html

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions