(box)
| 12259 | return !!(child == parent); |
| 12260 | } |
| 12261 | function afterPopup(box) { |
| 12262 | setTimeout(function() { |
| 12263 | if (scheduler2.$destroyed) { |
| 12264 | return true; |
| 12265 | } |
| 12266 | if (!isModal() && !isChildOf(document.activeElement, scheduler2.$container)) { |
| 12267 | scheduler2.focus(); |
| 12268 | } |
| 12269 | }, 1); |
| 12270 | } |
| 12271 | function startModal(box) { |
| 12272 | scheduler2.eventRemove(box, "keydown", trapFocus); |
| 12273 | scheduler2.event(box, "keydown", trapFocus); |