Seemingly harmless schedule delay ommission meant that the textbox may not be in a state it can handle the incoming focus event. Regressed in https://github.com/ppy/osu/pull/14345#discussion_r690697501.
DangerousButton
GetTooltipText
TooltipText
OsuSlider.TooltipText
This reverts commit abba49fd8f.
abba49fd8f
private set
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
OsuSliderBar
AllowIme => false
Also adds `AllowWordNavigation => false` to password text box.
OverlayColourProvider
`RNG.Next` is exclusive of the upper bound, meaning that the last sample would never be played.
Would have liked to fix this in a more local way, but the structure of the dropdowns is just a pain in the ass to work with, so this will do for now.
- Sometimes would display too many decimal digits due to floating point representation errors. - Placeholder would also look wrong if text was removed during a multiple (but determinate) selection.
CreateContent()
LocalisableString
var