I am currently working on a project that is unable to be updated to Java 1.8 to support the latest JavaFX version. While this may or may not impact the issue I am facing, I have been exploring various solutions from the internet to customize the look and feel of a dropdown selection within a web browser. Despite my efforts in trying Javascript, CSS, and alternative methods involving lists and styling, I have not been successful in achieving the desired outcome with WebView/WebEngine on JavaFX 2.2. Interestingly, most of the approaches I have attempted work seamlessly on Firefox, although I understand the differences due to Firefox not utilizing WebKit.
Does anyone have suggestions on how to style the dropdown component of the select feature using JavaFX 2.2 WebView?
Here is a list of techniques that I have experimented with: