ProxymanApp / Proxyman

Modern. Native. Delightful Web Debugging Proxy for macOS, iOS, and Android ⚡️
https://proxyman.io
5.51k stars 181 forks source link

Compose view's URL bar supports rich text, which is unnecessary/wrong #2118

Open carstenhag opened 3 weeks ago

carstenhag commented 3 weeks ago

Description

URLs don't support rich text (background color, text color, font sizes etc), so it's unnecessary that the URL bar at the Compose screen supports them. It also leads to wrong URLs used

Steps to Reproduce

  1. Copy text with background/foreground/text size stuff from Chrome or other apps
  2. At Proxyman, select a request and tap on Edit and Repeat
  3. Select the URL bar
  4. Paste the text

Current Behavior

Rich text is supported, pasting in text results in colors being shown

Screenshot 2024-08-22 at 13 50 31

Expected Behavior

Raw text is pasted

Screenshot 2024-08-22 at 13 56 44

Environment

NghiaTranUIT commented 3 weeks ago

thanks, it's a known issue. I'm still finding a solution to remove the rich text when pasting it into the TextView. Will work on this on the next release 👍