This is a migrated thread and some comments may be shown as answers.

Menus not Fully Closing in Chrome

4 Answers 201 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Zachary
Top achievements
Rank 1
Zachary asked on 27 Sep 2012, 10:08 PM
Hello,

I've been running into an issue where menus (those on grids and otherwise) are not fully closing or opening.  This happens maybe every 5th click.  It is only seen on the Chrome browser, right now, but it really looks like a problem.  I am using the lastest release of kendo.web (2012.2.710) and have tried several different styles.

Oddly, the demos on the site look fine, but as soon as I do the exact same thing on my site, the menu issue appears.

I must be doing something wrong, but what could it be.  I am out of options to troubleshoot.

Thanks a ton in advance,

Zach

4 Answers, 1 is accepted

Sort by
0
Bill
Top achievements
Rank 1
answered on 28 Sep 2012, 06:11 PM
I am seeing the same issue.
0
Zachary
Top achievements
Rank 1
answered on 28 Sep 2012, 08:53 PM
I'm actually seeing the same issue on the first Kendo Dojo tutorial as well.  Also in Chrome:

http://try.kendoui.com/web/widget-initialization/1

--Zach
0
Accepted
Alex Gyoshev
Telerik team
answered on 29 Sep 2012, 08:31 AM

This problem is caused by a rendering bug in Chrome, which leaves visual artifacts after CSS animations. The bug has been addressed in the Chrome Canary build, so it appears that the issue is temporary. The following CSS code will suppress the problem until the fix is pushed to the official Chrome channel:

    body:after {
      content: "";
      display: block;
      visibility: hidden;
      height: 0;
      font: 0/0;
      -webkit-transform: translateZ(0);
    }

Here is the jsBin sample that shows it in action.

All the best, Alex Gyoshev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Vland
Top achievements
Rank 1
answered on 01 Oct 2012, 06:52 PM
thanks, it works
Tags
Grid
Asked by
Zachary
Top achievements
Rank 1
Answers by
Bill
Top achievements
Rank 1
Zachary
Top achievements
Rank 1
Alex Gyoshev
Telerik team
Vland
Top achievements
Rank 1
Share this question
or