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

Problem catching enter/exit events and information of HTML Controls #13

Open
GoogleCodeExporter opened this issue Mar 15, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

(GeckoFX v1.9)

In the I.E. Based WebBrowser control you can hook into the HtmlDocument 
LosingFocus and Focusing events, which can (just about) tell you which 
html controls were being moved in and out of so you can do some additional 
validation on their values. However, while I can find browser events in 
GeckoFX, I can't seem to find the equivalent document events (in fact any 
events) to get this info in GeckoDocument. I guess I could do something 
with the mouse positioning/clicking - but that doesn't tell me if someone 
is tabbing between fields etc. I tried hooking into the browser level 
GotFocus and LostFocus events but they don't seem to execute when just 
tabbing between fields.

Am I missing something here?

Original issue reported on code.google.com by tom3...@gmail.com on 27 Mar 2009 at 2:28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant