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

ui5-dialog blurry on IE-11 and Edge #2270

Closed
allen138 opened this issue Sep 29, 2020 · 0 comments · Fixed by #2417
Closed

ui5-dialog blurry on IE-11 and Edge #2270

allen138 opened this issue Sep 29, 2020 · 0 comments · Fixed by #2417

Comments

@allen138
Copy link

Describe the bug
The sap.m.Dialog had a similar issue when using translate transform to center the dialog, some text may appear blurry. The issue was resolved by removing transform translate and instead using javascript to calculate the pos top/left. The commit can be found here: https://git.wdf.sap.corp:8080/c/openui5/+/4712866

To reproduce
Steps to reproduce the behavior:

  1. https://sap.github.io/ui5-webcomponents/playground/components/Dialog/
  2. Open the dialog in either ie-11/edge. Do the same in chrome and compare behaviors (Although in some cases chrome will also have an issue as well)

Expected behavior
Text/Content in the dialog is clear between all browsers.

Screenshots
ui5Blur issue comparision

Context

Affected components ui5-dialog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Completed
Development

Successfully merging a pull request may close this issue.

4 participants