telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
468 stars 217 forks source link

Grid Column Menu causes unwanted scroll-down on clicking a checkbox in 'Columns' list #2476

Closed Vladimir-Pavelka closed 5 years ago

Vladimir-Pavelka commented 5 years ago

I'm submitting a...

Minimal reproduction of the problem with instructions

MINIMAL DEMO: https://stackblitz.com/edit/angular-viz6ga

STEPS TO REPRODUCE

  1. in the demo, click the 'three dots' of any column to open the 'Column Menu' popup
  2. scroll down to the bottom of the 'Columns' checkbox list
  3. click the 'Category' or 'Name' checkbox at the bottom of the list

Additional info: The issue seems to be related to the columns count, it appears when having ~30+ columns in the Grid. Also note, the unwanted scroll is triggered by the checkbox receiving focus (tab, shift+tab), not by the value being toggled (spacebar while having focus).

Browser:

Severity

We are developing a business application, where we commonly display grids with ~30+ columns. The reported behavior is very disturbing to the user, when he tries to enable/disable multiple columns.

danielkaradachki commented 5 years ago

Fixed in the latest versions of the themes: https://stackblitz.com/edit/angular-viz6ga?file=index.html