Page 1 of 1

Since version 126, the status text is displayed as a hint when you move the mouse over a link

Posted: Thu Nov 07, 2024 3:16 pm
by STEINGODF
Hi,

Since version 126, when using TChormium in conjunction with CEFWindowParent, a hint with the status text is displayed when the mouse hovers over a link.

The behavior can be reproduced in the “Simple Browser2” test project. No hint is displayed in the “SimpleBrowser1” project.

Does anyone have an idea how to disable the behavior? I couldn't find any option.



Image

Re: Since version 126, the status text is displayed as a hint when you move the mouse over a link

Posted: Thu Nov 07, 2024 4:28 pm
by salvadordf
Hi,

Add this code line before creating the browser :

Code: Select all

Chromium1.Options.ChromeStatusBubble := STATE_DISABLED;