Bug 135439 - problem with form submit to iframe
Summary: problem with form submit to iframe
Status: RESOLVED UNMAINTAINED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-11 10:18 UTC by Christian Toepp
Modified: 2012-06-18 19:55 UTC (History)
0 users

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 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.