Fix anchor text can't show both underline (link style) and line through (delete style while offline) on iOS#38985
Merged
puneetlath merged 1 commit intoApr 1, 2024
Conversation
Contributor
Reviewer Checklist
Screenshots/VideosAndroid: Native38985.Android.mp4Android: mWeb Chrome38985.mWeb-Chrome.2.mp4iOS: Native38985.iOS.moviOS: mWeb Safari38985.mWeb-Safari.movMacOS: Chrome / Safari38985.Web.mp4MacOS: Desktop38985.Desktop.mp4 |
mollfpr
approved these changes
Mar 29, 2024
puneetlath
approved these changes
Apr 1, 2024
|
@puneetlath looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
Contributor
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Contributor
|
Tests were passing when I merged and are still passing now. |
87 tasks
Contributor
|
🚀 Deployed to staging by https://github.com/puneetlath in version: 1.4.59-0 🚀
|
6 tasks
Contributor
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.4.60-13 🚀
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
It's a react-native-render-html bug where on iOS, it's not possible to apply both underline and line through, so we use
underline line-throughstyle.Fixed Issues
$ #38680
PROPOSAL: #38680 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
QA Steps
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodSTYLE.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 and/or tagged@Expensify/designso 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-03-26.at.15.24.10.mov
Android: mWeb Chrome
Screen.Recording.2024-03-26.at.15.22.00.mov
iOS: Native
Screen.Recording.2024-03-26.at.15.18.07.mov
iOS: mWeb Safari
Screen.Recording.2024-03-26.at.15.19.32.mov
MacOS: Chrome / Safari
Screen.Recording.2024-03-26.at.15.13.23.mov
MacOS: Desktop
Screen.Recording.2024-03-26.at.15.13.57.mov