Opened 12 years ago
Closed 5 years ago
#8525 closed defect (patchwelcome)
dojo.io.iframe.send should create a form if one isn't passed but POST is required
Reported by: | alex | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | low | Milestone: | 1.13 |
Component: | IO | Version: | 1.2.3 |
Keywords: | iframe, form, post needsreview | Cc: | alex |
Blocked By: | Blocking: |
Description
today there's a big thunk in _fireNextRequest which does an implicit GET when no form attribute is passed to io.iframe.send. We should instead create the form and post it.
Change History (6)
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.4 |
---|
comment:2 Changed 11 years ago by
Milestone: | 1.4 → future |
---|
comment:3 Changed 10 years ago by
Owner: | anonymous deleted |
---|
comment:4 Changed 9 years ago by
Keywords: | needsreview added |
---|---|
Priority: | high → low |
comment:5 Changed 9 years ago by
Component: | Core → IO |
---|---|
Owner: | set to Bryan Forbes |
Status: | new → assigned |
comment:6 Changed 5 years ago by
Milestone: | future → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | assigned → closed |
I think iframe background requests are mostly irrelevant except for pre-FormData? browsers, so closing this as patchwelcome.
Note: See
TracTickets for help on using
tickets.
seems like that is slightly changing behavior? though i agree I'm not sure why you'd use io.iframe without a POST, and it trips people up sometimes.