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

OnFileDialog Upload No Response #3839

Open
kissqy opened this issue Nov 17, 2024 · 6 comments
Open

OnFileDialog Upload No Response #3839

kissqy opened this issue Nov 17, 2024 · 6 comments
Labels
bug Bug report

Comments

@kissqy
Copy link

kissqy commented Nov 17, 2024

Describe the bug
No response when uploading files using OnFileDialog.

To Reproduce
cef can upload files normally using OnFileDialog when in remote desktop, but there is no response when using OnFileDialog after closing the remote desktop.

Versions (please complete the following information):

  • OS: [Windows 11]
  • CEF Version: [>=126.0.6478.17]

Additional context
Versions before 126 do not have this problem, but versions 126 and later have this problem.

@kissqy kissqy added the bug Bug report label Nov 17, 2024
@magreenblatt
Copy link
Collaborator

magreenblatt commented Nov 17, 2024 via email

@kissqy
Copy link
Author

kissqy commented Nov 17, 2024

I have an automation program on a remote computer. The program calls the OnFileDialog interface to directly pass in the file address for automatic uploading.
Originally, versions before 126 could upload normally (regardless of whether the remote desktop is open or not). Versions 126 and later can upload normally when the remote desktop is open, but after closing the remote desktop, the automatic uploading stops.
All conditions are the same, only the difference is whether the remote desktop is open or closed.

@magreenblatt
Copy link
Collaborator

magreenblatt commented Nov 17, 2024 via email

@kissqy
Copy link
Author

kissqy commented Nov 22, 2024

I looked at the log in detail and found no relevant errors or warnings
https://github.com/chromiumembedded/cef/commits/master/include/cef_dialog_handler.h
The problem occurred after the update on May 31st

@kissqy
Copy link
Author

kissqy commented Nov 22, 2024

After I cleared the log, I used the program to trigger the upload task. There was no update in the log and no errors or warnings were prompted.

@kissqy
Copy link
Author

kissqy commented Nov 22, 2024

When the remote desktop is closed, something may have happened that caused OnFileDialog to fail to upload correctly. The program can trigger the opening of the file selection window normally, but it cannot upload by passing in the file address mode.

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

No branches or pull requests

2 participants