Bug 68644 - KHTML frameset problem (testcase)
Summary: KHTML frameset problem (testcase)
Status: RESOLVED DUPLICATE of bug 63640
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-20 11:17 UTC by Dik Takken
Modified: 2003-11-27 11:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Testcase (383 bytes, application/x-tgz)
2003-11-20 11:18 UTC, Dik Takken
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dik Takken 2003-11-20 11:17:39 UTC
Version:            (using KDE KDE 3.1.93)
Installed from:    Compiled From Sources
OS:          Linux

Attached testcase shows two problems:

1. Sometimes, the page does not show the first time you load it. Konqueror says the page has been loaded, but it does not show anything. Hitting F5 a few times helps most of the time.

2. If the page loads, it should split the window into two frames, each showing one line of text. Currently, only the left frame is visible.
Comment 1 Dik Takken 2003-11-20 11:18:25 UTC
Created attachment 3304 [details]
Testcase
Comment 2 Pablo Pita Leira 2003-11-23 12:15:09 UTC
I have a problem with this attachment: it is a tar file. Using ark  I could not see what it is inside this file as when I try to extract a file, ark says it can not find it. 
Comment 3 Dik Takken 2003-11-24 12:24:32 UTC
You're right. It is an ordinary tar.gz file, I have no idea why this causes problems. Maybe it's because attachments have no file extensions? 

When Ark asks for it, say it is 'gzip compressed' and it will work.
Comment 4 Pablo Pita Leira 2003-11-25 00:24:25 UTC
OK. I got to see the files. 

I can confirm this bug. I do not see frame2. Also, after reloading the page (by pressing F5), frame1 also disappears but not always (Konqueror 3.1.93). 

Just for readers, the test case sources are :


----------------------------------------------------
frame1.html
----------------------------------------------------

<html>
<head>
<title>Frame 1</title>
</head>
<body>
Hi, I'm frame 1.
</body>
</html>

----------------------------------------------------
frame2.html
----------------------------------------------------
<html>
<head>
  <title>Frame 2</title>
</head>
<body>

Hello, I'm frame 2. Can you see me?

</body>
</html>

----------------------------------------------------
index.html
----------------------------------------------------

<html>
<head>
<title>Testcase</title>
</head>
<frameset cols="%15,%85">
<frame name="frame1" src="frame1.html">
<frame name="frame2" src="frame2.html">
</frameset>
</html>

Comment 5 Stephan Kulow 2003-11-27 11:35:28 UTC

*** This bug has been marked as a duplicate of 63640 ***