-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.21] Clicking on the right side of a combobox doesn't cause it to open / dropdown #17062
Comments
Yes absolutely! If you're using canary and find bugs in it, absolutely file them here 😄 21.931 included the font face combo box, so that wasn't the source of this regression. |
Here are the commits for that version range:
|
@zadjii-msft just a cold read, but due to 67ae9f6 you may be the killer |
You know, this is pretty dang painful. Promoting to blocking to investigate Notes: Wait a sec this doesn't repro on the canary build I have open on this machine anymore. What the hay barrels? Did I lose the repro? okay definitely repros on main. Click on the right side of the combobox, and slowly move to the left. Usually there's a point where it starts working?
67ae9f6 is the first bad commit |
…used (#17174) You'll never believe this. Clicking on the dropdown button on a ComboBox doesn't set `e.Tapped = true`. It bubbles up, and lands in our `Pane`'s `Border`'s tapped handler. And in there, we yeet focus to the first content. We end up stealing focus from the combobox, and then the combobox doesn't actually open its dropdown. So yea we can just fix that. Easy enough. Closes #17062 --------- Co-authored-by: Dustin L. Howett <duhowett@microsoft.com> Co-authored-by: Leonard Hecker <lhecker@microsoft.com>
Windows Terminal version
1.21.1011.0
Windows build number
10.0.19045.3448
Other Software
No response
Steps to reproduce
look the video
https://github.com/microsoft/terminal/assets/11919060/f5c52bf2-d51c-482c-9dfc-557d919ec554
ps. for future is good idea post issue like BUG for CANARY builds WT?
Expected Behavior
good work wit combobox
latest good canary buid: terminal-1.21.931.0
Actual Behavior
terminal-1.21.991.0
terminal-1.21.1011.0
is bad for work with combobox
The text was updated successfully, but these errors were encountered: