After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 662670 - Pressing "Enter" in print dialog box will not cause printing
Pressing "Enter" in print dialog box will not cause printing
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Printing
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
: 669631 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-10-25 12:53 UTC by Pedro Villavicencio
Modified: 2012-02-08 10:43 UTC
See Also:
GNOME target: ---
GNOME version: 3.1/3.2


Attachments
Print dialog: small keynav improvement (1.44 KB, patch)
2011-10-27 02:11 UTC, Matthias Clasen
committed Details | Review

Description Pedro Villavicencio 2011-10-25 12:53:32 UTC
this report has been filed here:

https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/879897

"Depending on where the focus is in the Print Dialog box, pressing "Enter" will fail to cause the printer to print if trying to print from Firefox or Gedit. Printing from LibreOffice, however, does NOT exhibit this bug.

To replicate, do the following:
1. open Firefox or Gedit and call up the print dialog box by pressing Ctrl+P or File>Print.
2. place the focus either in the "Pages:" section by specifying to only print Page 1 or in the "Copies:" section by requesting that two pages be printed.
3. press "Enter." Despite the "Print" button showing an orange highlight, pressing "Enter" will fail to cause the printer to print.

Summation:
-open Firefox and press "Ctrl+P"
-press "Alt+E"
-press one (1)
-press "Enter" = nothing happens"
Comment 1 Matthias Clasen 2011-10-25 15:37:06 UTC
There's no guarantee that pressing enter anywhere in the dialog will always activate the default.

In the case of the range entry, it could be changed.
Comment 2 Matthias Clasen 2011-10-27 02:11:38 UTC
The following fix has been pushed:
701c00e Print dialog: small keynav improvement
Comment 3 Matthias Clasen 2011-10-27 02:11:42 UTC
Created attachment 200074 [details] [review]
Print dialog: small keynav improvement

Mark the page range entry and the copies spin button as
activates-default.
Comment 4 André Klapper 2012-02-08 10:43:51 UTC
*** Bug 669631 has been marked as a duplicate of this bug. ***