Richard Gibson
Richard Gibson
Even though parameter hockey isn't great and we don't want to encourage the pattern, I think it's worth fixing code to match documentation. The interesting cases are those with parameter...
It's targeting 4.0, in which this might be possible. I have no strong feelings about keeping this issue open.
@mgol The idea discussed in today's weekly meeting: ```diff // Ensure the presence of an event listener that handles manually-triggered // synthetic events by interrupting progress until reinvoked in response...
I think the best solution is to keep the "in-animation" overflow values, but do so in a way that doesn't lock them in, which may be possible (it _might_ depend...
Good catch, @preethi26.
#3497 is more general, covering not just callback skips (#3503) but also double-callbacks of new animations. It was my intent to fix the former immediately, but the code doing so...
It's likely that they will now be fixed together.
This is really not what I'm looking for; see my comment about [O(N²) operations and extra global variables](https://github.com/jquery/jquery/pull/3501/files#r96265598). And note that a functional change will absolutely not be accepted without...
No problem. As I mentioned in the comment, I think we can mostly cover this by checking and deleting the `elem` property of items in `jQuery.timers` instead of manipulating the...
Background information: * [`.offset()`](https://api.jquery.com/offset/) is documented to return coordinates "relative to the document", but doesn't define exactly what that means other than by an oblique "_positioning a new element on...