Details
-
Type:
Task
-
Status: In Progress
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 2.11.1_js
-
Component/s: jalview-j2s, jvdesktop
-
Labels:None
-
Epic Link:
-
Urgency:Urgent
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
-
- In Progress
-
-
JAL-3068 Tidy up Text/Lineart option dialog duplication
-
- In Progress
-
-
JAL-3060 Make Feature Editor a top level class
-
- Ready for testing
-
-
JAL-3169 Change 'Overwrite file?' dialog to standard pattern
-
- Closed
-