| Issue 292: | display false in temporary iframe | |
| 2 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. Open an iframe with manual event
2. before the iframe loaded completly, a temporary iframe is shown. In this
iframe temp, a "false" content is displayed.
What is the expected output? What do you see instead?
I don't want to see a "false" content.
What version of the product are you using? On what operating system?
Version 1.5.1
Please provide any additional information below.
Disable the javascript:false in the src attribute, it seems to work fine.
But why this javascript:false ???
Line 451 in the main script, version 1.5.1 :
modal.tmp.html('<iframe frameborder="0" hspace="0" src="javascript:false"
name="nyroModalIframe" id="nyroModalIframe"></iframe>');
I put a "#" and now it works fine... Solution ?
Aug 14, 2009
The version 1.5.2 just released should fix this issue.
Status:
Fixed
|
Labels: Type-Defect