2 Replies Last post: May 23, 2008 1:32 PM by Eugene Toporov  
Froehler   15 posts since
Feb 11, 2008
Currently Being Moderated

May 5, 2008 5:46 PM

Error when reloading html form that post data

 

Hello JxBrowser team,

 

 

First of all thank you for your help with the confirm messages. Now everything works fine when using the javascript confirm command.

 

 

I have found another little bug which goes in the same direction. When you relaod a page with a html form there often comes a browser warning - something like "Do you really want to reload that page an post all form data again?".

 

 

This message does not appear in JxBrowser. JxBrowser pops up with an empty dialog with title "confirm" but  no "ok" or "cancel" button. When you close that dialog JxBrowser hangs.

 

 

Sometimes JxBrowser gives you the resend dialog and when you press resend JxBrowser also stops working.

 

 

Maybe you can test that error when you put something like this on your webserver or you look for a real form page in the www, press "submit" and try to reload.

 

 

-


 

 

Filename should be test.html

 

 

<html>

<head>

</head>

<body>

<form action="test.html" method="post">

<input type="text" value="" name="test"/><br>

<button type="submit">submit</button>

</form>

</body>

</html>

 

 

-


 

 

Best regard

 

 

Michael

 

 

P.S. You can test the error with the JxBrowser demo application.

 

 

Victor Gubin TeamDev Ltd. 116 posts since
Dec 17, 2007
Currently Being Moderated
1. May 8, 2008 4:23 PM in response to: Froehler
Re: Error when reloading html form that post data

Hello Michael

 

Thank for finding this bug, currently we are working on fix it.

Eugene Toporov   63 posts since
Apr 24, 2006
Currently Being Moderated
2. May 23, 2008 1:32 PM in response to: Froehler
Re: Error when reloading html form that post data

 

Hi Michael,

 

 

It seems to work fine in our environment. See attached screenshot.

 

 

If you still have this problem, please provide some more details.

 

 

 

 

-Eugene

 

 

Attachments:

More Like This

  • Retrieving data ...