Ticket #52 (closed task: fixed)
painting
| Reported by: | chofreither | Owned by: | somebody |
|---|---|---|---|
| Priority: | lowest | Milestone: | MochiKit 1.4 |
| Component: | component1 | Version: | 1.0 |
| Severity: | blocker | Keywords: | painting |
| Cc: | painting |
Description
When you do something like
appendChildNodes('theform',
map(partial(P, null), ['test1', 'test2']),
P(null, 'test3')
);
the output is in the order test3, test1, test2 because when it encounters an array, appendChildNodes pushes its contents onto the end of the nodeStack (via iextend), which clearly is not the expected behavior.
Change History
Note: See
TracTickets for help on using
tickets.
