Ticket #1281 (closed defect: fixed)
external content not preloaded and scripts executed in FloatingPane
| Reported by: | guest | Owned by: | bill |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Widgets | Version: | 0.3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I'm using a FloatingPane? with a javascript script tag at the top and trying to get it to preload and have the scripts executed before I actually display the window. The pane is preloaded and works fine if used as a straight ContentPane? but is NOT preloaded (and scripts are obviously not executed) if I use a FloatingPane?. Here is the markup for the FloatingPane?.
<div dojoType="FloatingPane?"
style="width: 750px; height: 900px; left: 10px; top: 10px;
display: none"
layoutAlign="client;" constrainToContainer="true" iconSrc="images/check.gif" windowState="minimized" href="alert.html" executeScripts="true" title="Deal Capture" widgetId="loanCaptureContentPane" preload="true"></div>