Skip to content

OnClick/OnTap problem with TFrames #466

@Spelt

Description

@Spelt

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.

Alcinoe test button touch.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions