0

I'm creating a website with a simple toggle button to show some paragraphs. You can find a simplified version of it here in this Fiddle. In Chrome 36 on OS X this happens when I toggle the button (don't mind the flashing on the right side, it's about the border on the left).

I'm toggling the content with jQuery (.slideUp() and .slideDown()) But it also happens when I use transition: height in CSS. As you can see in this Fiddle.

I've already tried to implement a 3d transform, without effects unfortunately.

The problem doesn't occur in other browsers on OS X (Safari, Firefox and Opera) as far as I could tell.

Has anyone else encountered this problem (maybe in another browser)? Me Googling for it resulted in nothing useful. And does someone maybe have another possible solution for it. I'm quite stuck on this problem now.

Thanks!

2
  • It may be OS X specific, I'd go to Chromium issue tracker and ask there. Commented Aug 26, 2014 at 13:39
  • @Klaster_1: Thanks for the tip. After digging through the issues there I found it and it seems to be fixed in their latest build. Commented Aug 26, 2014 at 13:45

1 Answer 1

1

It seems to be a Chrome bug happening only in certain builds. They've already fixed it in their latest build. Chromium issuetracker link

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.