mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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
|
// Window options
|
||||||
'menubar=0,resizable=0,' + 'width=' + externalLinkAction.width + ',' + 'height=' + externalLinkAction.height
|
'menubar=0,resizable=1,' + 'width=' + externalLinkAction.width + ',' + 'height=' + externalLinkAction.height
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
notification.desc = messages.notification(messageArgs);
|
notification.desc = messages.notification(messageArgs);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user