JDK-8164861 : WebView incorrecly displays search input corners on Walmart.com
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8,9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2016-08-26
  • Updated: 2020-09-14
  • Resolved: 2020-09-14
Related Reports
Duplicate :  
Description
Reproducible: always
Is a regression: no
Platform-specific: no
Steps to reproduce:
1. Open walmart.com and look at search input at the top
Expected: search input has plain right edge
Actual result: search input has rounded corners at the left edge.

--start--
<button style ='border-radius: 100px 0 0 100px; border: 0;'> Test </button>
<input> </input>
<button style='border-radius: 0 100px 100px 0; border:0;'> Test </button>
----end---

expected result : 
Button border-radius should apply only for values mentioned in style honouring border value.
Comments
I confirm this rendering issue on JDK 8-b132, 8u102, and 9. Since it is not a regression, I am targeting it to tbd_major.
30-08-2016

RULE "sites/walmart.com" any any
26-08-2016