Status: Unconfirmed
Owner: [email protected]
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 5867 by fuatakgun: Javascript window.moveTo(0,0) Problem
http://code.google.com/p/chromium/issues/detail?id=5867

Chrome Version       : 1.0.154.36
URLs (if applicable) : www.bestimage.com.tr
Other browsers tested:
      Safari 3: No Test
     Firefox 3: OK
          IE 7: OK

What steps will reproduce the problem?
1. Enter the site and let the popup open
2. Popup opens. If I place
window.resizeTo(350,350)
window.moveTo(0,0)
code in popup window, popup is opened maximized.

If I only place window.resizeTo(350,350), popup opens in coordinates like
200,0 but it must also be opened in 0,0 because javascript code in source
page has top=0,left=0.


What is the expected result?
I expect that popup should open in 0,0 with and without moveto and
size(350,350).


What happens instead?
Instead it opens in full or 350,350 dimension with something like 200,0
coordinate.


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