Bug 15481

Summary: javascript:moveTo(x,x) moves the window off the screen on a second monitor
Product: WebKit Reporter: Peer Bremer <peer>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Trivial    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   

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