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

[Chrome, Firefox]: Kendo Popup displayed over the Sheet pane does not close when Spreadsheet is initialized in modal Window #5757

Closed
veselints opened this issue May 11, 2020 · 2 comments
Labels
Bug C: Spreadsheet FP: Completed Sync status with associated Feedback Item jQuery SEV: Low

Comments

@veselints
Copy link
Contributor

veselints commented May 11, 2020

Bug report

[Chrome, Firefox]: Kendo Popup displayed over the Sheet pane does not close when Spreadsheet is initialized in modal Window:

  • Cell context menu does not close when clicking on a cell;
  • Cell list validation popup does not close when clicking on a cell;

Reproduction of the problem

  • Run the following Dojo: https://dojo.telerik.com/aleLotep
  • Right-click on a cell to open the ContextMenu;
  • Left-click somewhere on the Sheet - the ContextMenu will remain open.

Expected/desired behavior

The ContextMenu should close upon left-click.

Environment

  • Kendo UI version: 2024.1.130
  • Browser: [Chrome XX | Firefox XX]
@kendo-bot kendo-bot added the FP: Unplanned Sync status with associated Feedback Item label May 11, 2020
@veselints
Copy link
Contributor Author

veselints commented May 11, 2020

Workaround:

$("#spreadsheet").kendoSpreadsheet({
  select: function() {
    var menu = $('.k-spreadsheet-cell-context-menu').getKendoContextMenu();
    if(menu) {
    	menu.close();
    }
  }
})
`

@veselints veselints changed the title [Chrome, Firefox]: Cell context menu does not close when Spreadsheet is initialized in modal Window [Chrome, Firefox]: Kendo Popup displayed over the Sheet pane does not close when Spreadsheet is initialized in modal Window May 12, 2020
@pepinho24
Copy link
Contributor

Not reproducible with 2024.4.1112

@github-actions github-actions bot added FP: Completed Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Spreadsheet FP: Completed Sync status with associated Feedback Item jQuery SEV: Low
Projects
None yet
Development

No branches or pull requests

5 participants