JavaFX webview does not support filters? -
JavaFX webview does not support filters? -
looking @ webview within javafx 8 (jre 1.8.0_25 precise), appear -webkit-filter
broken.
any effort apply -webkit-filter
css rule html component causes underlying info disappear completely.
you can see demonstration loading: http://html5-demos.appspot.com/static/css/filters/index.html webview. if set of filters on page, image disappears.
is known bug? there known workaround?
from testing, reply no, javafx 8 webview not back upwards -webkit-filter
.
the info shouldn't disappear if there -webkit
property (the property should ignored , image rendered though property never existed), file bug study on in javafx issue tracker.
i wouldn't term lack of back upwards draft w3c specification or -webkit
css attributes bug. webview never officially back upwards -webkit
properties, back upwards lot of non-draft w3c html/css specifications. if interested in discussing implementation of such features in more detail or participate in enabling them in webview, post openjfx-dev mailing list.
javafx javafx-8 javafx-webengine
Comments
Post a Comment