Bug 104412
Summary: | CSS transitions don't work with custom scrollbar thumb | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jack Durrant <jackdurrant> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Enhancement | CC: | ap, bdakin, jon.rimmer, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://jackdurrant.com |
Jack Durrant
The custom scrollbars that can be applied by CSS with pseudo selectors do not respond to code for transitions.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Do you have a test case that you could attach to this bug, or an example of this happening on a real web site?
I'm not sure if this description is sufficient to tackle the issue.
Jack Durrant
(In reply to comment #1)
> Do you have a test case that you could attach to this bug, or an example of this happening on a real web site?
>
> I'm not sure if this description is sufficient to tackle the issue.
If you visit my blog, http://jackdurrant.com in a WebKit browser, you'll notice that I have mouse hover transitions working everywhere except for on the scrollbar, or more specifically, ::-webkit-scrollbar-thumb. This isn't a big deal, but CSS3 transitions are something that I think adds to the clean look of my blog.
Simon Fraser (smfr)
We don't support transitions/animations on anonymous content (bug 92591).
Jon Rimmer
The linked bug is fixed. ::before and ::after now support transitions.
Can this be fixed for the scrollbar shadow DOM now?