Bug #1608
Test_create: uncaught error after export to xml
Status: | Resolved | Start date: | 2016-02-21 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
Steps to reproduce the problem:
- go to http://localhost:8000/test_create/test_create.html
- upload an existing xml project( e.g.:AB_example.xml)
- clilck "export to XML"
- optional: save the xml document
- in the dialog click "next"
At this point the dialog text disappears (the title of the dialog stays there)
The console log gives:test_core.js:143 Uncaught TypeError: popupObject.shownObject.continue is not a function proceedButton.onclick @ test_core.js:143
History
#1 Updated by Nicholas Jillings almost 9 years ago
- Status changed from New to Resolved
The button now says 'Finish' and will close the popup, allowing further changes.