#303 closed defect (fixed)
event.connectBefore apparent bug
Reported by: | Owned by: | alex | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Core | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It isn't documented, but event.connectBefore appears nonfunctional when called as: event.connectBefore(myObject, "onmyevent", myAdviceFunction), where myAdviceFunction is a function (not a string).
Looks to me like it might want to do the argument interpolation first, then change the advice type to "before" after that is done.
-Cris Perdue
Change History (3)
comment:1 Changed 16 years ago by
Milestone: | → 0.2.2release |
---|---|
Owner: | changed from anonymous to alex |
Status: | new → assigned |
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [2737]) fixes #303