Shape type changes do not propagate to other open viewers of the same board until they reload #91
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_whiteboard#91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Changing the Shape type of an existing shape (e.g. Rectangle → Ellipse)
in the Properties panel does not propagate to other clients viewing the same
board in real time. The other client keeps rendering the previous shape type
until the page is reloaded.
Steps to reproduce
Strokecolor via theProperties panel — observe that tab B updates immediately.
ShapefromRectangleto
Ellipse(or any other shape type) in the Properties panel.Expected
Tab B updates the rendered shape to an Ellipse in real time, the same way
it received the stroke/fill color changes.
Actual
Ellipse after manually reloading tab B.