linagora / tmail-flutter

A multi-platform (Flutter) application for reading your emails, with your favorite devices, using the JMAP protocol!
GNU Affero General Public License v3.0
322 stars 73 forks source link

[EDGE] print button disappears immediately upon openin a PDF file #3225

Open rezk2ll opened 1 week ago

rezk2ll commented 1 week ago

Description

after opening a PDF file in Microsoft EDGE the option to print the file does not show ( hides immediately )

Screenshot from 2024-10-23 15 05 54

https://github.com/user-attachments/assets/a300b4a5-8b2e-45ef-811b-abb61f6e8560

Expected result

the print button should always be visible after opening PDF files

Current behavior

the print button is not visible after

https://github.com/user-attachments/assets/45c1fa91-e5e3-4933-9db4-fbcd273de6a4

Reproduction Steps

Acceptance criteria

Context

device: HP ProBook OS: Ubuntu browser: EDGE version: 0.13.4

dab246 commented 1 week ago

This is not a BUG. Currently we only show the print button on all browsers except (Firefox, Safari, Edge). Reason: file names are randomly generated from the respective browser so we hide this feature. See more at PR #2780

Screenshot 2024-10-24 at 11 42 23

We will fix the print button blinking when previewing PDF