Skip to content

Mouse Click Event ignored on Window #18

Open
@bigDevDe

Description

@bigDevDe

When retrieving a Window for a node, the mouse click event is ignored (e.g. mouse entered does its job!):

VFlow vFlow ...;
VNode vNode ...;

vFlow.getNodeSkinsById(vNode.getId()).stream()
.filter(s -> s instanceof FXFlowNodeSkin)
.map(s -> ((FXFlowNodeSkin) s).getNode())
.forEach(window -> {

            // MouseClick IGNORED!!!!
            window.setOnMouseClicked(mouseEvent ->  System.out.println("Clicked!"));

        });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions