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

visual artefact in chrome? (not IE)

2 Answers 98 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vland
Top achievements
Rank 1
Vland asked on 27 Sep 2012, 08:43 PM
Hi, I've just started with KendoUI and I'm stuck already!

I created this simple page and it works fine in IE9, but in Chrome I have some strange artefacts like blurry text or wrong positioning of the button or leftovers like this screenshot

any ideas? thanks


<!DOCTYPE html>
<html>
<head>
    <title></title>
    <script src="Scripts/jquery.min.js" type="text/javascript"></script>
    <script src="Scripts/kendo.web.min.js" type="text/javascript"></script>
    <link href="Content/kendo.common.min.css" rel="stylesheet" type="text/css" />
    <link href="Content/kendo.blueopal.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
     
 
        <input id="datetimepicker" value="10/10/2011 12:00 AM" style="width:200px;" />
 
        <script>
            $(document).ready(function () {
                // create DateTimePicker from input HTML element
                $("#datetimepicker").kendoDateTimePicker();
            });
        </script>
 
</body>
</html>

2 Answers, 1 is accepted

Sort by
0
Kevin
Top achievements
Rank 1
answered on 28 Sep 2012, 07:45 PM
We have also noticed these issues, which started when we upgraded to Chrome v22. Here is a working example: http://dl.dropbox.com/u/14612097/kendotest.html

Click this a few times in Chrome v22, and you will notice blurry text when expanded, and artifacts when retracted.

For now, we have worked around this by disabling animation, but we would really like to see this issue fixed properly.

0
Accepted
Emmet Ahlstrom
Top achievements
Rank 1
answered on 01 Oct 2012, 06:47 PM
It looks like its a chrome bug, here is a temporary fix: http://www.kendoui.com/forums/ui/grid/menus-not-fully-closing-in-chrome.aspx#2311444
Tags
General Discussions
Asked by
Vland
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 1
Emmet Ahlstrom
Top achievements
Rank 1
Share this question
or