Opened 15 years ago
Closed 15 years ago
#3618 closed defect (fixed)
_Calendar replicating data onClick
Reported by: | tk | Owned by: | tk |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Every click on a Calendar appendsText to every node...
Note: See
TracTickets for help on using
tickets.
(In [9476]) Fixes #3618 _appendText() needs to remove childNodes before appending... maybe need to reconsider name of function since its a private function and all uses of it are expected to not append judging by the nature of the bug..