Opened 13 years ago
Closed 13 years ago
#9402 closed defect (fixed)
dojo.isFunction returns true for object elements in Firefox
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Core | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo.isFunction(document.createElement("object")) returns true in Firefox.
Note: See
TracTickets for help on using
tickets.
(In [17936]) Fixes #9402, object element returns true for dojo.isFunction() in Firefox.