- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.9k
 
Closed
Closed
Copy link
Labels
BugC: SpreadsheetFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemRegressionBroken functionality which was working previouslyBroken functionality which was working previouslySEV: MediumjQuery
Description
Bug report
When a custom editor is defined and next to it there is a frozen column, the custom editor cannot be opened.
Reproduction of the problem
- Go to 'Dojo'
 - Click in cell B1
 - Try to open the calendar
 
Example 2: https://dojo.telerik.com/kPeETvIM
Current behavior
The custom editor does not open.
Expected/desired behavior
The calendar should be opened
Workaround
.k-spreadsheet .k-selection-wrapper .k-spreadsheet-editor-button.k-spreadsheet-last-column {
        transform: translateX(-100%);
}
The issue is a regression starting with 2023.1.425 version
Environment
- Kendo UI version: 2024.1.1112
 - Browser: [all ]
 
Metadata
Metadata
Assignees
Labels
BugC: SpreadsheetFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemRegressionBroken functionality which was working previouslyBroken functionality which was working previouslySEV: MediumjQuery