[Webkit-unassigned] [Bug 190136] New: the background color of -webkit-slider-runnable-track is square even when border rounding is set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 1 06:32:14 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=190136

            Bug ID: 190136
           Summary: the background color of -webkit-slider-runnable-track
                    is square even when border rounding is set
           Product: WebKit
           Version: WebKit Local Build
          Hardware: PC
                OS: Windows 10
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: chat.ronjonk at gmail.com

Created attachment 351240

  --> https://bugs.webkit.org/attachment.cgi?id=351240&action=review

shows the left part of the slider background square and not rounded

Chrome Version 69.0.3497.100 (Official Build) (64-bit)
styling: 
.range-slider-input::-webkit-slider-runnable-track {
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(red, red) 0/var(--sx) 100% no-repeat green;
  overflow: hidden;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181001/5e708b61/attachment.html>


More information about the webkit-unassigned mailing list