Opened 11 years ago
Closed 11 years ago
#9975 closed defect (fixed)
dojo._event_listener.add needs additional relatedTarget check for FF2
Reported by: | jake richardson | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Core | Version: | 1.3.2 |
Keywords: | firebug dojo._event_listener.add | Cc: | |
Blocked By: | Blocking: |
Description
dojo._event_listener.add is not checking for the existence of relatedTarget before using the attribute "tagName" causing an error to be thrown (which is annoying with firebug enabled).
Attachments (1)
Change History (4)
Changed 11 years ago by
Attachment: | event-relatedTarget-fix-for-ff2 added |
---|
comment:1 Changed 11 years ago by
http://docs.dojocampus.org/releasenotes/1.4
Firefox 2 support dropped. Firefox V3 and V3.5 supported.
comment:2 Changed 11 years ago by
Component: | General → Core |
---|---|
Milestone: | tbd → 1.4 |
Owner: | changed from anonymous to James Burke |
Right, we agreed to remove FF2 support for Dojo 1.4, so I am just going to remove the try block.
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch to stop exception being thrown in FF2