mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 00:55:57 +03:00
[GH-ISSUE #823] Search field in Response panel replaces quotation mark " with “ #819
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#819
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rpassis on GitHub (Mar 17, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/823
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
2.20.0
macOS Version? (Ex. mac 10.14)
11.2.3 (Apple Silicon)
Steps to reproduce
Activate the search field inside the response panel and start typing text that begins with
". Observe that after you enter a character immediately after the quotation mark, the quotation mark itself gets replaced by the“symbol.Expected behavior
The typed quotation mark
"should not be replaced with“@NghiaTranUIT commented on GitHub (Mar 18, 2021):
Thanks for the video @rpassis 👍 It looks like a bug from CodeMirror. I'm checking it now and send you a Beta build this week 😄
@NghiaTranUIT commented on GitHub (Mar 18, 2021):
@rpassis I discover that it's not but from CodeMirror either Proxyamn. It's "Smart Quotes".
You can disable it by right-click on the Body -> Substitution -> Un-check "Smart Quotes". It would fix the bug.
Meanwhile, I will find a solution to disable it automatically 👍
@NghiaTranUIT commented on GitHub (Mar 18, 2021):
@rpassis Please check the beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.20.0_Code_Mirror_Smart_Quotes.dmg
It will fix your bug 🙌
@rpassis commented on GitHub (Mar 18, 2021):
I tested with the beta build and it's fixed! I guess smart quotes is not that smart 😊!
Thanks for looking into it, I love Proxyman ❤️!