-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Fix: Cursor is not consistent on input in help page #29121
Fix: Cursor is not consistent on input in help page #29121
Conversation
@aimane-chnaif Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@getusha there are a few issues in this video: Screen.Recording.2023-10-10.at.6.34.00.PM.mov |
@aimane-chnaif fixed this one Screen.Recording.2023-10-10.at.8.57.02.PM.movScreen.Recording.2023-10-10.at.9.24.00.PM.movI am unable to reproduce the change of cursor when hovering over the label Screen.Recording.2023-10-10.at.9.09.58.PM.mov |
This comment was marked as outdated.
This comment was marked as outdated.
@getusha just reproduced: Screen.Recording.2023-10-10.at.7.40.38.PM.mov |
@aimane-chnaif on which browser are you testing this? |
Google Chrome |
@aimane-chnaif I am also testing on Google Chrome 😢 Screen.Recording.2023-10-10.at.10.12.57.PM.mov |
It's interesting that not reproducible on safari but only chrome |
I think it's fine or at least out of scope because it's not constantly reproducible and happens only when tooltip shows. |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-10-10.at.8.34.35.PM.movMobile Web - ChromeMobile Web - SafariDesktopiOSAndroid |
@getusha you can't reproduce this as well? bug3.mov |
@aimane-chnaif yes Screen.Recording.2023-10-10.at.10.41.00.PM.movcould you do the same on github's comment input and see if you can get the same result? Screen.Recording.2023-10-10.at.10.42.06.PM.mov |
Good catch! It's browser bug for sure Screen.Recording.2023-10-10.at.8.44.34.PM.mov |
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.
LGTM 🎉
✋ 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/jasperhuangg in version: 1.3.81-0 🚀
|
🚀 Deployed to staging by https://github.com/jasperhuangg in version: 1.3.83-0 🚀
|
@jasperhuangg , It doesn't look like this was ever deployed to production, am I missing something? |
@mallenexpensify the fix landed on help.expensify.com, it is probably a bug from melvin :) |
oh.. so some level of automation should have posted here that this PR hit production, but the automation didn't happen. @getusha what's the |
@mallenexpensify We just need to verify that the cursor is consistent when hovering over the search input and label. Screen.Recording.2023-10-26.at.7.41.56.PM.mov |
Details
Fixed Issues
$ #26169
PROPOSAL: #26169 (comment)
Tests
Offline tests
N/A
QA Steps
Same as tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)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: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
Screen.Recording.2023-10-09.at.11.29.10.PM.mov
MacOS: Desktop