I have a dataview where I load some images. In IE it works fine. However, in chrome add-on for IE I can only drag the images that are visible on the screen. All the other images that I just can see if I scroll, will not be able to drag... This is so strange that if I can see only a part of an image, I would only be able to drag the image dragging over that part of the image. In the rest of the image drag will not work.
I realized that the problem is related with the height of the dataview div. Inside this div, there are one div for each image. the problem is that, the height of the parent div doesnt have in consideration the scrollable area. In IE there is no problem.