Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

"Save as" dialog can't be closed with ESC key #3864

Closed
Sh1d0w opened this issue Sep 10, 2016 · 9 comments · Fixed by #11906
Closed

"Save as" dialog can't be closed with ESC key #3864

Sh1d0w opened this issue Sep 10, 2016 · 9 comments · Fixed by #11906

Comments

@Sh1d0w
Copy link

Sh1d0w commented Sep 10, 2016

Test plan

#11906 (comment)


Did you search for similar issues before submitting this one?

Yes

Describe the issue you encountered:
When the "Save as" dialog appears asking you where to save the file you want to download, it can't be closed with the ESC key and you have to move the mouse to the Cancel button and click it in order to close the modal.

The source of the problem is that when the modal appears it does not gain focus on it, the focus is still on the webview.

Expected behavior:
Hitting ESC key when the Save as modal is opened should close it and the active tab should gain focus again.

  • Platform (Win7, 8, 10? macOS? Linux distro?): Linux
  • Brave Version:
    0.12.1
  • Steps to reproduce:
    1. Try to download file
    2. When the Save as modal appears press ESC
    3. See nothing happens
  • Screenshot if needed:
  • Any related issues:
@ayumi
Copy link
Contributor

ayumi commented Nov 16, 2016

I can't repro this. I'm running off master at a8de393 and tried to download files by left clicking links at http://www.thinkbroadband.com/download.html .

@cndouglas
Copy link

@Sh1d0w @ayumi Which platforms are you using? Works for me with Brave 0.12.9 on macOS 10.12.x.

@Sh1d0w
Copy link
Author

Sh1d0w commented Nov 16, 2016

@ayumi @liunkae I am using Brave under Linux. It still does not work as expected on 0.12.9, following the steps above.

@ayumi
Copy link
Contributor

ayumi commented Nov 16, 2016

It works for me on Brave 0.12.9 and Mac OS 10.11.6

@sergio-rojasa
Copy link

sergio-rojasa commented Aug 23, 2017

I encounter the same problem Brave 0.19.3 and Debian 9.

  1. Try to download a file
  2. When the save dialog appear, press the escape button
  3. Nothing happens when I press the escape button, but when I click on the save dialog and press the escape button the dialog disappear

I don't know if feature was built in a the way for user has to click on the save dialog to make escape button to work @ayumi

@sergio-rojasa
Copy link

@ayumi I would like to work on this bug.

@sergio-rojasa
Copy link

@ayumi should the save dialog be on focused by default when the user click on save as.

@bsclifton
Copy link
Member

Moving to 0.22.x; we're going to have 0.21.x-C65 only contain the Chromium upgrade 😄 👍

@bsclifton bsclifton modified the milestones: 0.21.x w/ Chromium 65 (Beta Channel), 0.22.x (Developer Channel) Mar 9, 2018
@kjozwiak
Copy link
Member

kjozwiak commented Mar 22, 2018

Verified that the above issue has been fixed on macOS 10.13.3 x64 using the following build:

  • 0.22.6 e6ff4ea
  • libchromiumcontent: 65.0.3325.162
  • muon: 5.1.0

Verified on Ubuntu 10.10 x64

  • 0.22.7 8bb7e77
  • libchromiumcontent: 65.0.3325.181
  • muon: 5.1.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.