Opened 12 years ago
Closed 12 years ago
#7783 closed defect (invalid)
content appended to a dialog is removed after using a cached href
Reported by: | ben hockey | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.2beta |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
i'm appending content to a dialog in the onDownloadEnd. (i fetch a form from the href but i append the buttons) the first time i open the dialog, the buttons are there but each time after that if i have refreshOnShow: true then the buttons are missing. i think onDownloadEnd should be called each time the dialog is shown if refreshOnShow is true.
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
OK cool, I'll close this then.
Note: See
TracTickets for help on using
tickets.
this is my mistake - sorry... at first i had disconnected from the event and then i removed the disconnect but then i had problems because i was trying to add widgets that already existed. the easiest solution was to just leave refreshOnShow: false.