Opened 13 years ago
Closed 13 years ago
#6310 closed defect (fixed)
dojo.attr() on functions doesn't erase old connect
Reported by: | bill | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | General | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo.attr() connects the new function but doesn't disconnect the old function. See attr.html attached test case. Tested on IE6, FF3/mac and safari3.1 (mac).
This was originally filed under #6271 but I think it's a separate issue.
Given this bug and #6300 I suggest just removing the ability of dojo.attr() to handle functions altogether.
Attachments (1)
Change History (4)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Milestone: | → 1.1 |
---|---|
Priority: | normal → high |
comment:2 Changed 13 years ago by
Status: | new → assigned |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
removing function setting in attr isn't useful or sane. Fixing it is.