WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
190136
the background color of -webkit-slider-runnable-track is square even when border rounding is set
https://bugs.webkit.org/show_bug.cgi?id=190136
Summary
the background color of -webkit-slider-runnable-track is square even when bor...
Ron jonk
Reported
2018-10-01 06:32:14 PDT
Created
attachment 351240
[details]
shows the left part of the -webkit-slider-runnable-track background square and not rounded with border-radius: 8px; 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; }
Attachments
shows the left part of the -webkit-slider-runnable-track background square and not rounded with border-radius: 8px;
(2.35 KB, image/png)
2018-10-01 06:32 PDT
,
Ron jonk
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Ron jonk
Comment 1
2018-10-01 06:37:35 PDT
.range-slider-input::-webkit-slider-runnable-track { height: 16px; border-radius: 8px; border: 2px solid rgba(255, 255, 255, 0.6); background: linear-gradient(red, red) 0/var(--sx) 100% no-repeat green; overflow: hidden; }
Alexey Proskuryakov
Comment 2
2018-10-05 10:24:06 PDT
Could you please provide a complete test case? It is not even clear if this problem occurs with WebKit (Chrome uses a very old fork).
Ahmad Saleem
Comment 3
2023-12-15 17:08:42 PST
we don't have test case and also this bug mentions 'Chrome' as used version. I think if we have similar issue, it would show-up in different bug report. Marking this as 'RESOLVED WORKSFORME'.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug