Lucas Tomé Avelino Câmara
Results
2
issues of
Lucas Tomé Avelino Câmara
Recycling a SliderCell triggers the "value changed event" in different properties when typing the value, instead of sliding the slider. Proposed fix: ```diff --- a/Assets/UnityDebugSheet/Runtime/Core/Scripts/DefaultImpl/Cells/SliderPickerCell.cs +++ b/Assets/UnityDebugSheet/Runtime/Core/Scripts/DefaultImpl/Cells/SliderPickerCell.cs protected override void...
**Description of the bug** Sometimes, in mobile builds, tapping on UI triggers the interaction with the log window text field, making the mobile keyboard pop up in some random situations....