Marker does not render correctly for full-block FieldColour
fields
#8739
Labels
issue: bug
Describes why the code or behaviour is wrong
FieldColour
fields
#8739
Check for duplicates
Component
@blockly/field-colour
Description
When using the Zelos renderer, certain fields (notably:
FieldColour
) are rendered as full-block fields. When the marker is moved to such a field, it disappears.Initial investigation suggests the issue is that the field has zero width (and dubious height), as reported by
getSize()
call inMarkerSvg.prototype.showWithField_
Reproduction steps
Observe that nothing happens. Compare to situation when renderer is set to geras or thrasos, when a blue oval is drawn around the colour field.
Stack trace
Screenshots
No response
The text was updated successfully, but these errors were encountered: