Skip to content

Commit e985db9

Browse files
committed
CLOUDSTACK-9194: Making the console popup window resizable in IE to make sure the focus is not lost.
1 parent 7e12ebf commit e985db9

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)