Replies: 1 comment 1 reply
-
Sounds like a bug that needs to be fixed in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We implemented a basic search using Find() method, provided by CefSharp. We have a funny issue with it and I am not sure this is part of the design or we are missing something. When calling Find() with findNext parameter set to true and the result is found inside an <iframe>, the next call to Find() will return the very first string found on the whole page - basically it starts searching from the beginning. What is causing such behavior?
EDIT; what I just found out; if I click to the button that is calling FInd() method with parameter findNExt = true really fast, it works and it goes through the results, found on the iframe. If I stop and wait for a second or two and then click button again, I am back to the first result outside of the iframe. Such behavior does not happen when the result is outside of the iframe.
Hope I explained my issue well enough.
Beta Was this translation helpful? Give feedback.
All reactions