#947 closed defect (fixed)
Slide: callWith() is passed an array, but can't handle it
Reported by: | bill | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
(Found bug on IE7 but I think it's a generic issue)
In the test_Slide.html demo, when you get to the
it can fly things in (multiple items as once)
item (2nd page, 3rd item), callWith() is passed an array, when it's expecting a single node, leading to an exception
Note: See
TracTickets for help on using
tickets.
exception fixed in [4353]