Dave Methvin

Results 206 comments of Dave Methvin

Wow, thanks for all the detailed analysis! I honestly don't remember the details of the unit test that was added, but this is generally difficult to test because a) focus...

Researching this sounds fine. We've talked about using the native `dispatchEvent` before, which would fix this case at the expense of many other breaking changes. Dispatching an event runs the...

Seems like the right move at this point. Things clean up nicely!

Since `$.when` became more back-compatible recently, this is no longer possible I suspect. Should we close it @gibson042 ?

@alons1 The desire not to screw things up is why this ticket isn't moving. If the solution to this was obvious and we were certain we could do it without...

Were there only two cases in the code base? I guess the others are in Sizzle and you have that covered with a separate PR. Like @markelog I would be...

@mathiasbynens did you want to put together a jsperf for this? Given what the `cleanData` loop does I am not sure this will realy make a difference.

> I'm curious if more people think the right move here is to keep overflow hidden in the stop case. It seems there isn't one "right" answer for all userland...

If that old PR can be resurrected it might still work.

As I understood the results, it didn't make any browser animate any jerkier. It just didn't help Firefox animate any smoother, but it helped Chrome a lot. If that's the...