spacedeck / spacedeck-open

Spacedeck, a web based, real time, collaborative whiteboard application with rich media support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arrows and Scribbles disappear after clicking - until refresh

vgezer opened this issue · comments

Expected Behavior

They should still be visible while moving.

Actual Behavior

They disappear and not coming back until refresh the page.

Possible Solution

Steps to Reproduce the Problem

  1. Draw an error and/or scribble
  2. Click on it
  3. It disappears (see screenshots)

Specifications

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 20.04 LTS on docker
  • Node version: v10.24.1
  • Database engine (e.g., SQLite): sqlite

After selecting:

image

After refresh:

image

Another update:

The shapes were also not visible after adding them. I temporarily solved the issue by restarting the container.

EDIT:

Another solution is choosing an invisible item and changing its stroke size. By default they receive 0 for some reason

Hy,
Can you confirm that you have used this project Dockerfile to produce this behavior ?

Hi,

I used the git repo and used the instructions here: #126 (comment)

So, yes, the dockerfile and dockercompose are from the master branch.