#8123 closed bug (fixed)
.clone() defaults to cloning events in 1.5
Reported by: | scottgonzalez | Owned by: | john |
---|---|---|---|
Priority: | blocker | Milestone: | 1.5.1 |
Component: | event | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The default behavior of .clone() is not supposed to copy events, but as of 1.5 it does.
Change History (12)
comment:1 Changed 13 years ago by
Component: | unfiled → event |
---|---|
Milestone: | 1.next → 1.5.1 |
Owner: | set to john |
Priority: | undecided → blocker |
Status: | new → assigned |
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The default for .clone() is to not clone any events. Fixes #8123.
Changeset: 375b78783825b9adab7a01541faf99f98ef7ecbd
comment:9 Changed 13 years ago by
with the patch, the default behavior for deepWithDataAndEvents is changing from false to whatever WithDataAndEvents is. Is that correct and intended?
Note: See
TracTickets for help on using
tickets.
http://bugs.jqueryui.com/ticket/6922