When setting a % value to anything not equal to its current value, then trying to set it to an invalid value (without closing the modal), it resets back to the value stored in the buffer, not scaled up to a %.
Eg.:
- 'Ghost Block Opacity' is 25%
- Set 'Ghost Block Opacity' to 15%
- Set 'Ghost Block Opacity' to abc
- 'Ghost Block Opacity' gets set to .15
This works fine when resetting to the currently set value, however.
Eg.:
- 'Ghost Block Opacity' is 25%
- Set 'Ghost Block Opacity' to abc
- 'Ghost Block Opacity' gets set to 25%
When setting a % value to anything not equal to its current value, then trying to set it to an invalid value (without closing the modal), it resets back to the value stored in the buffer, not scaled up to a %.
Eg.:
This works fine when resetting to the currently set value, however.
Eg.: