Modify ↓
Ticket #8149 (closed bug: wontfix)
changeData event should fired on properties that are changed when calling .data(object)
| Reported by: | thetimbanks | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | data | Version: | git |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When calling .data(key, value) a changeData event is fired on the "key" property. However, when calling .data(object), changeData does not get fired for any property inside of object.
This can be very useful when using datalink. View the associated jsFiddle below to get an idea of how this can be beneficial.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
