You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just trying to document this behavior that is supported across every platform, that the modern UI people have forgotten to implement on newer select/dropdown-elements across platforms:
(Drag-clicking to select an option from a dropdown) microsoft/microsoft-ui-xaml#8953
(Also, the Chromium regression was on windows, but now it seems to work at least on macOS)
Also, have any thoughts went into how the type-the-option-you-want-to-select will work on this new model?
The text was updated successfully, but these errors were encountered:
I tried changing the mousedown listener to click, but that still doesn't enable this use case. We would have to change it to mouseup. The fact that click is not fired in this case makes me feel like we shouldn't support this case - when clicking and dragging across interactive elements, typically neither of them is activated. For example, if I mousedown on the "comment" button on this github page, drag to "close with comment", then mouseup, neither of the buttons are activated.
Yeah, you just need to move the mouse outside the selects dropdown area to cancel the action like you did with the button.
This is how dropdowns have worked practically everywhere for a really, really long time, so making something work different here seems very unintuitive.
This is essentially a accessibility/QOL feature that makes pages with lot's of dropdowns so much faster to navigate through.
(think of a job where you input lots of data, like a doctor/DMW-clerk/etc)
If you take a peek into the issue I linked, there are many examples of where dropdowns currently work like this.
You just have to know this and then you see and use it everywhere.
Just trying to document this behavior that is supported across every platform, that the modern UI people have forgotten to implement on newer select/dropdown-elements across platforms:
(Drag-clicking to select an option from a dropdown)
microsoft/microsoft-ui-xaml#8953
(Also, the Chromium regression was on windows, but now it seems to work at least on macOS)
Also, have any thoughts went into how the type-the-option-you-want-to-select will work on this new model?
The text was updated successfully, but these errors were encountered: