Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

2924 #80

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

2924 #80

wants to merge 9 commits into from

Conversation

Ze2QvoQxxKeu
Copy link

@Ze2QvoQxxKeu Ze2QvoQxxKeu commented May 9, 2017

Bug in cefvcl.pas in procedure TCustomChromium.CreateBrowser; and maybe another places.
With adobe flash throwed exception on line FBrowserId := FBrowser.Identifier;. If include try-except block then this exception can't be raised.

try
  FBrowserId := FBrowser.Identifier;
except  end;

It's temporary fix

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants