Completed
Last Updated: 09 Jun 2021 16:43 by ADMIN
ian
Created on: 04 Nov 2019 17:18
Category: Spreadsheet
Type: Bug Report
1
IE cursor in Spreadsheet selection not changing to thin cross-hair on Hover

In Internet Explorer version 11.418.18362.0, when hovering over the lower-right dot the cursor doesn't change to the expected cross-hair. 

 

To Reproduce:

1. Open IE11

2. Navigate to the ASP.NET Spreadsheet Demo

3. Highlight a few cells

4. Hover the cursor over the lower-right dot

Expected Behavior:

The cursor changes to a thin cross-hair icon but it doesn't change in IE 11.

2 comments
ADMIN
Rumen
Posted on: 09 Jun 2021 16:42

Fixed and not reproducible in the latest version of the suite R2 2021.

ADMIN
Peter Milchev
Posted on: 11 Nov 2019 10:34

Hello Ian,

Internet Explorer does not work properly with some styles set to the pseudo elements, such as the cursor, and applies the parent element cursor instead of the one of the pseudo element. 

The solution would be setting the selection element cursor similar to how it is behaving in the underlying Kendo UI Spreadsheet:

html body .RadSpreadsheet .rssSelection{
    cursor:crosshair ;
}

Regards,
Peter Milchev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.