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.
Hello Michael
Thank for finding this bug, currently we are working on fix it.
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