On Jul 25, 1:50 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> On Jul 26, 8:43 am, Martijn <[EMAIL PROTECTED]> wrote:
>
> > 2007/7/25, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>
> > > Also, what does IE do?
>
> >http://martijn.martijn.googlepages.com/screenxy.htm
>
> > When I move the mouse as far to the right as possible:
> > - In IE7 I always get 1439px for screenX returned, so IE7 doesn't seem
> > to 'magically' scale screenX, screenY values, no matter what zoom
> > level I use.
> > - In Opera however, the values seem to depend on what zoom level I am.
>
> > I think we should follow IE7.
>
> Yeah, that's definitely easier, and fairly logical. I wonder what
> breaks, but then, if IE7 already breaks it...
>
> Rob

I'm not sure following IE's lead is the best way to go... it doesn't
scale *any* event coordinates, which breaks stuff like cursor trails
that use clientX/Y.

Note that Opera uses some very strange scaling scheme for screenX/Y
that doesn't actually correspond to the zoom level.

That said, we can change it easily, so we can reconsider if we get bug
reports from beta, so I'll just go with not scaling for the moment.

-Eli

_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to