#7404 closed defect (fixed)
IE vs non-IE behavior of dojo.connect/disconnect
Reported by: | mcbenton | Owned by: | sjmiles |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Events | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See attached code. In IE an infinite loop is created if you try to use disconnect/connect to toggle between two different event handler functions for the same node. In non-IE browsers, the event handler change doesn't take effect until after the initial handler function exits.
Don't know if this is a bug, or just a quirk, or just bad coding style.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | dojo_circular_connect.html added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Milestone: | tbd → 1.2 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in [14604].