goszowski / jquery-plugin-form-navigation-confirmation

Automatically exported from code.google.com/p/jquery-plugin-form-navigation-confirmation
0 stars 0 forks source link

Javascript error when used via form input button... #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Taking Examples.html as a base, add the the following button to the form:

<input type="button" onclick="document.location.href = 
'http://www.example.com'" value="clickme" />

2. Browse the example, make an edit on the form and click the 'clickme' button.

3. Click [Cancel] on the confirmation prompt.

What is the expected output? What do you see instead?

Expect it to close the dialog and return to the form without error, currently 
receiving the following JavaScript error:

 Line: 46
 Error: Unspecified error.

What version of the product are you using? On what operating system?

Version 1.1 on Windows Server 2003, IE 8.0

Please provide any additional information below.

Original issue reported on code.google.com by obe...@gmail.com on 3 Oct 2011 at 10:04

Attachments: