Oleg Gaidarenko

Results 64 comments of Oleg Gaidarenko

We apply special fixes for all events looking like `/^(?:mouse|pointer|contextmenu|drag|drop)|click/`, but don't test it. For other events we at least have some tests, for `contextmenu` we don't have anything at...

Is there an issue in ff tracker? /cc @bzbarsky

Okay, so what I'm getting from this exchange, is that firefox behaviour is correct, except for the case when images are actually used by `map`. Chrome behaviour isn't hence the...

Nice test! Judging by the discussion in mozilla thread we still can't use it right? After it will be fixed (fingers crossed), we still should look at older/other browsers that...

In [here](https://bugzilla.mozilla.org/show_bug.cgi?id=1278408#c5) @mgol points out that timestamp dependant on graphics card (@dmethvin your card might just be in "good" category), is it not case? The same story could be with...

Also, if we can do this and it is not the issue, why those tickets are open?

[1714](https://github.com/jquery/jquery/pull/1714) changes provoked new issues: https://github.com/jquery/jquery/issues/2836, https://github.com/jquery/jquery/issues/2828. At the meeting, we decided to revert offending commit (in all three branches - `2.2-stable`, `1.12-stable` and `master`) and tackle this issue in...

> Changing this sounds like a breaking change so we might need to do it in 3.0.0 or wait for 4.0.0. Why?

Works in other browsers including latest IE and specification [says](https://html.spec.whatwg.org/multipage/browsers.html#dom-open) `window.open` could be used like this. Confirmed in other words

Hey. This looks nice to me. How this reflects on the byte size though? Maybe you could provide a small jsperf as well?