GtkFileChooserDialog button focus issues prevent using Return/Enter key to perform action
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
People
(Reporter: jared, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:152.0) Gecko/20100101 Firefox/152.0
Steps to reproduce:
Hit CTRL+S to Save Page As...
or CTRL+O to Select a file...
Actual results:
Hitting Return (enter) key no longer performs the action (e.g. saves/opens the file) because the button no longer has the focus.
Testing in Linux X11, Firefox 151.0.4 does not have the issue. Firefox 152.0.1 is where it's introduced for me. Note: I do not have any xdg-desktop-portal packages installed on my system, rather relying on the native GtkFileChooserDialog.
Likely the same as #2029639, now closed. I also tried setting widget.use-xdg-desktop-portal.file-picker to 0, which makes no difference from the default of 2 in my case since I do not use xdg-desktop-portal. In both 0 and 2 I get the expected GtkFileChooserDialog window.
Expected results:
When the GtkFileChooserDialog window appears, simply hitting the Return key should perform the action if appropriate (e.g. Save As...).
Comment 1•1 month ago
|
||
:thinker could this be a symptom of bug 2033848? not sure if its a dupe of one of the regressors
Comment 2•1 month ago
|
||
yes, bug 2033848 cause this.
Please check bug 2047865
Hi, thanks for noticing this one. It's a big source of frustration for me lately. I've shared some thoughts in bug 2047865.
Just think about how the current behavior is confusing: Since you can navigate into a subdirectory with Return or double-click, but not select a file with Return/double-click, that immediately makes me think it's an invalid file-type, not that I should use my mouse to click Open.
Description
•