Acknowledged
CIQQA-3779

Bug on Venu3 Picker (number gets submitted when slightly missing down arrow)

Hello,

I want to report an issue with the Picker class on the Venu 3.

When an app displays a Picker for a number and I repeatedly click the "down" arrow on it, I sometimes miss it by some single digit amount of pixels. This is expected because on a watch, one can't expect users to click/tap with the accuracy of a PC mouse...

However, the bug is that when the down arrow is missed by a few pixels, the watch interprets that as the submit (tick icon) button being pressed and submits the number value, even though I tapped nowhere near that button.

I expect it to either do nothing (because I essentially didn't really click on any of the Picker's elements) or decrease the number value because I tapped in the bottom part of the Picker.

This only happens for the down arrow, not up one works perfectly fine.

An example of a Picker that causes the issue is here:

https://github.com/house-of-abbey/GarminHomeAssistant/blob/main/source/HomeAssistantNumericPicker.mc

But it happens with any non-Garmin app (basically any 3rd-party-developed app) that uses a Picker, regardless of what app it is in....

The firmware version of my Venu 3 is 17.01.

Could this be fixed?

Thanks in advance

Aaron