Bug 538194

Summary: When the clickable area of a GeometryNode is bound before the geometry is set, then no clickable area will be maintained for that GeometryNode
Product: [Tools] GEF Reporter: Marek Derdzinski <marek.derdzinski>
Component: GEF FXAssignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: matthias.wienand
Version: 5.0.100   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard: low-hanging fruit

Description Marek Derdzinski CLA 2018-08-23 03:51:26 EDT
Steps to reproduce:

1) Create GeometryNode without geometry, i.e. set to null.
2) Bind its clickableAreaWidthProperty() to some DoubleBinding.
3) Set the geometry, and observe no clickable area.