Opened 12 years ago
Closed 11 years ago
#9310 closed enhancement (invalid)
dojo.io.iframe enhancement
Reported by: | BruceChu | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Core | Version: | 1.3.1 |
Keywords: | dojo.io.iframe | Cc: | |
Blocked By: | Blocking: |
Description
dojo.io.iframe has a queue,but it just make it work one process per time. If queue has 2 process,we cancel the 2nd process,but the _fireNextRequest function make it cancel the 1th process then begin the 2nd process.
If the queue just has 1 process,the canceller wouldn't work.
So,the enhancement of my code is to make the dojo.io.iframe has a real true queue.
Attachments (1)
Change History (3)
Changed 12 years ago by
comment:1 Changed 12 years ago by
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
No confirmation of a CLA, and do not see it on our CLA page. Also would need a patch file to apply the changes efficiently. Feel free to reopen with CLA confirmation and a patch file.
Note: See
TracTickets for help on using
tickets.
BruceChu?, thank you for contributing. Have you signed a CLA? http://www.dojotoolkit.org/files/dojo-cla.pdf
Also, a diff or patch of the changes are more useful, to compare the changes with the existing code.