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

MiniBrowser demo only shows the mouse coordinates in the first webpage #130

Closed
salvadordf opened this issue Aug 28, 2018 · 0 comments
Closed
Labels

Comments

@salvadordf
Copy link
Owner

CEF3 creates a few child windows inside TCEFWindowParent and the TChromium.OnBrowserCompMsg, TChromium.OnWidgetCompMsg and TChromium.OnRenderCompMsg events are used to intercept the messages to those windows.

MiniBrowser uses TChromium.OnRenderCompMsg to show the mouse coordinates but it stops working when you use TChromium.LoadURL again.

These events are NOT supported by CEF3 and it's recommended to use other alternative TChromium events.

@salvadordf salvadordf added the bug label Apr 4, 2019
salvadordf added a commit that referenced this issue Nov 9, 2019
Fixed #130: MiniBrowser demo only shows the mouse coordinates in the first webpage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant