Icon View Incident Report

Serious Serious
Reported By: Mark Brooks
Reported On: 8/28/2015
For: Version 2.01 Build 2
# 4222 Nested Scrollable Containers Not Responding to Touch Events Properly

I have a TScrollPanel descendant with a number of TBasicPanel descendants inside. The latter have Layout set to lpTopLeft, lsRight and LCBottom. This gives me the (often used) scrolling collection of panels functionality.

Prior to 2.01 I had to capture the Touch events at TBasicPanel level and use them to scroll the parent TScrollPanel. In 2.01 I believe that functionality has been included (I guess the events pass though the child up to the parent?). So, I've removed my code and am relying on the new native mechanism. However, I'm finding that the touch scroll is "too fast" or not "granular" enough, if that makes sense. It seems like a tiny movement scrolls way too much so as to become almost unusable.

As an aside, I also had my own code to do the same thing for MouseWheel scrolling. I have since removed this and the new native mechanism works fine.


Resolution Resolution
Fixed Problem on 8/31/2015 in version 2.02 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Modules
Elevate Web Builder Trial

Image