essAbubakar / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
0 stars 0 forks source link

Language toggle key didn't accepted at first. #113

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.browser.Navigate("www.naver.com");
2.click textBox in webpage.
3.press language toggle key to input Multi- language.(browser.ImeMode = 
ImeMode.Inherit; was set already..)
4.Nothing was changed at first.
5.after hyperlink click once, 
6.Language toggle change is good at any textBox.

What is the expected output? What do you see instead?

Directly change language input mode at first after browser.Navigate();

What version of the product are you using? On what operating system?

AssemblyVersion("2.7.0.2301")
OS : WIndows 7

Please provide any additional information below.

1. Sample site is Korea first portal site like google.
2. ImeMode.Hangul..etc. no effect. only Hyper link click is effective.

Original issue reported on code.google.com by jjnetko...@gmail.com on 1 Jun 2012 at 10:41

GoogleCodeExporter commented 9 years ago
Wheel Mouse Event is not detected at first also. 
I think every event can't get at first after browser.Navigate();

Default WebBrowser in VS2010 detect every event at first.

Original comment by jjnetko...@gmail.com on 8 Jun 2012 at 3:11

GoogleCodeExporter commented 9 years ago
Solution Found! :-) OpenWebkitSharp 2.8 Version can detect language toggle key 
directly at first.

But Wheel Mouse Event can't detected directly still.

Original comment by jjnetko...@gmail.com on 8 Jun 2012 at 7:03

GoogleCodeExporter commented 9 years ago
Wheel Mouse event can be detected at first.

use this line.

browser.Navigate(url);
browser.Focus();

Original comment by jjnetko...@gmail.com on 15 Jun 2012 at 4:50