Skip to content
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

Line breaks are removed from selected text on Google Translate #4

Open
GoogleCodeExporter opened this issue May 27, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Select text containing a line break.
2. Right click, select "Translate selection into..." and select any language.

What is the expected output? What do you see instead?
The line breaks should be printed on the translation box. Instead, they are 
ignored and replaced with spaces.

Additional information:
This bug was filled to escalate a bug report on the CWS listing support tab 
written by Dustin Falgout.

Actually, the extension behaves like this due to Chromium bug 116429: 
https://code.google.com/p/chromium/issues/detail?id=116429

Comments #4, #6 and #11 on that Chromium bug suggest a workaround for this 
issue, but unfortunately the workarounds requires the extension to ask for the 
permission of being able to read the entire webpage when the user wants to 
translate the text selection and this is against this developer core value 
which is that all extensions should request as little permissions as possible. 
This developer thinks that requesting the tabs or activeTab permissions is not 
worth in order to solve this little issue and therefore, I'll leave this issue 
as WontFix, and all will be working as intended when the Chromium bug is fixed.

Original issue reported on code.google.com by [email protected] on 30 Nov 2014 at 7:11

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 18 Dec 2014 at 5:21

  • Added labels: Pri-3
  • Removed labels: Pri-2

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 1 Jan 2015 at 9:42

  • Changed state: ExternalDependency

@avm99963
Copy link
Owner

Reopening this issue, since it was incorrectly autoclosed when migrating from Google Code to GitHub.

The status of this bug was ExternalDependency, because before we can fix this in the extension the following Chromium bug must be fixed: https://crbug.com/116429

@avm99963 avm99963 reopened this May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants