Bug 135439

Summary: problem with form submit to iframe
Product: [Applications] konqueror Reporter: Christian Toepp <c.toepp>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED UNMAINTAINED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Christian Toepp 2006-10-11 10:18:45 UTC
Version:            (using KDE KDE 3.5.4)
Installed from:    Fedora RPMs
OS:                Linux

i take this code
--SNIP--
<html>
<head>
<base target="bla">
<body>
<iframe name="bla" width="0" height="0" border="0" scrolling="no" ></iframe>
<form target="bla">
 <input name="blubb" value="blubb">
 <input type="submit" value="bla">
</form>
</body>
</html>
--SNIP--
and the form submit works correct. but if i assign a style to the iframe, the result opens in an new window. the style can assigned direct to the tag or as an extra stylesheet, the result is the same.
Comment 1 Myriam Schweingruber 2012-06-18 19:55:15 UTC
Message from the Bugsquad and Konqueror teams:
This bug is closed as outdated, as we do not have the manpower to maintain the KDE3 version anymore.
If you still can reproduce this issue with Konqueror 4.8.4 or later, please open a new report.
Thank you for your understanding.