Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email Print proper frame button #135

Closed
RCFilm opened this issue May 20, 2016 · 8 comments
Closed

Email Print proper frame button #135

RCFilm opened this issue May 20, 2016 · 8 comments

Comments

@RCFilm
Copy link

RCFilm commented May 20, 2016

If you print from the current email entity it prints the outer frame please implement a print button to the interframe

@PanuWeb
Copy link
Contributor

PanuWeb commented Dec 13, 2017

Hello

Today for the first time I found the need to print an email and I find this problem.

I was researching some solutions such as printing only the content of the iframe, but the header is necessary. Also the possibility to break the iframe in several pages, but without finding an easy and universal solution.

It is also necessary to hide the buttons: Reply, edit, etc.

It is not urgent but it would be interesting to implement a general print media CSS to be able to print any system screen.

For the moment I copy the content of the email and paste it in the text editor.

Regards!

@yurikuzn
Copy link
Contributor

yurikuzn commented Jan 15, 2018

This commit c9ca3a4 improves email printing. Not ideally but better than it was.

@Hofundur
Copy link

You could add button with onclick handler:

window.frames[0].focus();
window.frames[0].print();

It shows print screen, but content of the frame is properly cut into pages.

You could add hotkey support for that too. I use https://github.com/jeresig/jquery.hotkeys in my project and works as designed.

@o-data
Copy link
Contributor

o-data commented Apr 21, 2023

I see yuri closing many old #issue, hopefully this one next!

@yurikuzn
Copy link
Contributor

yurikuzn commented Apr 21, 2023

There's a workaround. Click on the email body > Ctrl + A (selects all) > Ctrl + P (print).

I'm not sure I would like adding a separate print button. Hope Chrome will improve iframe printing.

@yurikuzn yurikuzn closed this as not planned Won't fix, can't repro, duplicate, stale Apr 21, 2023
@yurikuzn yurikuzn reopened this Apr 21, 2023
@yurikuzn
Copy link
Contributor

Added a dropdown menu action: fc72d84

@Kharg
Copy link
Contributor

Kharg commented Apr 21, 2023

I see yuri closing many old #issue, hopefully this one next!

can you see the future @o-data ? 🤣

@o-data
Copy link
Contributor

o-data commented Apr 21, 2023

Only 3 files to edit, I think I will manual patch this one issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants