Opened 12 years ago
Closed 12 years ago
#7451 closed enhancement (fixed)
[dojox.rpc] Service should allow for scriptFrame capabilities
Reported by: | dante | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | RPC | Version: | 1.1.1 |
Keywords: | Cc: | Dustin Machi | |
Blocked By: | Blocking: |
Description
If you include dojox.io.scriptFrame, you are able to specify an iframe (or one is created) when you pass a 'frameDoc' parameter to dojo.io.script.get to prevent the blocking that occurs in ff when long polling is taking place. specifically: dojox.cometd
while it would be nice to be able to more easily put dojox.cometd transport in an iframe, it is much smaller a patch to enable Service to reuse the existing API, and sniff for frameDoc in the constructor.
Note: See
TracTickets for help on using
tickets.
fixed in [14863], accidentally reffed #7415