zulip/zulip-mobile

Rich text can be pasted into input box on Android

Open

#4,660 opened on Apr 14, 2021

View on GitHub
 (10 comments) (0 reactions) (0 assignees)JavaScript (673 forks)github user discovery
a-Androida-compose/sendbughelp wantedupstream: RN

Repository metrics

Stars
 (1,348 stars)
PR merge metrics
 (PR metrics pending)

Description

When a user copies and pastes formatted text (for instance, from a web browser), the rich text is pasted into the compose box. This is incorrect, we should strip this formatting instead.

See this CZO thread for details.

The next step here is to look at what we get from onChangeText when rich text is pasted in, since that seems like the most likely route to fix this.

Contributor guide