Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spreadsheet custom editor can not be opened when it is next to a frozen column #8099

Open
nelito987 opened this issue Jan 10, 2025 · 1 comment
Labels
Bug C: Spreadsheet FP: Unplanned Sync status with associated Feedback Item jQuery Regression Broken functionality which was working previously SEV: Medium

Comments

@nelito987
Copy link
Contributor

nelito987 commented Jan 10, 2025

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

  1. Go to 'Dojo'
  2. Click in cell B1
  3. 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 ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Spreadsheet FP: Unplanned Sync status with associated Feedback Item jQuery Regression Broken functionality which was working previously SEV: Medium
Projects
None yet
Development

No branches or pull requests

1 participant