Re: [blink-dev] Re: Intent to Ship: CSS Scrollbars: scrollbar-color, scrollbar-width

2024-01-14 Thread softwo...@hotmail.com
Is there any keyword that can be used for the first color to leave it unchanged? I have an Edge WebView and only want to make the scrollbar transparent (so the Mica material background can be seen through) but without changing the thumb and button colors. It would be really unforunate having to

Re: [blink-dev] Re: Intent to Ship: CSS Scrollbars: scrollbar-color, scrollbar-width

2023-10-25 Thread Luke
I've updated chromestatus to reflect this aswell. On Wednesday, 25 October 2023 at 20:18:07 UTC+1 blink-dev wrote: > We're going to skip Android WebView for now so that this can ship in > Chrome without delays, but separately we're going to try updating the > WebView behavior here to be less

Re: [blink-dev] Re: Intent to Ship: CSS Scrollbars: scrollbar-color, scrollbar-width

2023-10-25 Thread Torne (Richard Coles)
We're going to skip Android WebView for now so that this can ship in Chrome without delays, but separately we're going to try updating the WebView behavior here to be less weird, and if that works out without app compat problems we should be able to enable these CSS features in WebView too (just

Re: [blink-dev] Re: Intent to Ship: CSS Scrollbars: scrollbar-color, scrollbar-width

2023-10-23 Thread Luke
I'm personally okay with holding off shipping this (both scrollbar-width and scrollbar-color) in Android web views initially and then the exact behaviour can be worked out without rushing and without blocking? On Monday, 23 October 2023 at 19:25:50 UTC+1 to...@chromium.org wrote: > Android

Re: [blink-dev] Re: Intent to Ship: CSS Scrollbars: scrollbar-color, scrollbar-width

2023-10-23 Thread Torne (Richard Coles)
Android WebView currently has a hack where we set scrollbars to transparent because WebView shows the normal Android system scrollbar (using the host app's Android theme), to avoid showing two overlapping scrollbars. This currently disables *all* Blink scrollbars, even though the conflict with

Re: [blink-dev] Re: Intent to Ship: CSS Scrollbars: scrollbar-color, scrollbar-width

2023-10-23 Thread Mike Taylor
LGTM2 On 10/23/23 5:54 AM, Yoav Weiss wrote: LGTM1 On Mon, Oct 23, 2023 at 10:14 AM Luke wrote: > I'm guessing we're missing ways to test if the styles were applied. Is that correct? > If so, can you file relevant WPT bugs to make sure we'd be able to expand coverage in the

Re: [blink-dev] Re: Intent to Ship: CSS Scrollbars: scrollbar-color, scrollbar-width

2023-10-23 Thread Yoav Weiss
LGTM1 On Mon, Oct 23, 2023 at 10:14 AM Luke wrote: > > I'm guessing we're missing ways to test if the styles were applied. Is > that correct? > > If so, can you file relevant WPT bugs to make sure we'd be able to > expand coverage in the future? > > Yeah I'll take a look into filing those bugs,

Re: [blink-dev] Re: Intent to Ship: CSS Scrollbars: scrollbar-color, scrollbar-width

2023-10-23 Thread Luke
> I'm guessing we're missing ways to test if the styles were applied. Is that correct? > If so, can you file relevant WPT bugs to make sure we'd be able to expand coverage in the future? Yeah I'll take a look into filing those bugs, as I understand it there's APIs missing to enable the common

Re: [blink-dev] Re: Intent to Ship: CSS Scrollbars: scrollbar-color, scrollbar-width

2023-10-23 Thread Yoav Weiss
Thanks for working on this!! On Sat, Oct 21, 2023 at 4:58 AM Luke wrote: > Yes, it will work on all Scrollbars on all platforms including overlay on > macOS. :) > > On Sat, 21 Oct 2023, 03:56 Šime Vidas, wrote: > >> Will scrollbar-color work on overlay scrollbars on macOS? It does in >>

[blink-dev] Re: Intent to Ship: CSS Scrollbars: scrollbar-color, scrollbar-width

2023-10-22 Thread Šime Vidas
Will scrollbar-color work on overlay scrollbars on macOS? It does in Firefox. On Friday, October 20, 2023 at 10:46:36 PM UTC+2 Luke wrote: > Apologies my email client seems to have messed with the text colour. Lets > try that again. > > *Contact emails *lukewa...@gmail.com > >

[blink-dev] Re: Intent to Ship: CSS Scrollbars: scrollbar-color, scrollbar-width

2023-10-20 Thread Luke
Yes, it will work on all Scrollbars on all platforms including overlay on macOS. :) On Sat, 21 Oct 2023, 03:56 Šime Vidas, wrote: > Will scrollbar-color work on overlay scrollbars on macOS? It does in > Firefox. > > On Friday, October 20, 2023 at 10:46:36 PM UTC+2 Luke wrote: > >> Apologies my

[blink-dev] Re: Intent to Ship: CSS Scrollbars: scrollbar-color, scrollbar-width

2023-10-20 Thread Luke
Apologies my email client seems to have messed with the text colour. Lets try that again. *Contact emails *lukewarlow...@gmail.com Explainerhttps://github.com/felipeerias/css-scrollbars-explainer Specificationhttps://www.w3.org/TR/css-scrollbars-1 Summary The CSS Scrollbars spec allows