Switching between source and rich FTL editor is prevented if translation contains errors and warnings. We do that to avoid losing content when switching editors. For example, rich editor will not be able to render garbage string produced in source editor, so it would need to fallback to something. We should investigate: - which checks can be skipped which switching (e.g. ignore warnings) - if we can only run checks when switching from source to rich editor
Bug 1501187 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Switching between source and rich FTL editor is prevented if translation contains errors and warnings. We do that to avoid losing content when switching editors. For example, rich editor will not be able to render garbage string produced in source editor, so it would need to fallback to something. We should investigate: - which checks can be skipped during switching (e.g. ignore warnings) - if we can only run checks when switching from source to rich editor