Opened 11 years ago
Closed 10 years ago
#10849 closed defect (invalid)
fileuploader is not unregistred when the page unloads
Reported by: | Jean-Pascal Laux | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Uploader | Version: | 1.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have a dialogbox with a FileUploader? button in a page that is displayed in a content pane called "client" dynamically. Then I change the page in the content pane "client" with another one and after change again this content pane with the page with the dialog box. At this time, I receive a message : Tried to register widget with id==fileuploaderBtn but that id is already registered
I tried to add a custom onUnload function to the content pane to force the destroy of the button but I still have the same problem.
I use dojo 1.4.1
Change History (3)
comment:1 Changed 11 years ago by
Component: | General → DojoX FileUploader |
---|---|
Owner: | changed from anonymous to Mike Wilcox |
comment:2 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
Sounds like this might be a ContentPane issue, or maybe a user error, but no way to tell without a test case. Please attach one using the attach file button.