Bug 209385
| Summary: | [GTK][STABLE] Scrollbar is adawaita-light rather than adwaita-dark | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lionir <webkit-bugzilla> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Trivial | CC: | bugs-noreply, cgarcia, mcatanzaro, webkit-bugzilla |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=197947 | ||
Lionir
Currently, it seems that the scrollbar is following Adawaita-light rather than Adwaita-dark.
Epiphany version : 3.36.0-27-g2a31b3fdc
WebKitGTK version : 2.28.0
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
This is on purpose, we now always use the light variant to render form controls and scrollbars. See bug #197947
Lionir
Hm, would it be possible to have the window's scrollbar only follow the stylesheet (unless CSS modifies it obviously) while keeping the rest stylesheet-independent as per the plan?
Michael Catanzaro
Nope, switching GTK theme in the same process is not realistic.
I guess this is WONTFIX, then? At least for 2.28?
Maybe we could do the right thing in trunk somehow? But we have a hardcoded light scrollbar there currently....