-
-
Notifications
You must be signed in to change notification settings - Fork 242
Open
Description
Hi
I was testing the Bottom sheet for a scenario and I think I stumbled on a bug.
When showing a Bottom sheet and in that sheet you add:
- a TFrame which contains a TALVerticalScrollbox
- popuplate this VerticalScrollbox with a Frame detail (another frame).
Show the sheet and touch scroll in Android or iPhone. The scroll does work but not if you scroll when touching the buttons. The click does work on the button.
SEE Example via Button1
It is working if you add:
- a TFrame which contains a TALVerticalScrollbox
- popuplate this VerticalScrollbox with labels and a buttons directly. Without detail frames.
SEE Example via Button2
I think the button does not detect somehow if its on a VerticalScrollbox.
Hope you can help !
ps. The Bottom sheet is a great addition, it solves many UI problems.
Metadata
Metadata
Assignees
Labels
No labels