Results 9 comments of Evgeniy Lazarev

Seems like by-design feature. @ilyabirman, is it?

Это происходит только в случае, если Жуэль лежит в блоке с overflow: auto. Нужно разобраться, почему Жуэль вызывает такую упячку.

Hi @deflektor01, Thanks for the report. I believe this problem is related to [howler.js](https://github.com/goldfire/howler.js) which we use for playback function. I will try to reproduce the server settings, but of...

Please check your Network panel in Chrome Developer Tools to get into this bug: ![Снимок экрана 2021-07-31 в 3 14 19](https://user-images.githubusercontent.com/1990392/127716667-b728d285-7bb0-45ac-b441-63885e824b81.png)

One more clarification. `.abort()` works well on `$.ajax()` but does not work when set `$.ajax({ dataType: "script" })`

OK, one more. If we set `$.ajax({ url: "...", timeout: 1 })`, it aborts well. If we set `$.ajax({ url: "...", dataType: "script", timeout: 1 })`, it does not abort...

Dear @mgol, thanks for the answer. So if it can’t be aborted, it should not trigger fail callbacks, right? But it does trigger. So this inconsistency looks like a problem...

Hi @timmywil, thanks for this update. It would be awesome if you clarify what is an argument to call fail callback even when there is no fail event. As additional,...

> The fail event event is that it fails to abort I’m not sure if I understand it well. Do you mean that fail callback in this case triggers because...