Bug 126137 - -webkit-filter breaks background-attachment while transition
Summary: -webkit-filter breaks background-attachment while transition
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 420+
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 68469
  Show dependency treegraph
 
Reported: 2013-12-22 09:26 PST by Marcel
Modified: 2022-07-13 17:01 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel 2013-12-22 09:26:21 PST
When an element has "background-attachment: fixed" set, the background-image will be displaced while a transition of -webkit-filter is active.

It should be visible over here, when you hover over the image:
http://jsfiddle.net/Aw7nb/

I'm using Chrome 31 on a Windows 7 PC.
Comment 1 Alexey Proskuryakov 2013-12-23 09:24:20 PST
I don't see displacement on this test case in Safari. There is some jagginess due to different antialiasing options while transitioning though, so it doesn't look particularly nice.

Please note that Chromium has forked away from WebKit, so they have a separate bug tracker now.