-
Notifications
You must be signed in to change notification settings - Fork 79
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
StatusComboBox
doesn't react on click in the upper part of the component
#9977
Comments
Check that combo box now is clickable only in the area of the indicator ( Originally posted by @micieslak in #9961 (review) |
caybro
moved this from Next Iteration
to Iteration Backlog
in Status Desktop/Mobile Board
Mar 27, 2023
caybro
added a commit
that referenced
this issue
Mar 28, 2023
Redirect the click event and let the CustomComboItem fill the whole `contentItem` (otherwise a Button over another Button eats all the mouse events) Fixes: #9977
1 task
1 task
caybro
added a commit
that referenced
this issue
Mar 29, 2023
Redirect the click event and let the CustomComboItem fill the whole `contentItem` (otherwise a Button over another Button eats all the mouse events) Fixes: #9977
github-project-automation
bot
moved this from Code review
to Done
in Status Desktop/Mobile Board
Mar 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
To test it, you can use
storybook/ Views/ CommunityNewCollectibleView
orstorybook/Components/StatusEmojiAndColorComboBox
It is possible to see the component wrong behaviour in the following video:
Screen.Recording.2023-03-22.at.09.20.02.mov
It seems it happens only with the new variant
size: Small
since here it behaves correctly (or just only in the newStatusEmojiAndColorComboBox
component):Screen.Recording.2023-03-22.at.09.29.59.mov
Originally posted by @micieslak in #9961 (comment)
The text was updated successfully, but these errors were encountered: