clobba / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Inspector's Console does not accept arrow keys #98

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.WebViewClass.inspector().show().
2.Go to Console tab and enter any expression and press enter.
3.Pressing arrow keys (up, down, left, right) does nothing. 

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

Pressing Left or Right Arrow Keys does not move the caret within types text 
shown in the Console. The right arrow key does not autocomplete suggested 
expressions while typing. The up arrow key does not cycle through previously 
entered expressions.

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

OpenWebKitSharp 2.8, Windows 7 64bit

Please provide any additional information below.

Undocking the inspector [into its own window] prevents it from receiving all 
keyboard events (text entry is no longer possible).

Original issue reported on code.google.com by blondean...@gmail.com on 20 Apr 2012 at 12:26

GoogleCodeExporter commented 8 years ago
Confirmed. I think that we should take the new Inspector control in some way 
via its HWND and send key data to it but for now I don't know how that is 
possible.

Original comment by tsumalis96@gmail.com on 21 Apr 2012 at 5:33