# HG changeset patch # User Sebastien Jodogne # Date 1666940536 -7200 # Node ID a5f0b395d4df9edfdab54cb2d0cd71297b070676 # Parent f75fbcc0e486049e12ca272a53256d6fd04dcc79 Fix issues with drag-and-drop, upgraded Vue.js to 2.6.4 diff -r f75fbcc0e486 -r a5f0b395d4df Applications/StoneWebViewer/NEWS --- a/Applications/StoneWebViewer/NEWS Fri Oct 28 07:48:45 2022 +0200 +++ b/Applications/StoneWebViewer/NEWS Fri Oct 28 09:02:16 2022 +0200 @@ -7,9 +7,15 @@ - "ShowUserPreferencesButton" to show the button for setting preferences - "ShowNotForDiagnosticUsageDisclaimer" to show disclaimer about diagnostic usage - "DicomWebHttpHeaders" to set HTTP headers in DICOMweb requests + +Maintenance +----------- + +* Fix issues with drag-and-drop +* Fix handling of "token": The authorization header was not set in QIDO-RS requests * More tolerance wrt. bad values of the Pixel Spacing (0028,0030) tag * Support of DICOM images without the Study Date (0008,0020) tag -* Fix handling of "token": The authorization header was not set in QIDO-RS requests +* Upgraded Vue.js to 2.6.4 Version 2.3 (2022-03-24) diff -r f75fbcc0e486 -r a5f0b395d4df Applications/StoneWebViewer/WebApplication/index.html --- a/Applications/StoneWebViewer/WebApplication/index.html Fri Oct 28 07:48:45 2022 +0200 +++ b/Applications/StoneWebViewer/WebApplication/index.html Fri Oct 28 09:02:16 2022 +0200 @@ -662,7 +662,8 @@ 'wvSplitpane__cellBorder--yellow' : content.series.color == 'yellow', 'wvSplitpane__cellBorder--violet' : content.series.color == 'violet' }" - ondragover="event.preventDefault()" + v-on:dragenter="$event.preventDefault()" + v-on:dragover="$event.preventDefault()" v-on:drop="DragDrop($event)" style="width:100%;height:100%">