hi, I have written a small application borrowing code from test_shell of chromium. I trimmed out all the stuff related to layout tests in test_shell. This just has only frame. no menu, no buttons.
This applcation loads a html which has form with couple of input-text elements. The application is displaying the input elements. but when i try to enter text, it is not displaying the typed text. Using vs2005+breakpoint, i traced that the input-keyevent(char event) handler in webview_impl.cc is called with the correct char code. I tried the same html file with the test shell. It works fine. I traced this test_shell using the same break points as earlier. test_shell is following the same path. But when I continue(F5/break out), the input element is not displaying the text any more, just like my previous situation. Am I not running or breaking some threads? (by breaking in) Am I blocking any resource access/ preference settings ? Need help. regards, raja --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
