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

bug in TCustomChromium.doOnContentsSizeChange #36

Closed
GoogleCodeExporter opened this issue Apr 15, 2015 · 4 comments
Closed

bug in TCustomChromium.doOnContentsSizeChange #36

GoogleCodeExporter opened this issue Apr 15, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

The error is obvious: 

if Assigned(FOnConsoleMessage) then
    FOnContentsSizeChange(Self, browser, frame, width, height);

Original issue reported on code.google.com by edwin....@innovationgear.com on 9 Jan 2012 at 7:36

@GoogleCodeExporter
Copy link
Author

and the bug is .......

Original comment by hgourv...@gmail.com on 9 Jan 2012 at 8:25

  • Changed state: Invalid

@GoogleCodeExporter
Copy link
Author

Hi,

If one defined an OnConsoleMessage event handler but no handler for the 
OnContentsSizeChange event then an 'Access violation' error will happen, 
because FOnContentsSizeChange is nil in that case. 

Original comment by edwin....@innovationgear.com on 9 Jan 2012 at 3:26

@GoogleCodeExporter
Copy link
Author

ok, thank you

Original comment by hgourv...@gmail.com on 9 Jan 2012 at 4:37

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Original comment by hgourv...@gmail.com on 7 Feb 2012 at 10:10

  • Changed state: Fixed

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

No branches or pull requests

1 participant