#1281 closed defect (fixed)
external content not preloaded and scripts executed in FloatingPane
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
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>
Change History (3)
comment:1 Changed 14 years ago by
Component: | General → Widgets |
---|---|
Milestone: | → 0.5 |
Owner: | changed from anonymous to bill |
comment:2 Changed 14 years ago by
Milestone: | 0.5 → 0.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This issue is infact already fixed in r5257, I tested you code and it works with the latest trunk.
Please reopen if you still have trouble with this.
/ Fredrik