-
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
Repair Editing a comment containing both RTL and LTR characters breaks the (edited) text #9834
Merged
Merged
Changes from 3 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
3bf8321
fix RTL (edited) text
Karim-30 c30e992
fix RTL (edited) text
Karim-30 556506d
Merge branch 'main' of https://github.com/Karim-30/App into main
Karim-30 1e9514e
Merge branch 'main' of https://github.com/Karim-30/App into main
Karim-30 c794059
Merge branch 'main' of https://github.com/Karim-30/App into main
Karim-30 71bb61a
create writing Direction utility
Karim-30 84b3394
Merge branch 'main' into main
Karim-30 e7af093
Merge branch 'Expensify:main' into main
Karim-30 5dfd58c
Merge branch 'Expensify:main' into main
Karim-30 d1fda9f
Add LTR unicode function
Karim-30 80ef0c2
Add LTR unicode function
Karim-30 3a3a820
fix rtl typo
Karim-30 7800d79
fix comments typo
Karim-30 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
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.
@Karim-30 unfortunately,
justifyContent: baseline
doesn't work well for a multiline messagePaste this message and edit it - "pen app on webPost(if not) some code block message with long lines so that it overflows.Try to move two finger (scroll) not precisely horizontally but at some other angle eg. 45Expected Result:
We have to precisely scroll to left or right or else the page will also scroll vertically."
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.
updated, here how it looks like :
web :
web2.mov
mweb :
mweb2.mov
android :
android2.mov
ios :
Ios2.mov
desktop :
Desktop2.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.
@Karim-30 code keeps changing, so it isn't necessary to add updated screenshots :)