On Tue, Mar 3, 2015 at 8:49 AM, Mike Taylor wrote:
> On 3/1/15 17:58, smaug wrote:
>
>> Haven't changes from integer to doubles caused issues in some cases.
>> Boris might recall some examples.
>>
>
> IE just reverted from using doubles on MouseEvent for compat reasons:
> https://www.w3.org/Bugs/
On 3/1/15 17:58, smaug wrote:
Haven't changes from integer to doubles caused issues in some cases.
Boris might recall some examples.
IE just reverted from using doubles on MouseEvent for compat reasons:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28029#c6
--
Mike Taylor
Web Compat, Mozill
On Mon, Mar 2, 2015 at 7:00 PM, Chris Peterson
wrote:
> Gecko's offsetX/Y could return doubles, for compatibility with the spec,
> that are always snapped to whole numbers, for compatibility with other
> browsers.
>
> Or Gecko could add random noise to the low bits of offsetX/Y so they are
> *nev
On 3/2/15 1:00 AM, Chris Peterson wrote:
Gecko's offsetX/Y could return doubles, for compatibility with the spec,
that are always snapped to whole numbers, for compatibility with other
browsers.
How, precisely, is this different from returning integers? Remember,
this is JS we're talking abou
On 2/27/15 7:25 PM, Robert O'Callahan wrote:
On Sat, Feb 28, 2015 at 8:30 AM, Jeff Muizelaar
wrote:
>On Fri, Feb 27, 2015 at 2:21 PM, Robert O'Callahan
>wrote:
> >Oh, another issue is that I've followed the spec and made offsetX/Y
> >doubles, whereas Blink is integers, which introduces a small
On 02/28/2015 05:25 AM, Robert O'Callahan wrote:
On Sat, Feb 28, 2015 at 8:30 AM, Jeff Muizelaar
wrote:
On Fri, Feb 27, 2015 at 2:21 PM, Robert O'Callahan
wrote:
Oh, another issue is that I've followed the spec and made offsetX/Y
doubles, whereas Blink is integers, which introduces a small a
On Sat, Feb 28, 2015 at 8:30 AM, Jeff Muizelaar
wrote:
> On Fri, Feb 27, 2015 at 2:21 PM, Robert O'Callahan
> wrote:
> > Oh, another issue is that I've followed the spec and made offsetX/Y
> > doubles, whereas Blink is integers, which introduces a small amount
> compat
> > risk.
> >
>
> IE also
On Fri, Feb 27, 2015 at 2:21 PM, Robert O'Callahan wrote:
> Oh, another issue is that I've followed the spec and made offsetX/Y
> doubles, whereas Blink is integers, which introduces a small amount compat
> risk.
>
IE also uses integers. Wouldn't it be better to change the spec to
follow the exis
On Sat, Feb 28, 2015 at 8:15 AM, Robert O'Callahan
wrote:
> Summary: CSSOM Views specify offsetX/Y properties on MouseEvent. Other
> browsers implement them. Many sites use it with a fallback for Firefox, but
> I've found at least one site that doesn't have a fallback. It's trivial to
> implement
Summary: CSSOM Views specify offsetX/Y properties on MouseEvent. Other
browsers implement them. Many sites use it with a fallback for Firefox, but
I've found at least one site that doesn't have a fallback. It's trivial to
implement.
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=69787
Spec: ht
10 matches
Mail list logo