I came across this problem today - the UseSetFocus property doesn't seem to work with TChromiumWindow.
Crownie's suggested workaround does somewhat work.
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
TChromiumWindow focus is working for 50%
-
- Posts: 3
- Joined: Wed Dec 04, 2019 8:50 pm
Re: TChromiumWindow focus is working for 50%
As a newbie here, I want to THANK YOU all for your part in creating and supporting this project. It looks like the perfect solution to replacing our old twebbrowser and twebbrowser editors.
I have a very simple grid as a navigation list (like an email client). Each row change displays into TChromiumWindow. The focus keeps moving to TChromiumWindow from the grid. The result is that you cannot cursor down the grid items.
I have tried toggling disabled and that works poorly for me.
I would welcome any other possible work around suggestions .... for me this is a huge issue.
I have a very simple grid as a navigation list (like an email client). Each row change displays into TChromiumWindow. The focus keeps moving to TChromiumWindow from the grid. The result is that you cannot cursor down the grid items.
I have tried toggling disabled and that works poorly for me.
I would welcome any other possible work around suggestions .... for me this is a huge issue.
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: TChromiumWindow focus is working for 50%
This CEF issue is related to this focus problem :
https://bitbucket.org/chromiumembedded/ ... ser-window
This only happen in normal mode browsers but not in OSR mode. If you need total focus control consider using the SimpleOSRBrowser demo or try some of the workarounds commented in that issue.
https://bitbucket.org/chromiumembedded/ ... ser-window
This only happen in normal mode browsers but not in OSR mode. If you need total focus control consider using the SimpleOSRBrowser demo or try some of the workarounds commented in that issue.