webclient ULC-UX shows unexpected browser scrollbars on Chrome

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
5 posts • Page 1 of 1
amichon
Posts:93
Joined: Sat May 17, 2014 3:49 pm

webclient ULC-UX shows unexpected browser scrollbars on Chrome

Post by amichon »

It seems that it is necessary to add "overflow: hidden;" in the body {} section of the etm.css file to hide unexpected scrollbars appearing on Google Chrome only if the window is maximized.

On Google chrome the scrollbars disappear if you change the zoom level of the webbrowser (for example: 80% or 125%) . Behavior is still good on Edge or Firefox

Thank you to the ETM team for validating this and adding it to the next release patch.


I change the file etm.css as following :

Code: Select all

html, body{
    
    .....

    overflow: hidden; /* FIX to hide scrollbars */
}

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: webclient ULC-UX shows unexpected browser scrollbars on Chrome

Post by leoknipp »

If you want to report a bug please get in contact with your common WinCC OA support.
Before we can look into details we need to know which WinCC OA version and operating system the questions are related to.

Best Regards
Leopold Knipp
Senior Support Specialist

amichon
Posts:93
Joined: Sat May 17, 2014 3:49 pm

Re: webclient ULC-UX shows unexpected browser scrollbars on Chrome

Post by amichon »

Hi, please take in account this bug report. I will not take the time to report this through official support.

Version is WinCC OA 3.18 P004

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: webclient ULC-UX shows unexpected browser scrollbars on Chrome

Post by leoknipp »

Please take into account the rules for the WinCC OA forum:
https://www.winccoa.com/forum/viewtopic ... 28#p965428

Best Regards
Leopold Knipp
Senior Support Specialist

amichon
Posts:93
Joined: Sat May 17, 2014 3:49 pm

Re: webclient ULC-UX shows unexpected browser scrollbars on Chrome

Post by amichon »

I know the rules but i don't need support. I wish report the bug to help the community and the development team.

The bug is fixed in my own css file and i don't need any support.

BR

5 posts • Page 1 of 1