Page 1 of 1

Edge renders much different way

Posted: 14 Nov 2017, 00:15
by Fairdinkum
Hi,

As you can see from the attached screen shots, Edge renders much different way from other browsers.
Has anyone experienced the same and solved that? Does anyone have any ideas on that?

Thanks for your advice.

Best Regards,
Hidekazu Tanaka

Re: Edge renders much different way

Posted: 27 Nov 2017, 10:33
by jeanmichel
Hi Hide,

This has been referred to support. This is an edge *only* issue and we have a workaround.

The workaround is to use the application settings to change the column width and make the value wider, 1 px wider solves the issue. And that's an application setting, in the sense it will affect all browsers.

Thanks for reporting this to our attention.

Re: Edge renders much different way

Posted: 28 May 2018, 15:19
by Fairdinkum
Hi,

Here is an another workaround:

(Application's Style)
----------------------------------------------------------------
name...... e.g.widerInputWidth
styleFor.... HTML Element
htmlTag.... dummy, input.ax-terminal-inputField
style........ {width: calc(100% + 2px) !important;}
----------------------------------------------------------------
-> It makes all the inputs' width 2px wider. You might want to adjust changing "2px" above. It affects every browsers.

HTH.

Best Regards,
Hidekazu Tanaka