AdamSlack / sideways

Software implementation of the Strock Drivers Screening Assessment digitised system.
GNU General Public License v3.0
1 stars 0 forks source link

Clinician Application - Road sign x,y Position indicators, layout resize #43

Closed AdamSlack closed 6 years ago

AdamSlack commented 6 years ago

The indicators go out of whack when you're positioning road signs on scenarios.

This is due to laziness. divs are positioned with Absolute values. it's fine if the screen doesn't change size or other elements don't change position. 2017-12-24-113705_630x309_scrot

but if it does (like when expanding Divs) it ruins everything! 2017-12-24-113726_636x537_scrot

Notice how the second image has two red dot indicators? One of them is the original position for placing the road sign on that image, the other is the one that was on the penguin. it was just positioned Abs.

Fixes could involve:

This issue is opened as it will be fixed later, after the first draft of the clinician app is done.