Skip to content

Commit 1f53adb

Browse files
committed
Merge pull request #1270 from anshul1886/CLOUDSTACK-9194
CLOUDSTACK-9194: Making the console popup window resizable in IE to make sure the focus is not losthttps://issues.apache.org/jira/browse/CLOUDSTACK-9194 To test: Open any VM console in IE, and try resizing the browser window of console It should be resizable. * pr/1270: CLOUDSTACK-9194: Making the console popup window resizable in IE to make sure the focus is not lost. Signed-off-by: Will Stevens <williamstevens@gmail.com>
2 parents 91ce3b9 + e985db9 commit 1f53adb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/scripts/ui/widgets/detailView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
}),
302302

303303
// Window options
304-
'menubar=0,resizable=0,' + 'width=' + externalLinkAction.width + ',' + 'height=' + externalLinkAction.height
304+
'menubar=0,resizable=1,' + 'width=' + externalLinkAction.width + ',' + 'height=' + externalLinkAction.height
305305
);
306306
} else {
307307
notification.desc = messages.notification(messageArgs);

0 commit comments

Comments
 (0)