Friday, January 17, 2020
1 change · master
Resolved issues and error corrections
The mail document viewer has been restored so users can interact with files opened from messages as expected. This fixes a modal behavior issue where most actions were blocked, leaving only the Escape key able to close it.
Original PR description
document viewer did not work properly because, by default, dialogs are non-active, so most interactions were not possible (just pressing ESC to close the dialog worked). The correct fix consists of using OwlDialog for DocumentViewer, but that's basically close to a re-writing, so in the meantime marking it as always active is fine. Task: 2177011