-
Notifications
You must be signed in to change notification settings - Fork 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
Left line/border of quoted text is not visible when hovering over it in Notes #30653
Left line/border of quoted text is not visible when hovering over it in Notes #30653
Conversation
@hoangzinh 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] |
@hoangzinh |
@ZhenjaHorbach as described in the PR checklist, we should add screenshots/recordings on all platforms, to ensure it won't break in other platforms. Btw, because it's a global change, could you add more tests in Tests section? (like verify hover color is xxx when hover on FAB or RHN menu settings or chat report context menu). Thanks |
@hoangzinh |
@ZhenjaHorbach it looks like we're missing recordings of testing FAB, RHN menu settings, chat report context |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2023-11-01.at.21.29.52.-.android.movScreen.Recording.2023-11-01.at.22.13.22.-.android.offline.movAndroid: mWeb ChromeScreen.Recording.2023-11-01.at.21.38.20.-.android.chrome.movScreen.Recording.2023-11-01.at.22.12.15.-.android.chrome.offline.moviOS: NativeScreen.Recording.2023-11-01.at.21.24.47.-.ios.movScreen.Recording.2023-11-01.at.22.15.52.-.ios.offline.moviOS: mWeb SafariScreen.Recording.2023-11-01.at.21.28.02.-.ios.safari.movScreen.Recording.2023-11-01.at.22.14.23.-.ios.safari.offline.movMacOS: Chrome / SafariScreen.Recording.2023-11-01.at.21.12.42.-.web.movScreen.Recording.2023-11-01.at.22.09.51.-.web.-.offline.mov |
@ZhenjaHorbach another thing, because you defined Offline tests, could you add recordings when network is offline for all platforms according to the PR checklist here? Thanks
|
|
@hoangzinh |
@ZhenjaHorbach perfect. Sorry for a lot of feedback, because it's a global change effect, so we need to test it carefully. |
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. Tested well.
On the contrary, it's good) |
✋ 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/grgia in version: 1.3.96-0 🚀
|
This PR caused a regression #30952 |
Planning to revert this PR as it has affected hovering style on menu items. Please comment in the original issue #30952 (comment) |
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.96-15 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.97-7 🚀
|
Details
Left line/border of quoted text is not visible when hovering over it in Notes
Fixed Issues
$ #28858
PROPOSAL: #28858 (comment)
Tests
Additional
FAB
RHN menu settings
chat report context menu
private notes item
Verify that no errors appear in the JS console
Offline tests
Additional
QA Steps
Additional
FAB
RHN menu settings
chat report context menu
private notes item
Verify that no errors appear in the JS console
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-offline.mov
android.mov
Android: mWeb Chrome
android-web-offline.mov
android-web.mov
iOS: Native
ios-offline.mov
ios_sB6Rolrx.mp4
iOS: mWeb Safari
ios-web_SgKj3qYF.mp4
ios-web-offline_ddGhuxDQ.mp4
MacOS: Chrome / Safari
web_iBtq4fsM.mp4
web-offline_lYKUaR0Y.mp4
MacOS: Desktop
desktop_gZ5Q64QB.mp4
desktop-offline_lBq5JjeF.mp4