Thruk icon indicating copy to clipboard operation
Thruk copied to clipboard

Wrong Formating in Panorama-View

Open Mike-Sbg opened this issue 2 years ago • 4 comments

If you use a service-grid on all Browsers but Firefox and Internetexplorer the header with the service-names is to small

In FF and IE everything works fine ... also in Chrome until a few weeks ago

Mike-Sbg avatar Jun 02 '22 09:06 Mike-Sbg

Which chrome version is that?

sni avatar Jul 21 '22 18:07 sni

e.g. Chrome Version 103.0.5060

Mike-Sbg avatar Jul 25 '22 07:07 Mike-Sbg

If you tell me how, I could send you a screenshot

Mike-Sbg avatar Jul 25 '22 07:07 Mike-Sbg

screenshot of the problem: image Chrome Version 103.0.5060.134

the problem is not on firefox 102.0.1: image

i took a look around chrome and ff devtools and found that the culprit is the class=vertical div used to display the text. on firefox, correct (notice the 85.5px): image

on chrome, incorrect (notice the 171 px): image

inspect element editing the 171 to 85.5 yields the expected behavior.

it seems the server/js is trying to correct for browser behavior mismatch that doesn't exist anymore?

themoonisacheese avatar Jul 27 '22 13:07 themoonisacheese