Bug 95274 - [testcase] IFrame loaded in another window
Summary: [testcase] IFrame loaded in another window
Status: RESOLVED WORKSFORME
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: 2004-12-16 17:30 UTC by Paulo Moura Guedes
Modified: 2008-06-15 08:16 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paulo Moura Guedes 2004-12-16 17:30:41 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

Go to http://qscope.pt.to/ and click on one of the links in the top. Each iframe is loaded in a separate window.
The site is not mine but I asked to the mantainer. If you click on "Equipa" this is called:

    on (release){ 
    getURL("./links/entidades.htm","iframeright"); 
    getURL("./links/index.htm","iframeleft"); 
    }
Comment 1 Paulo Moura Guedes 2004-12-16 21:28:24 UTC
It's nice to notice that http://qscope.pt.to/ causes near 80% CPU usage on Mozilla and only near 40% in Konqueror.
Comment 2 Tom Regner 2006-07-14 13:39:20 UTC
This is still an issue - it's worthwhile to notice that addressing an iframe as base target works:

<base target="iframeName">

but an iframe as a target of a link

<a href="test.html" target="iframeName">link</a>

opens a new window - very annoying indeed.
Comment 3 George Goldberg 2008-04-17 07:19:00 UTC
I've attempted to create a test-case based on comment #2. It can be seen here: http://www.grundleborg.com/kde/bugsquad/testcases/95274

However, the test case I've made there seems to work fine in 3.5.9 and svn trunk r795406, so I'm not sure whether this bug is fixed, or my test-case is wrong?
Comment 4 George Goldberg 2008-06-15 08:16:57 UTC
Bug appears to be fixed in svn trunk r820659. Closing.