DevExpress / devextreme-reactive

Business React components for Bootstrap and Material-UI
https://devexpress.github.io/devextreme-reactive/
Other
2.08k stars 380 forks source link

fix: Change <Sizer /> component width and height to 100%. #3621

Closed Masumi-SAJIKI closed 1 year ago

Masumi-SAJIKI commented 1 year ago

Hello. Thank you for providing us with a nice library. I am using this library.

I have a problem that when I try to print an A4 size screen with a graph displayed, it is reduced to about two thirds of its original size. Chrome version 108 or later seems to cause this problem.

A sample is below. https://codesandbox.io/s/affectionate-hopper-rmfy8m?file=/demo.js

スクリーンショット 2023-01-11 19 47 23(2)

After investigating the cause, it appears that changing the <Sizer /> width and height specification from 200% to 100% will eliminate the problem.

Sorry if I am rude. Please review.

Translated with www.DeepL.com/Translator (free version)

Masumi-SAJIKI commented 1 year ago

Sorry, I created the Issue later. #3623

Masumi-SAJIKI commented 1 year ago

The version of Chrome has been upgraded to 110 and this issue has been resolved, so we are terminating this service. We apologize for any inconvenience caused.