Opened 10 years ago
Closed 10 years ago
#12147 closed defect (fixed)
dojo.replaceClass() doesn't support id as a valid node representation
Reported by: | Eugene Lazutkin | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Core | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
All node-related functions in our base support node's id as a valid representation of a node. dojo.replaceClass()
is the only one that doesn't follow this convention.
(This ticket is not about merits of this convention, which are debatable, but about consistency expected from us by our users.)
Note: See
TracTickets for help on using
tickets.
(In [23505]) core: dojo.replaceClass() can accept node id now, !strict, fixes #12147.