Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ripple propagates outside parent circle #109

Open
vehsakul opened this issue Feb 14, 2018 · 0 comments
Open

Ripple propagates outside parent circle #109

vehsakul opened this issue Feb 14, 2018 · 0 comments

Comments

@vehsakul
Copy link

Description

:host([animating]) {
        /* This resolves a rendering issue in Chrome (as of 40) where the
           ripple is not properly clipped by its parent (which may have
           rounded corners). See: http://jsbin.com/temexa/4
           Note: We only apply this style conditionally. Otherwise, the browser
           will create a new compositing layer for every ripple element on the
           page, and that would be bad. */
        -webkit-transform: translate(0, 0);
        transform: translate3d(0, 0, 0);
      }

Is it about this bug?
This fix doesn't solve the problem in Qt 5.9.1 WebEngine which is based on Chromium 56.0.2924.122

Can anybody help with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant