Bug #33619
closedDouble quoting for translation hint
0%
Description
To reproduce:
Fill a bodytext field with a text including double quotes.
Now translate this content element.
What you get:
Below the text filed is the original text as translation hint. This text includes "
as text.
Expected result:
The translation hint should display the quotes as normal text("
).
Files
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10489
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10489
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10489
Updated by Gerrit Code Review almost 12 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10489
Updated by Gerrit Code Review over 11 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/10489
Updated by Gerrit Code Review almost 10 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/10489
Updated by Benni Mack almost 10 years ago
- Status changed from Under Review to New
- Target version set to 7.1 (Cleanup)
- Is Regression set to No
Proposed solution was not accepted and no one took the chance to work on it.
Updated by Benni Mack over 9 years ago
- Target version changed from 7.1 (Cleanup) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Riccardo De Contardi almost 8 years ago
- Category set to Backend User Interface
Still valid for 7.6.13
Updated by Riccardo De Contardi over 7 years ago
Tested on both 7.6.16 and latest master with the following string:
aaa AAAA 'AAAAA' "AAAAA" ""AAAAAAA""
Results:
TYPO3 7.6.16:¶
aaa AAAA 'AAAAA' "AAAAA" ""AAAAAAA""
TYPO3 8.7-dev (latest master):¶
<p>aaa AAAA 'AAAAA' "AAAAA" ""AAAAAAA""</p>
so the quotes are correct; but the tags become visible. Is it intended?
Updated by Georg Ringer over 7 years ago
- File bug-33619.png bug-33619.png added
- Status changed from New to Resolved
testing that with 9-dev, it seems to be solved. see also the screenshot
yes the tags should be visisible to see changes there like changed h1 to h2.