Issue 2091: window.resizeTo() doesn't have any effect
http://code.google.com/p/chromium/issues/detail?id=2091
New issue report by sunil.jayaprakash:
Product Version :
Google Chrome
0.2.149.29 (1798)
Official Build
Google Inc.
Copyright © 2006-2008 Google Inc. All Rights Reserved.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML,
like Gecko) Chrome/0.2.149.29 Safari/525.13
URLs (if applicable) : <Code Snippet attached>
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 3: OK
Firefox 3: OK
IE 7: OK if opening in a new window.
What steps will reproduce the problem?
1. Copy the following snippet to a file, sample.html. The script is
supposed to open a html of size : (100, 200)
<html>
<script TYPE="text/javascript" LANGUAGE="javascript">
window.resizeTo(100,200);
</script>
</html>
2. Open the file
What is the expected result?
When the above html, sample.html is opened, the window should get resized
to the specified value.
What happens instead?
A Chrome window opens but does not get resized.
Additional Information
If a IE7 window is already open, sample.html might be opened as a new tab
in the 'already open window'. In that case, even in IE7 it doesn't get
resized.
Issue attributes:
Status: Unconfirmed
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Unknown
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---