woolplatform / wool

The WOOL dialogue language description and tools.
MIT License
1 stars 0 forks source link

WOOL Editor - Bug: Background is different between Start/End node and other nodes (when testing dialogue). #68

Closed tbeinema closed 4 years ago

tbeinema commented 4 years ago

Editor Version: v1.4.3

Desktop or Web version: Desktop

Operating System (Desktop) or Browser (Web): Windows

Describe the Issue: When starting the dialogue with the agent the background has one color (Background A), but for the next steps the background has another color (Background B). At the end of the dialogue the color then goes back to the first color again (Background A).

It seems that the Start and End nodes have different backgrounds (Background A) consistently, also when returning to the Start node from a node somewhere else in the conversation.

E.g.:

  1. The start node: afbeelding
  2. Next step: afbeelding
  3. Dialogue is finished: afbeelding
borisvanschooten commented 4 years ago

Do the start and end nodes have the same colour as the other nodes in the editor?

tbeinema commented 4 years ago

No, the 'Start' and 'End' nodes are blue and the other nodes are the standard color.

I just tried changing the 'Start' and 'End' nodes to the standard color and then all nodes (Start, End, everything) have the same background. This background is Background B, the one that was shown for all other nodes (non Start or End nodes) previously.

borisvanschooten commented 4 years ago

That's a feature, not a bug. It enables you to have different backgrounds. It's explained in the wool editor documentation on the website.