Closed
Bug 511095
Opened 16 years ago
Closed 12 years ago
when page with iframes is saved and links to styles in iframes link to same files as top document, iframe link href content are not correct
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: qdinar, Unassigned)
Details
(Whiteboard: [FF3.x])
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.0.13) Gecko/2009080315 Ubuntu/8.10 (intrepid) Firefox/3.0.13
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.0.13) Gecko/2009080315 Ubuntu/8.10 (intrepid) Firefox/3.0.13
when page with iframes is saved and links to styles in iframes link to same files as top document, iframe link href content are not correct.
Reproducible: Always
Steps to Reproduce:
1. create special page which links to style and this page's iframe content document links to same style file
2. save it
3. open the saved document
Actual Results:
iframe content document's link to style is broken and so iframe content is without the style applied
Expected Results:
iframe content should be styled
Comment 1•15 years ago
|
||
Reporter, please retest with Firefox 3.6.12 or later in a fresh profile (http://support.mozilla.com/kb/Managing+profiles). Also update your plugins (flash, adobe reader, java, quicktime, silverlight, etc.) Go to the developer's website and download the latest version from there. If you no longer see this issue, please close this bug as RESOLVED, WORKSFORME. If you do see the bug, please post a comment.
Whiteboard: [CLOSEME 2010-12-01]
in v. 3.6.12 this bug still exists.
i have made a test page: http://qdb.tmf.org.ru/test/firefoxiframestyle/firefoxiframestyle.html .
its content:
<link rel="stylesheet" type="text/css" href="style.css" />
<iframe src="framecontent.html"></iframe>
<span class="style1">text painted to red with stylesheet file<span>
framecontent.html's content:
<link rel="stylesheet" type="text/css" href="style.css" />
<span class="style1">text painted to red with stylesheet file<span>
style.css's content:
.style1 {color:#f00;}
result of saving with firefox with "save complete page as..." : http://qdb.tmf.org.ru/test/firefoxiframestyle/savedwithfirefox/firefoxiframestyle.html , text in frame is not styled, if you look it's code with "view frame source", you see:
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="firefoxiframestyle_files/style.css">
</head><body><span class="style1">text painted to red with stylesheet file<span>
</span></span></body></html>
this do not work, link to style should be <link rel="stylesheet" type="text/css" href="style.css"> or other way is that the style should be doubled in subfolder.
Updated•15 years ago
|
Whiteboard: [CLOSEME 2010-12-01]
Version: unspecified → 3.6 Branch
Comment 3•13 years ago
|
||
Reporter, can you still reproduce using a current version?
If no, please set status to RESOLVED and resolution to WORKSFORME.
If yes, please provide updated information.
Whiteboard: [closeme 2013-07-25][FF3.x]
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INCOMPLETE
Whiteboard: [closeme 2013-07-25][FF3.x] → [FF3.x]
You need to log in
before you can comment on or make changes to this bug.
Description
•