Opened 10 years ago
Closed 10 years ago
#12134 closed enhancement (fixed)
StackContainer: return promise from selectChild() for when pane loads
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dijit | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Make StackContainer.selectChild() return a Promise like set("href", ...) so that apps (and tests) can tell when the child's load completes (or errors).
Note: See
TracTickets for help on using
tickets.
(In [23477]) Make StackContainer.selectChild() return a Promise like set("href", ...) does, so apps (and tests) can tell when the child's load completes or fails.
Fixes #12134 !strict.