Opened 9 years ago
Closed 9 years ago
#16070 closed defect (duplicate)
dojo/request/iframe hides forms containing submission data
Reported by: | Kris Zyp | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | General | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When I submit a form using dojo/request/iframe, it hides the form (gives it an absolute x and y position of -1000px), despite the fact that the form is visible and there is no reason it should be hidden:
require("dojo/request/iframe")("targetUrl", { form: "upload-form" })
Change History (2)
comment:1 Changed 9 years ago by
Owner: | set to Bryan Forbes |
---|---|
Status: | new → assigned |
comment:2 Changed 9 years ago by
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Ugh, sorry, I see this was fixed in a more recent commit.