windowName vs. dojoBlankHtmlUrl vs dojoCallbackUrl
windowName when loaded from xdomain needs dojoCallbackUrl set to a local blank.html. But dojo.io.iframe uses dojoBlankHtmlUrl. The latter is well documented. The former I only found by analyzing the source of windowName.
Can we decide on a single one, since they both point to the same file? And either way, can we document in windowName that in xdomain this must be set. This was a tough bug to track down, since I had set dojoBlankHtmlUrl and expected things to work.
Change History (3)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
(In [17784]) Fixes #9381