Spreadsheet the k-filter-wrapper class prevents clicks on the elements underneath it #4805
Labels
C:Spreadsheet
FP: Unplanned
Regression
Regression found, broken functionality which was working previously
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 thek-filter-wrapper
class in the SASS themes.Screenshots
LESS:
SASS (ocean blue):
Affected package (please remove the unneeded items)
I'm guessing all of these are affected.
Affected suites (please remove the unneeded items)
The issue will most likely occur in all suites that have a Spreadsheet component.
Affected browsers (please remove the unneeded items)
Build system information (please remove the unneeded items)
The text was updated successfully, but these errors were encountered: