You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of the product are you using?
Master branch from git, also reproduced in Nuget ver. 57.0.0
What architecture x86 or x64?
Reproduced in x64. The x86 architecture I haven't tested.
On what operating system?
Win7
Are you using WinForms, WPF or OffScreen?
WinForms
What steps will reproduce the problem?
I am trying to open HTML file which contains <img> tag with a source attribute, which points to a resource with a custom protocol and URL containing "tilde" symbol (~). Minimal HTML example is the following:
<html>
<img src="ns://t~est.html">
</html>
What is the expected output? What do you see instead?
Expected the application rendering a broken image if a custom protocol is not registered or calling methods of the registered custom protocol handler if it exists. Instead the application just crashes.
Please provide any additional information below.
In the log generated by CEF I see only the following message which seems to be related to the problem: bad message 1507679 terminating renderer.
If the application has a registered factory for this custom protocol, its methods are not called before crash for this URL.
Does this problem also occur in the CEF Sample Application from http://opensource.spotify.com/cefbuilds/index.html?
I am not able to reproduce the bug using cefclient. I tested with cef_binary_3.3029.1619
The text was updated successfully, but these errors were encountered:
gribunin
changed the title
Img tag with a custom protocol in tilde symbol in URI in the source attribute crashes application
<Img> tag with a custom protocol and tilde symbol in URI in the source attribute crashes application
May 15, 2017
What version of the product are you using?
Master branch from git, also reproduced in Nuget ver. 57.0.0
What architecture x86 or x64?
Reproduced in x64. The x86 architecture I haven't tested.
On what operating system?
Win7
Are you using
WinForms
,WPF
orOffScreen
?WinForms
What steps will reproduce the problem?
I am trying to open HTML file which contains <img> tag with a source attribute, which points to a resource with a custom protocol and URL containing "tilde" symbol (~). Minimal HTML example is the following:
What is the expected output? What do you see instead?
Expected the application rendering a broken image if a custom protocol is not registered or calling methods of the registered custom protocol handler if it exists. Instead the application just crashes.
Please provide any additional information below.
In the log generated by CEF I see only the following message which seems to be related to the problem:
bad message 1507679 terminating renderer.
If the application has a registered factory for this custom protocol, its methods are not called before crash for this URL.
Does this problem also occur in the
CEF
Sample Application from http://opensource.spotify.com/cefbuilds/index.html?I am not able to reproduce the bug using cefclient. I tested with cef_binary_3.3029.1619
The text was updated successfully, but these errors were encountered: