Opened 8 years ago
Closed 5 years ago
#17127 closed defect (patchwelcome)
dojox.form.Uploader onClick event not fired in IE with Flash plugin
Reported by: | lais322 | Owned by: | dylan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.11 |
Component: | DojoX Uploader | Version: | 1.7.4rc1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The following works for Chrome and Firefox with HTML5 plug-in but not working for IE with Flash plug-in: dojo.connect(uploader.domNode, "onclick", this, "_onClick");
Tried the following in IE with Flash plug-in but still doesn't work: dojo.connect(uploader, "onClick", this, "_onClick");
Change History (2)
comment:1 Changed 5 years ago by
Owner: | changed from Mike Wilcox to dylan |
---|---|
Status: | new → assigned |
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.11 |
---|---|
Resolution: | → patchwelcome |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Given that no one has addressed this in over 2 years, and we're trying to make our tickets manageable, I'm going to mark this as patchwelcome. If you want to create a pull request via github following the guidelines at https://github.com/dojo/dojo/blob/master/CONTRIBUTING.md , we'll review and land it.