Unfortunately, we’ve come across a quite annoying bug in the Inspector. We’ve got some ScriptableObjects for keeping language-specific string formatting variables and we now can’t edit them anymore, because every time we try to edit a field the Inspector either selects a field way down below (when there are at least 12 fields below the one you’ve clicked) or it won’t select the field at all (when there is less than that number underneath).
Btw, this specifically happens when you’ve scrolled down (i.e. the scrollbar of the inspector is not at the top anymore). If you select one of the fields successfully and then scroll down, the field scrolls along with it.
This is happening to our project since Unity 2019.1.1 and it’s still happening in 2019.2.1f1. Did anyone else encounter this problem?