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 #5288

Closed
nelito987 opened this issue Jan 8, 2025 · 1 comment
Labels
Bug Something isn't working C:Spreadsheet

Comments

@nelito987
Copy link

Describe the bug
When a custom editor is defined and next to it there is a frozen column, the custom editor cannot be opened.

To reproduce
Steps to reproduce the behavior:

  1. Go to 'Dojo'
  2. Click in cell B1
  3. Try to open the calendar

Expected 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 themes version 6.3.0

Affected package (please remove the unneeded items)

  • theme-default
  • theme-bootstrap
  • theme-material
  • theme-tasks

Affected suites (please remove the unneeded items)

  • Kendo UI for jQuery

Affected browsers (please remove the unneeded items)

  • All
@nelito987 nelito987 added Bug Something isn't working C:Spreadsheet labels Jan 8, 2025
@nelito987
Copy link
Author

The issue is move to the kendo-ui-core repo: telerik/kendo-ui-core#8099

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working C:Spreadsheet
Projects
None yet
Development

No branches or pull requests

1 participant