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.
Fixed and not reproducible in the latest version of the suite R2 2021.
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