Description of problem: If a mail is viewed in a tab with the encoding manually chosen in the menu it is reset to default after changing to another tab and back. Version-Release number of selected component (if applicable): 12.0.1 (x86_64) How reproducible: always Steps to Reproduce: 1. open a mail in new tab 2. change encoding to something different than the default. 3. go to another tab and back. Actual results: The encoding is reset to what it was before the manual change. Expected results: The encoding should not change to default again but hold the value from before viewing another tab. Additional info: none
This seems to be upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=487386 Tabs don't remember internal states and are reloaded each time you switch to them. Fix seems to be non-trivial (see bug at mozilla bugzilla). Closing as upstream, we're going to track this issue there.