Details
Description
Blocking dialogs that control subsequent code execution (e.g. file-chooser->load file) need to be refactored for java2script. To avoid breaking java2script functionality, all dialogs should be refactored to adopt the same pattern:
dialog = new JvDialog(...)
configure
dialog.setRunnable({ code that runs to decide what to do with response })
dialog = new JvDialog(...)
configure
dialog.setRunnable({ code that runs to decide what to do with response })
Attachments
Issue Links
- related with
-
JAL-3809 Edit web service parameters dialog does not work in jalviewjs
- Being tested
-
JAL-3058 Refactor colour chooser dialogs for JS compatibility
- Closed
-
JAL-3060 Make Feature Editor a top level class
- Closed
-
JAL-3068 Tidy up Text/Lineart option dialog duplication
- Closed
-
JAL-3169 Change 'Overwrite file?' dialog to standard pattern
- Closed