Popup dialog which could be shown for every block in Tape Browser has serious issue:
- it crashing after
Import tape... was selected and File browser appears but after exiting from file browser without selection (ESC) it crash on NULL pointer exception (probably because it wipe out pointer to current menu item(s), but it doesn't explain why it works properly if file was chosen...?)
- consider if File browser dialog could be completely independent from all generic menus or submenus because of its menu-independent behaviour.
Popup dialog which could be shown for every block in Tape Browser has serious issue:
Import tape...was selected and File browser appears but after exiting from file browser without selection (ESC) it crash on NULL pointer exception (probably because it wipe out pointer to current menu item(s), but it doesn't explain why it works properly if file was chosen...?)