Bug 15481 - javascript:moveTo(x,x) moves the window off the screen on a second monitor
Summary: javascript:moveTo(x,x) moves the window off the screen on a second monitor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-12 15:40 PDT by Peer Bremer
Modified: 2007-10-15 15:35 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peer Bremer 2007-10-12 15:40:49 PDT
When you use javascript moveTo(50,50); for example the window moves to the correct position in most cases always on the main monitor (the one with the menu) and oddly enough also on the second monitor if it is placed to the left, top or bottom of the one with the menu. However if your second monitor is placed  to the right of the first one (my set up) when used moveTo(50,50) the window is moved far right almost off the monitors right edge.
Comment 1 Peer Bremer 2007-10-15 15:35:42 PDT
Does no longer happen with latest nightly build ;-)