Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

webview and dojo

976293Nov 26 2012 — edited Nov 26 2012
Hi,
If you use the latest Java7u9 WebView and browse to this dojo example page:
http://dojotoolkit.org/reference-guide/1.8/dijit/form/FilteringSelect.html
you can test some simple dojo dexamples.

The first example opens a small dojo window containing a single combobox.
After opening the dropdown list of the combobox I have no chance to select
an entry in the dropdown list.
The keyboard cursor keys still control the main webpage instead of the combox dropdown list.
Clicking on entries using the mouse doesn't select the entry.

So it seems to be a focus problem. The webview gets keyboard and mouse events
but does not forward them to the dojo controls properly??

So my current conclusion is that JavaFX WebView is not compatible with dojo.

Is there anyone else having troubles with common JavaScript libraries and WebView?

Best Regards
Peter
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 24 2012
Added on Nov 26 2012
1 comment
292 views