-
Notifications
You must be signed in to change notification settings - Fork 28
[desktop] Printing documents #206
Comments
This is an important feature for desktop. There are several ways to address this issue:
Any other ideas? |
Another idea is to try and use |
Calling |
In that case, this feature should be simple to solve. I think that we should wait to fix this until there is a plan in #203. What do you think? |
I've filed a bug in Firefox with details: https://bugzil.la/1095808 Only downside of |
Thanks! It is definitely a Firefox on Linux issue because it works fine on OS X.
I would expect that as well. The print menu item connotes printing the entire page, not just the document. Also, keyboard shortcut interception will be a good feature in the future! |
When intercepting keys, please, bear in mind, that screenreader users depend heavily on them. |
Good point, I'll file some issues about that. Is |
Umm, I assume not so. Orca didn't get it to upload their default keystrokes, so I have to dig into the code in order to extract them. Meanwhile, I can point you to Shall I copy-paste those links into one of the other issues? |
Thanks a lot for those links! Just here is fine, I'll refer to them there. |
I discovered Orca being hosted on GitHub as well. At first glance, I'd say, these files look promising: Of course, all of them can be customised to one's pleasure, but we're just dealing with the default ones. I'll look after spare some time to wrap the files into a table for easier consuming. |
Another option is to Depending on how we implement that, that would allow the user to access their browser's print preview and page setup features (Firefox and IE, unlike Chrome have these separately from their The question then is whether we want that. Allowing access to page setup would make the most sense if the changes made there would have effect in the editor, and thus we didn't have our own dialog (#239). |
Fixed by #252 |
Currently, you can print a document by selecting everything (ctrl-a) first. It would be nice if printing worked without doing that.
The text was updated successfully, but these errors were encountered: