-
Notifications
You must be signed in to change notification settings - Fork 497
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
Rich Text Editor: Adding/Editing Links feature #7158
Conversation
…ocessing of the actions
Codecov ReportBase: 11.74% // Head: 11.83% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #7158 +/- ##
===========================================
+ Coverage 11.74% 11.83% +0.08%
===========================================
Files 1621 1627 +6
Lines 159428 159793 +365
Branches 64922 65150 +228
===========================================
+ Hits 18732 18911 +179
- Misses 140058 140244 +186
Partials 638 638
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
📱 Scan the QR code below to install the build for this PR. If you can't scan the QR code you can install the build via this link: https://i.diawi.com/hgkzGR |
Kudos, SonarCloud Quality Gate passed! |
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
Found a RTE library bug:
- Insert a link
- Backspace to the beginning of the field
- Write something
- => Link is preserved and usable because of NSAttributedString (until sending or doing an action that triggers a replaceAll)
Note: this can be fixed now or later depending how easy it is. (I'm pretty sure backspacing should almost always trigger an actual replaceAll but that could have many side effects 🙃 )
This requires a fix on the library, so maybe I'll open a separate ticket and separate bug ticket for that. |
RPReplay_Final1670867683.MP4