Michał Skałka
Michał Skałka
Hi, I'm Michał from Software-Mansion and I will investigate this issue
After investigation, I found that the problem with text selection on Android had a root cause in the `react-native-live-markdown` library. It was only reproducible after enabling the new architecture. I...
@izarutskaya @DylanDylann @greg-schroeder I'm not sure if it is a bug, I think it is more like a new feature for the video player. The presented behavior is correct according...
@hayata-suenaga The issue has been fixed inside the `react-native-live-markdown` library and [this PR](https://github.com/Expensify/App/pull/41103) contained version bump inside it. However, I can see that [the library version has been already updated](https://github.com/software-mansion-labs/expensify-app-fork/commit/f72d330dbf47e244f6fced3ac0a5d334fbfff029#diff-b7d85c35701918f25c9b2c418249f9b66fd9b067676e295a9eff493b73ee1752R1837)...
Found a couple of bugs while testing: 1. It's impossible to remove the newline between the first syntax `backticks` and `code block` https://github.com/Expensify/react-native-live-markdown/assets/39538890/55fd04f8-f6d0-4867-9c79-aa6a151055e9 2. After removing whole content from code...
The bugs that I previously reported have been fixed, thank you! After your changes I've only found the problem with cursor positioning when entering newline after first backticks: Video https://github.com/Expensify/react-native-live-markdown/assets/39538890/beeed721-10ae-49a6-8727-cda96d746bfd
Hi, when testing I found a problem with cursor positioning when writing on Firefox: https://github.com/Expensify/react-native-live-markdown/assets/39538890/2476d33e-0d60-48ed-b90f-11bd2d3a65c1
Firefox: after pasting code block text is still highlighted Test string ``` Hello, *world*! https://expensify.com # Lorem ipsum > Hello world `foo` test test @here @[email protected] #room-mention ``` https://github.com/Expensify/react-native-live-markdown/assets/39538890/1706ff6b-e440-46bb-b385-e7cce08f1d99
Still reproducible on the latest main
I think the expected styling in os iOS, so we should align both Android and Web to it