Now as 20143 is fixed I'm not able to find a way to resize a dialog window #20216
Labels
area-pkg
Used for miscellaneous pkg/ packages not associated with specific area- teams.
closed-duplicate
Closed in favor of an existing report
library-html
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"
The text was updated successfully, but these errors were encountered: