Ticket #1281 (closed defect: fixed)

Opened 2 years ago

Last modified 18 months ago

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>

Change History

Changed 2 years ago by dylan

  • owner changed from anonymous to bill
  • component changed from General to Widgets
  • milestone set to 0.5

Changed 2 years ago by mumme

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from 0.5 to 0.4

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

Changed 18 months ago by anonymous

  • milestone deleted

Milestone 0.4 deleted

Note: See TracTickets for help on using tickets.