Bug 71491 - Window problem with JavaScript
Summary: Window problem with JavaScript
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml ecma (show other bugs)
Version: 3.1.4
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 71492 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-12-30 15:00 UTC by esddss
Modified: 2005-10-25 22:47 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 esddss 2003-12-30 15:00:24 UTC
Version:           3.1.4 (using KDE KDE 3.1.4)
OS:          Linux

Window problem with JavaScript

For seeing this problem I recommend to visit my homepage "http://www.people.freenet.de/esd".
If you choose the button on the left side "zu den Waren" or click on the right side on a corresponding picture, you come to the article page. You can test a purchase without permitting the input datas!

	Here a explaination of the function:
When you on this page (Modul "index-Waren.html"), after input the data(!), press the button "Bestellung berechnen und pr
Comment 1 Jens Dagerbo 2003-12-30 15:16:04 UTC
Not a KDevelop issue. Reassigning.
Comment 2 Tommi Tervo 2003-12-30 15:36:00 UTC
*** Bug 71492 has been marked as a duplicate of this bug. ***
Comment 3 esddss 2004-06-08 12:14:17 UTC
This problem is not complete resolved. I have corrected the line
bestellwindow=window.open("neuFenster.html", "Bestelldaten", "width=600, height=300, scrollbars=yes"); to
bestellwindow=window.open("", "Bestelldaten", "width=600, height=300, scrollbars=yes"); .
So I get no alert, but this window shows this programed data for a short time(!!), and then I get an empty window! But the purchase function from my homepage side "index-Waren.html" works correctly.
Comment 4 esddss 2004-06-08 12:29:42 UTC
Some problems with the browsers results from the special structure of the Microsoft Browser, which correct automatically(!!) some programing errors written with HTML, CSS, Java Script and so on. That's not good! This educates to disorder! Programing with browsers for LINUX must be very exact, that's correct. But sometimes I wonder about the difference between both browsers, it is sometimes a snare for programing!
Comment 5 Germain Garand 2005-10-24 02:19:03 UTC
works fine in 3.5b2... 
clearing of the page after a short time mentioned in comment #3 can't be reproduced.
Comment 6 esddss 2005-10-25 22:47:37 UTC
This problem is complete resolved.