Page 1 of 1

Chrom: Input Lines disappear if your zoom level is lower 100%

Posted: 26 Jun 2018, 09:09
by RalfScania
Input lines in input components disappear when you zoom in with e.g strg - lower 100%
You can reproduce it on the Ultima demo page

Re: Chrom: Input Lines disappear if your zoom level is lower 100%

Posted: 26 Jun 2018, 11:12
by mert.sincan
Could you please try it without Ultima?

Re: Chrom: Input Lines disappear if your zoom level is lower 100%

Posted: 26 Jun 2018, 14:38
by RalfScania
It is working without Ultima. We recently changed from 1.1 to 1.1.3 and this made the change.

As a workaround, I changed the css inputfield, selectchechboxmenz and selectonemenu etc. to 1.5px:

body .ui-selectonemenu {
background-size: 0 1px, 100% 1.5px;
}

Re: Chrom: Input Lines disappear if your zoom level is lower 100%

Posted: 28 Jun 2018, 10:59
by mert.sincan
Thanks a lot for the update! We added new input animation to 1.1.3+. We use background solution instead of changing border-bottom color for material animation. This may have caused the zoom issue. For now, please use your solution. I'll search for new solutions.

Best Regards,