Modify ↓
Ticket #9125 (closed feature: wontfix)
Parse arguments to callbacks
| Reported by: | funcoder@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.7 |
| Component: | effects | Version: | 1.5 |
| Keywords: | needsreview,1.7-discuss | Cc: | |
| Blocking: | Blocked by: |
Description (last modified by scott.gonzalez) (diff)
Callback functions e.g. for "fadeIn" often point at functions in objects. The problem is that "this" in that functions refere to the object which is manipulated in this case a html dom object.
This is why we need parameter support for these callbacks so we can pass for example the original object or an id or whatever we want.
Change History
comment:1 Changed 2 years ago by timmywil
- Keywords needsreview added
- Priority changed from undecided to low
- Status changed from new to open
- Component changed from unfiled to effects
comment:2 Changed 2 years ago by john
- Keywords needsreview,1.7-discuss added; needsreview removed
Nominating ticket for 1.7 discussion.
comment:5 Changed 2 years ago by timmywil
-1, That doesn't seem like what I was thinking of when I first tagged that for review. Yes, proxy.
comment:10 Changed 2 years ago by rwaldron
- Status changed from open to closed
- Resolution set to wontfix
- Milestone changed from 1.next to 1.7
Closing per 1.7 roadmap meeting resolution
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.
