Fixed Strange image attachment scroll behaviour

nrep

Well-known member
In IE11 there seems to be some strange image scrolling behaviour when viewing attachments. Most times when I click the scroll arrow, nothing happens, but the thumbnail shows that it should be displaying the next image. A second click shows the 3rd image as expected. It's quite erratic behaviour and doesn't happen on every click, but it never fully works. It can be reproduced on this forum in IE11 (I've tried the same thing on another PC).

Here's a thread with some thumbnails that you can use to test:

http://xenforo.com/community/threads/bug-attachment-test.63514/
 
I recall running into this before and it looked like an IE bug. Looking at the developer tools, I have 2 <img> tags with identical src attributes and they show different images. I didn't find a workaround before, but will see if anything works this time...
 
Ok, it looks like just setting the src of the image again (to the same thing) triggers the necessary update internally.
 
Top Bottom