Fix dropdown click not registering correctly
Fixes an issue where the time between mouse button down and up had to be
less than 100ms. Time was increased to 1s.
The timing is required in order to be able to open the dropdown list
when the dropdown button is focused using the TAB key.