Hover menu is not dismissed after opening emoji picker#37509
Hover menu is not dismissed after opening emoji picker#37509luacmartins merged 1 commit intoExpensify:mainfrom
Conversation
|
@mollfpr Can you help review this PR when you have a chance? Thanks |
Reviewer Checklist
Screenshots/VideosAndroid: Native37509.Android.mp4Android: mWeb Chrome37509.mWeb-Chrome.mp4iOS: Native37509.iOS.mp4iOS: mWeb Safari37509.mWeb-Safari.mp4MacOS: Chrome / Safari37509.Web.mp4MacOS: Desktop37509.Desktop.mp4 |
mollfpr
left a comment
There was a problem hiding this comment.
Mostly looks good and tested well. Just need to address the comment.
| onPress: (closePopover, {openOverflowMenu, event}) => { | ||
| onPress: (closePopover, {openOverflowMenu, event, openContextMenu}) => { | ||
| openOverflowMenu(event as GestureResponderEvent | MouseEvent); | ||
| openContextMenu(); |
There was a problem hiding this comment.
We need to call openContextMenu() to preserve mini context menu when users click on three dot icon
@tienifr I think we need to clarify the |
|
@luacmartins looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
|
all tests were passing when this PR was merged |
|
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.4.48-0 🚀
|
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.4.48-0 🚀
|
Details
Fixed Issues
$ #34833
PROPOSAL: #34833 (comment)
Tests
Offline tests
Same as above
QA Steps
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel so the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Screen.Recording.2024-02-29.at.22.18.52.mov
Android: mWeb Chrome
Screen.Recording.2024-02-29.at.22.29.14.mov
iOS: Native
Screen.Recording.2024-02-29.at.22.20.58.mov
iOS: mWeb Safari
Screen.Recording.2024-02-29.at.22.22.45.mov
MacOS: Chrome / Safari
Screen.Recording.2024-02-29.at.18.31.46.mov
MacOS: Desktop
Screen.Recording.2024-02-29.at.21.50.25.mov