WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
94509
CSS Filter code filters scrollbars
https://bugs.webkit.org/show_bug.cgi?id=94509
Summary
CSS Filter code filters scrollbars
Dirk Schulze
Reported
2012-08-20 12:05:03 PDT
Looking at the RenderLayer::paintLayerContents code with Alex, it looks like scrollbars for overflow are filtered as well. Should they get filtered? This needs a test case. IIRC the Filter Effects spec doesn't say something about it.
Attachments
Add attachment
proposed patch, testcase, etc.
Dean Jackson
Comment 1
2012-08-20 14:20:01 PDT
Isn't this what you'd expect to happen? A 100% transparent (opacity:0) object would not show scrollbars. Also, a transformed element transforms the scrollbars too.
Dirk Schulze
Comment 2
2012-08-21 07:01:11 PDT
(In reply to
comment #1
)
> Isn't this what you'd expect to happen? > > A 100% transparent (opacity:0) object would not show scrollbars. Also, a transformed element transforms the scrollbars too.
Hm, you might be right.
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