1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

Fixed issue #446 : OSR browsers don't show the blinking caret when you click on an editable element

This commit is contained in:
salvadordf
2023-03-11 17:29:30 +01:00
parent 6b042e813a
commit 4150a65980
33 changed files with 3351 additions and 5659 deletions

View File

@@ -220,9 +220,9 @@ object BrowserFrame: TBrowserFrame
OnMouseUp = Panel1MouseUp
OnResize = Panel1Resize
OnMouseLeave = Panel1MouseLeave
ExplicitTop = 29
end
object chrmosr: TChromium
OnCanFocus = chrmosrCanFocus
OnLoadError = chrmosrLoadError
OnLoadingStateChange = chrmosrLoadingStateChange
OnAddressChange = chrmosrAddressChange