Page MenuHomePhabricator

Allow users to exit the template translation editor by using the browser back button
Open, Needs TriagePublic

Description

Content Translation allows to translate templates by providing an in-place editor.
Since users reach a new area that can fill most of the viewport in some cases (e.g., big infoboxes), users may use the browser back button to try to get out of it. However, doing so currently brings the user out of the translation.

This navigation could be supported by dealign with the browser history API and making sure that the contents edited in the template are persisted.