Interactive Image Viewer Scrolling

2
Hi there, We just upgraded from 2.5.8 to 3.3.2. We are using the interactive image viewer in our system, which we upgraded to the latest version from the App store. We are unable to scroll the image up and down after locking it. In IE 8 it works fine, unfortunately, all our users are using Firefox 12. If I could just get some guidance as to where to start looking, I would greatly appreciate it. Kind Regards Frikkie
asked
1 answers
2

To make scrolling work after locking the image in Interactive Image Viewer widget. Change the following in the ImageViewer.js file. 'overflow' : 'hidden' to 'overflow' : 'auto' and comment out all lines in ScrollUpDown event function: scrollUpDown : function (evt) {//...

answered