Updates:
        Summary: Collapsed javascript window because of the bugs on  
window.resizeTo() and window.moveTo() method
        Status: Untriaged
        Cc: anan...@chromium.org
        Labels: -Area-Misc Area-Compat JavaScript Chrome-specific HasReduction

Comment #1 on issue 6192 by m...@chromium.org: Collapsed javascript window  
because of the bugs on window.resizeTo() and window.moveTo() method
http://code.google.com/p/chromium/issues/detail?id=6192

A self-contained case of this issue:

http://go/reductions/6192/test-standard.html

Actually there are two bugs for this issue:

The 1st one is javascript DOM method window.resizeTo(). In Chrome when  
using this
method on a pop-up window, the window is popped up on the very top and left  
corner of
screen, regardless of the real "left" and "top" property specified in the
window.open() method.

The 2nd one is javascript DOM method window.moveTo(). In Chrome when using  
this
method on a pop-up window, the pop-up window is resized to a very small one,
regardless of the real "width" and "height" property specified in the  
window.open()
method.

Below is a reduction case on the two methods:

http://go/reductions/6192/test-changed.html

This is a chrome specific issue.

Attachments:
        test-standard.html  1.2 KB
        test-changed.html  828 bytes

--
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

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to