Completed
Last Updated: 25 May 2015 11:11 by ADMIN
ADMIN
Slav
Created on: 17 May 2013 10:53
Category: TagCloud
Type: Bug Report
2
Problem with the focusing of RadTagCloud items under Chrome
When the page is scrolled down so that the RadTagCloud is partially visible and the control gets the focus, under Chrome its first item will be focused and the page will be scrolled to the top. 
2 comments
ADMIN
Misho
Posted on: 25 May 2015 11:11
The issue is not reproducible with Q1 2015 SP1 and Chrome 43 
ADMIN
Misho
Posted on: 11 Jul 2014 14:37
The issue is related to way TadTagCloud items are focused in Chrome.

The following override could be used as temporary workaround:

  <script type="text/javascript">
            Telerik.Web.UI.RadTagCloud.prototype._enableKeyboardNavigation = function(){};
        </script>