Opened 10 years ago
Closed 10 years ago
#12765 closed bug (notabug)
deferred.then([SuccessArrayFuncs],failFunc) does not work as described
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | deferred | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
See the following jsfiddle.
The documentation implies multiple doneCallBacks can be passed in as an array. Doing so (at least with 1.8.2) seems to not fire any of the doneCallBacks. Perhaps it is designed to work differently, but if so, the documentation is incorrect.
Change History (3)
comment:1 follow-up: 2 Changed 10 years ago by
Component: | unfiled → deferred |
---|---|
Milestone: | None → 1.8.3 |
Owner: | set to jaubourg |
Priority: | undecided → blocker |
Status: | new → assigned |
comment:2 Changed 10 years ago by
Milestone: | 1.8.3 → None |
---|---|
Owner: | jaubourg deleted |
Priority: | blocker → low |
Version: | 1.8.2 → 1.8.0 |
Replying to mikesherov:
This is definitely a regression!
Not when you remember that then
is now pipe
. That's a documentation problem.
comment:3 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | assigned → closed |
Doh. ported to: https://github.com/jquery/api.jquery.com/issues/159
Note: See
TracTickets for help on using
tickets.
Thanks for contributing. This is definitely a regression!