-
Notifications
You must be signed in to change notification settings - Fork 468
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
Comments
What do you mean by “no response”? At what point in the upload process are you closing the remote desktop? What do you see when you return to the remote desktop?
|
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. |
Running with verbose logging enabled, do you see anything that suggests what the problem might be? https://www.chromium.org/for-testers/enable-logging/
|
I looked at the log in detail and found no relevant errors or warnings |
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. |
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. |
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):
Additional context
Versions before 126 do not have this problem, but versions 126 and later have this problem.
The text was updated successfully, but these errors were encountered: