-
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
Fix:30734 - tag esc character issue #31494
Fix:30734 - tag esc character issue #31494
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
recheck |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid-native-2023-11-20_14.49.02.mp4Android: mWeb Chromeandroid-chrome-2023-11-20_14.44.19.mp4iOS: Nativeios-native-2023-11-20_14.40.05.mp4iOS: mWeb Safariios-safari-2023-11-20_14.38.55.mp4MacOS: Chrome / Safaridesktop-chrome-2023-11-20_14.29.58.mp4MacOS: Desktopdesktop-app-2023-11-20_15.10.51.mp4 |
@FitseTLT In your test steps the backslashes are missing ( |
Tests well, but there's a little edge case if we ever (for some reason!) wanted a backslash in the tag name itself. I reckon we could just limit the regex to only replace |
Ok. But should I still consider multiple (double) backslashes as this comment or only one slash?? |
@FitseTLT Yes the name that we get from the BE is double backslashed so I'd say we need to handle either one or two (unsure if it'll ever be 1 but it's probably worth supporting in case BE gets fixed to stop double-escaping 😉). |
Updated as per your suggestion. But for your info |
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!
@roryabraham looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
Not an emergency, see last comment |
✋ 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/roryabraham in version: 1.4.2-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.4.2-3 🚀
|
Details
Fixed Issues
$ #30734
PROPOSAL: #30734 (comment)
Tests
2.. Go to workspace chat > + > Request money > Manual.
Offline tests
2.. Go to workspace chat > + > Request money > Manual.
QA Steps
2.. Go to workspace chat > + > Request money > Manual.
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)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.native.mp4
Android: mWeb Chrome
Android.mWeb.mp4
iOS: Native
IOS.Native.mp4
iOS: mWeb Safari
IOS.mWeb.mp4
MacOS: Chrome / Safari
Web.2.mp4
MacOS: Desktop
Desktop.mp4