Re: WebView doesn't render html input elements

2015-06-25 Thread Anton Tarasov
On 25.06.2015 09:03, Александр Свиридов wrote: Hi Anton. Thank you for answer. Please,note that this problem is not only in linux. The same I saw in windows XP but never in windows 7. Maybe it will help. I don't see it on Win7 as well. WinXP is not a supported platform for JFX 8+. Still, I w

Re: WebView doesn't render html input elements

2015-06-25 Thread Kevin Rushforth
Windows XP is not a supported platform. I suspect a driver issue on Linux, but we'll take a look at the test case Anton filed and see what we find. -- Kevin Александр Свиридов wrote: Hi Anton. Thank you for answer. Please,note that this problem is not only in linux. The same I saw in wind

Re: Differences between WebView and Webkit

2015-06-25 Thread Anton V. Tarasov
Hi Steve, You're correct, WebView doesn't include all the features that WebKit provides. This is configured at a compile time with a set of preprocessor definitions. The reason is that a feature may not work from scratch for WebView and may require additional code changes in WebView port. So,