| Summary: | iframe display style set to none => contentDocument is empty | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Stevan White <stevan_white> |
| Component: | khtml | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Stevan White
2007-02-16 15:31:56 UTC
Code to play with:
<iframe style="display: none"
id="iframe1"
src="some_external_text_file"
onload="iframe_loaded();"
>
</iframe>
<script type="text/javascript">
function iframe_loaded() {
alert( document.getElementById( "iframe1" ).contentDocument );
}
</script>
*** This bug has been marked as a duplicate of 71809 *** This problem is resolved, as of at least KDE 4.2.2. Thanks! |