Using Bloom 2.0.0 with Neo4j Desktop 1.4.11.75
When adding properties to a node, not all existing properties are displayed, typing the name of the property (e.g. 'description') shows a menu option 'Create description' and clicking it causes the entire bloom window to go blank. Must select Developer -> Reload to get the UI back. No property is created.
Repro:
Context: I have nodes with label 'Capability', and properties of name, description, version, greatness.
- Double click a node to bring up info panel, click 'Add property'
- Note that existing properties for other nodes with the same label may not be visible (separate issue, but noting it here for now). I see version and greatness, but not name and description
- Type in the menu displayed from step 1 'description'
- Note that the option 'Create description' is displayed.
- Click on option displayed in step 4
Bloom UI goes blank.