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

Content appears blurry in Window with 'k-centered' class #4874

Open
ntacheva opened this issue Jan 31, 2024 · 0 comments
Open

Content appears blurry in Window with 'k-centered' class #4874

ntacheva opened this issue Jan 31, 2024 · 0 comments
Labels
Bug Something isn't working C:Window

Comments

@ntacheva
Copy link

ntacheva commented Jan 31, 2024

Describe the bug

When the Centered property of the Window is enabled (this is by default), we are adding k-centered class to the wrapping element of the component.

This class introduces a transform: translate(-50%, -50%); rule which seems to be causing the issue: https://stackoverflow.com/questions/31109299/css-transform-translate-50-50-makes-texts-blurry

As soon as the user clicks the header or moves the Window, the k-centered class is removed and the problem no longer occurs.

To reproduce
Steps to reproduce the behavior:

Reproduction: https://blazorrepl.telerik.com/GoYvHFbo23IDFATt16

  1. Expand the result pane and click the button to open the Window - > the content is blurry
  2. Click on the header or move the Window -> the content is not blurry

Expected behavior

Clear Window content

Affected package (please remove the unneeded items)

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

Affected suites (please remove the unneeded items)

  • Telerik UI for Blazor

Affected browsers (please remove the unneeded items)

  • All

Potential cause

A bug in Chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=573146

Still, I was able to reproduce the issue in other browsers (e.g. Firefox).

@ntacheva ntacheva added C:Window Bug Something isn't working labels Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working C:Window
Projects
None yet
Development

No branches or pull requests

1 participant