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

Strange symbols in Grid's Pager #5234

Closed
iordanGrancharov opened this issue Nov 15, 2024 · 1 comment
Closed

Strange symbols in Grid's Pager #5234

iordanGrancharov opened this issue Nov 15, 2024 · 1 comment
Assignees
Labels
Bug Something isn't working

Comments

@iordanGrancharov
Copy link

Describe the bug
The pager's dropdown has some strange characters when using Kendo UI for jQuery without a meta charset attribute set to utf-8. This occurs only in Chrome and Edge when the Grid and when the Grid is on a larger screen. The issues seem to be produced by the k-list-item-text class. The issue appears with v10.0.0 of the Kendo Themes.

Adding the meta tag with charset utf-8 fixes the issue. However in this simple example, the issue is still present even with the meta tag added.

To reproduce
Steps to reproduce the behavior:

  1. Go to this Kendo UI Dojo for code reference and this full screen version of it.
  2. Open the Pager's PageSizes Dropdown in the full screen.

Current behavior
Image

Current behavior
Image

Affected package

  • theme-default

Affected suites

  • Kendo UI for jQuery

Affected browsers

  • Chrome version: [131]
  • Edge version: [130]
@iordanGrancharov iordanGrancharov added the Bug Something isn't working label Nov 15, 2024
@iordanGrancharov iordanGrancharov changed the title Strange Strange symbols in Grid's Pager Nov 15, 2024
@inikolova inikolova added the Regression Regression found, broken functionality which was working previously label Nov 20, 2024
@inikolova inikolova self-assigned this Nov 21, 2024
@inikolova inikolova removed the Regression Regression found, broken functionality which was working previously label Nov 28, 2024
@epetrow
Copy link
Contributor

epetrow commented Dec 6, 2024

It turns out that our build tool sass-build was stripping the @charset character encoding from the compiled css, which would result in the issue being present even if there is a <meta> tag.

With the deprecation of sass-build in 5245, this is no longer reproducible so I think we can close this now. You can see the following dojo for reference.

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

No branches or pull requests

3 participants