Bug 538194 - When the clickable area of a GeometryNode is bound before the geometry is set, then no clickable area will be maintained for that GeometryNode
Summary: When the clickable area of a GeometryNode is bound before the geometry is set...
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF FX (show other bugs)
Version: 5.0.100   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard: low-hanging fruit
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-23 03:51 EDT by Marek Derdzinski CLA
Modified: 2018-10-15 14:07 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.