mirror of https://github.com/apache/cloudstack.git
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>
This commit is contained in:
commit
1f53adbac6
|
|
@ -301,7 +301,7 @@
|
|||
}),
|
||||
|
||||
// Window options
|
||||
'menubar=0,resizable=0,' + 'width=' + externalLinkAction.width + ',' + 'height=' + externalLinkAction.height
|
||||
'menubar=0,resizable=1,' + 'width=' + externalLinkAction.width + ',' + 'height=' + externalLinkAction.height
|
||||
);
|
||||
} else {
|
||||
notification.desc = messages.notification(messageArgs);
|
||||
|
|
|
|||
Loading…
Reference in New Issue