Opened 14 years ago
Closed 13 years ago
#4186 closed defect (fixed)
Dom Node in the toJson function produces infinite recursion
Reported by: | guest | Owned by: | anonymous |
---|---|---|---|
Priority: | low | Milestone: | 1.0 |
Component: | Core | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The toJson function, should not try and make a DOM node into a JSON object, and should not fail if one is passed. It should ignore any DOM node that is passed into it.
Note: See
TracTickets for help on using
tickets.
(In [11378]) minor doc updates and formatting for debugging. Refs #4820. toJson() no longer tries to handle DOM nodes. Fixes #4186