In the onbeforedownload and ondownloadupdated functions, the empty string is returned by calling getmainframe() and getfocusedframe() through the browser
Issue #3335
wontfix
In the onbeforedownload and ondownloadupdated functions, the empty string is returned by calling getmainframe() and getfocusedframe() through the browser
Comments (8)
-
reporter -
reporter strMainFrameName and strFocusedFrameName
are always empty string -
What OS and CEF version? What URL are you downloading?
-
reporter windows, 99.2.10+gfecf7ca+chromium-99.0.4844.51. A download link wrapped in iframe
-
A download link wrapped in iframe
Do other load callbacks for that iframe (like OnLoadEnd) return a non-empty value for GetName?
-
reporter No, It’s always return empty value.
-
What URL are you downloading?
-
- changed status to wontfix
Marking as WontFix due to lack of reporter response.
- Log in to comment