JakovTomasic / RitehMaps

Indoor navigation project for the Faculty of Engineering, Rijeka
Apache License 2.0
3 stars 1 forks source link

Fixes #58

Closed JakovTomasic closed 1 year ago

JakovTomasic commented 1 year ago

I implemented a few fixes and improvements. Each commit is a separate fix explained in the commit's message.

JakovTomasic commented 1 year ago

Please review the new changes, too.

I fixed that weird two nodes that were too close in fe8332f821a0b6d0f2bd97a78399308a83f7bec1.

JakovTomasic commented 1 year ago

How to recreate the bug:

The cantine will erase and P4 will autofill, but will not swap.

The problem lies in the order of execution of multiple event listeners (automatic P4 input and swap).

There are also other possible bugs caused by this same error:

Marko132001 commented 1 year ago

First case recreation:

Second case recreation:

I've also encountered cases when the switch works perfectly, but it's not consistent. One time it works, one time it doesn't and then sometimes it just doesn't work at all.