Skip to content

Items contained in the UI::TextAreaList should receive input events #607

@JanSimek

Description

@JanSimek

After adding a UI::TextArea into a UI::TextAreaList it will not receive input events anymore:

textArea->mouseClickHandler().add([=](...) {
    // never called
});
textAreaList->addArea(std::move(textArea));

Textarealist

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions