falltergeist icon indicating copy to clipboard operation
falltergeist copied to clipboard

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

Open JanSimek opened this issue 6 years ago • 0 comments

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

JanSimek avatar Nov 04 '19 08:11 JanSimek