Problem: Equation editor opens inaccessibly

Problem: Equation editor opens inaccessibly

Frequently the equation editor opens in a location that's outside the browser window, and hence invisible because it's only visible when within the browser window. (So an unfamiliar person would assume that Eq editor doesn't work.)

This appears to be because the equation editor's Left, Top location is not calculated based on current browser window size, but rather based on desktop size. 

My setup has three 1920x1200 monitors, so 5760 wide. I think the algorithm tries to offset the Eq editor by half the desktop size or something like that, so seemingly regardless of where I position the browser window, the Eq editor opens far to the right, requiring me to open the browser window very wide to find it.

I guess the fix is that the Left position should be calculated based on browser width and not desktop width.

Graham