Closed
Bug 1460269
Opened 7 years ago
Closed 7 years ago
[FTL] Multiple selector's choices hidden after edit if blank
Categories
(Webtools Graveyard :: Pontoon, defect)
Webtools Graveyard
Pontoon
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: adrian, Unassigned)
Details
Steps to reproduce:
-------------------
1. Go to an FTL file to translate it
2. Open a string with a multiple selector (e.g. https://github.com/mozilla-l10n/pontoon-ftl/blob/master/en-US/demo.ftl#L73-L80 )
3. Fill one value, leave the rest empty
4. Save
Expected result:
----------------
The rich editor shows all options, with empty values where nothing was entered.
Actual result:
--------------
The rich editor shows a simple text editor. It is also an <input> styled as a <textarea> (can be verified by hitting the Enter key).
Comment 1•7 years ago
|
||
That's actually by design. FTL translations can be simple, even if the original string is complex.
Simple strings can be turned back into complex ones via source editor. We'll make part of that possible from the complex UI, too - which is tracked in other bugs.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•