Skip to content

ButtonBehavior.on_touch_up dispatches on_release immediately #339

@rnixx

Description

@rnixx

ButtonBehavior.MIN_STATE_TIME defines a minimum time the button stays in down state. But the on_release event gets dispatched immediately. Imo it would be better to defer the event dispatching as well to ButtonBehavior._do_release, at least on demand.

Any objections?

-r

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