#7546 closed defect (fixed)
fix the faulty argument check in dojo.place() and handling of numeric positions
Reported by: | Eugene Lazutkin | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Core | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
While the code defaults to "last" as expected, the initial check aborts the function. Should be fixed.
Additionally the handling of numeric position is overcomplicated.
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Milestone: | tbd → 1.2 |
---|
Note: See
TracTickets for help on using
tickets.
(In [14980]) Simplifying argument checks in dojo.place(), fixing a bug. Removing the related unnecessary code from NodeList?.place(). Fixes #7546. !strict