You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I test this bug on dwv/tests/pacs/viewer.js example. version 0.32.0
Steps:
Select one series (vhf head data) in single layout
Do some interations(scroll it or click it)
Change view layout to MPR
Press 'Reset Viewer'
Open new series (vhf hip data) in MPR layout
the view layer looks like at wrong direction ... (no error log. even when I open series in MPR layout first time)
Click view layout to single
got error: Cannot initialise layer with data id: 0
the stack info is here:
I also found this bug in my project, and I avoid this bug by deleting whole dwvApp object and store the dicom files data into a custom array, and then set new data into a new dwvApp instance manually(do not use reset).
The text was updated successfully, but these errors were encountered:
I test this bug on dwv/tests/pacs/viewer.js example. version 0.32.0
Steps:
the view layer looks like at wrong direction ... (no error log. even when I open series in MPR layout first time)
got error: Cannot initialise layer with data id: 0
the stack info is here:
I also found this bug in my project, and I avoid this bug by deleting whole dwvApp object and store the dicom files data into a custom array, and then set new data into a new dwvApp instance manually(do not use reset).
The text was updated successfully, but these errors were encountered: