-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
component: renderinghelp wantedExternal contributions actively solicitedExternal contributions actively solicitedissue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrongsize: smallBugs that can be picked up and completed in 1-3 daysBugs that can be picked up and completed in 1-3 days
Description
Check for duplicates
- I have searched for similar issues before opening a new one.
Description
When a block is disabled, Zelos doesn't show the placeholders (not sure about the correct name...), so it is very hard to connect disabled blocks together.
Strangely, the placeholders reappear when we open the toolbox.
Geras doesn't have this problem: placeholders are always visible.
NB: overriding style fixes the issue:
.blocklyDisabled > .blocklyOutlinePath {
fill: darkgray !important;
}
Reproduction steps
No response
Stack trace
No response
Screenshots
placeholder.disappears.for.disabled.blocks.in.zelos.mov
Browsers
Chrome desktop
Metadata
Metadata
Assignees
Labels
component: renderinghelp wantedExternal contributions actively solicitedExternal contributions actively solicitedissue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrongsize: smallBugs that can be picked up and completed in 1-3 daysBugs that can be picked up and completed in 1-3 days