-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Workspace switcher - Workspace switcher reopens after selecting a workspace with keyboard #39402
Workspace switcher - Workspace switcher reopens after selecting a workspace with keyboard #39402
Conversation
merge main into bug/workspace-switcher
@@ -23,6 +23,8 @@ function WorkspaceSwitcherButton({policy}: WorkspaceSwitcherButtonProps) { | |||
const {translate} = useLocalize(); | |||
const theme = useTheme(); | |||
|
|||
const pressableRef = useRef<HTMLDivElement | null>(null); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const pressableRef = useRef<HTMLDivElement | null>(null); | |
const pressableRef = useRef<HTMLDivElement | View | null>(null); |
@getusha what is your ETA for this one? |
Sorry for the delay, will be on it in 3 hours. |
No problem, there was no delay really, just wanted to get a sense of when you can address this. Thank you |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-04-03.at.7.43.35.in.the.evening.movAndroid: mWeb ChromeScreen.Recording.2024-04-03.at.7.09.54.in.the.evening.moviOS: NativeSimulator.Screen.Recording.-.iPhone.15.-.2024-04-04.at.14.39.14.mp4iOS: mWeb SafariScreen.Recording.2024-04-03.at.7.18.18.in.the.evening.movMacOS: Chrome / SafariScreen.Recording.2024-04-03.at.7.08.08.in.the.evening.movMacOS: DesktopScreen.Recording.2024-04-04.at.2.35.55.in.the.afternoon.mov |
cc: @mountiny |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/mountiny in version: 1.4.61-0 🚀
|
🚀 Deployed to staging by https://github.com/mountiny in version: 1.4.61-0 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.4.61-8 🚀
|
Details
Fix issue with workspace switcher re-opening after selecting a workspace with a keyboard instead of a mouse.
Fixed Issues
$ #35823
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
ANDROID-NATIVE.mov
Android: mWeb Chrome
ANDROID-CHROME.mov
iOS: Native
IOS-NATIVE.mov
iOS: mWeb Safari
IOS-SAFARI.mov
MacOS: Chrome / Safari
CHROME.mov
MacOS: Desktop
DESKTOP.mov