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 the k-filter-wrapper class prevents clicks on the elements underneath it #4805

Open
gdenchevprog opened this issue Dec 4, 2023 · 0 comments
Labels
C:Spreadsheet Regression Regression found, broken functionality which was working previously

Comments

@gdenchevprog
Copy link

Describe the regression

The Spreadsheet's filter wrapper steals certain events (such as click) from the data wrapper. This causes problems such as unclickable links.

There are a bit more details in the following Dojo:

telerik/kendo-ui-core#7611

To reproduce
Steps to reproduce the behavior:

Check the Dojo in the above issue and examine the element with class k-filter-wrapper (or click here).
The element has a z-index value of 50 and appears above the rest of the spreadsheet content.
If you attempt to click on "Terry Lawson", nothing will happen.
In the older LESS themes, that same class used to have the pointer-events: none; style which prevented the above issue.

Expected behavior

The pointer-events: none; should be added to the k-filter-wrapper class in the SASS themes.

Screenshots

LESS:
image

SASS (ocean blue):
image

Affected package (please remove the unneeded items)
I'm guessing all of these are affected.

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

Affected suites (please remove the unneeded items)
The issue will most likely occur in all suites that have a Spreadsheet component.

  • Kendo UI for jQuery
  • Kendo UI for Angular
  • Kendo UI for React
  • Kendo UI for Vue
  • Telerik UI for Blazor

Affected browsers (please remove the unneeded items)

  • All

Build system information (please remove the unneeded items)

  • Not Applicable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:Spreadsheet Regression Regression found, broken functionality which was working previously
Projects
None yet
Development

No branches or pull requests

1 participant