Closed
Bug 284865
Opened 20 years ago
Closed 17 years ago
flush memory on execute script. (source in coments)
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: maxzh, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.8a5) Gecko/20041122
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.8a5) Gecko/20041122
index.htm
--------------------------
</html>
<head>
<script language="javascript">
<!--
function examle()
{
var txt2posth='<html><head><title></title><link rel="STYLESHEET" type="text/css"
href="style.css"><meta http-equiv="Content-Type" content="text/html;
charset=windows-1251"></head><body bgcolor="#f5f5f5"><table border="0"
cellpadding="0" cellspacing="0" width="100%" height="100%"><tr height="100%"><td
width="1" background="images/vert_dot_line.gif" valign="top"><img
src="images/vert_dot_line.gif" width="1" height="10"></td><td width=*
valign="top">\n';
var txt2postb='\n</td></tr><tr><td height="1" colspan="2"
background="images/hor_dot_line.gif" align="left"><img
src="images/hor_dot_line.gif" width="10"
height="1"></td></tr></table></body></html>';
var txt2post='<table width="100%" cellspacing="0" cellpadding="0"><tr><td
align="center"></td></tr></table>';
window.ex.window.document.open('text/html', '');
window.ex.window.document.writeln(txt2posth+txt2post+txt2postb);
window.ex.window.document.close();
}
examle();
//-->
</script>
</head>
<frameset rows="0,*" frameborder="no" framespacing="0" border="0" borderwidth="0">
<frame src="" name="voc_who_visible" marginwidth="0" marginheight="0">
<frame src="ex.htm" noresize scrolling="auto" marginwidth="0"
marginheight="0" name="ex">
</frameset>
</html>
-----------------------------------------
ex.htm
-----------------------------------------
<html>
<head>
</head>
<body onLoad="parent.examle();">
</body>
</html>
-------------------------------------------------
Save and open index.htm
Reproducible: Always
Steps to Reproduce:
1.Save files from details.
2.Open index.htm
3.enjoy :-)
Actual Results:
problem at this
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
Expected Results:
Software will generate page. and no flush memory.
without metatags all work propetly.
Comment 1•20 years ago
|
||
Please use the proper product and componnet when filing bugs. Product=Rhino has nothing to do with this
Component: Core → General
Product: Rhino → Mozilla Application Suite
Version: other → Trunk
Updated•20 years ago
|
Assignee: igor → general
QA Contact: pschwartau → general
Comment 2•20 years ago
|
||
So what is the problem, exactly? Please note that you should attach your testcase using https://bugzilla.mozilla.org/attachment.cgi?bugid=284865&action=enter -- first attach the subframe, then point the frameset to that attachment and attach it.
Comment 3•18 years ago
|
||
Maxim... related to bug 103573?
Comment 4•17 years ago
|
||
no response, so => incomplete
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•