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
Edge renders much different way
Moderator: jeanmichel
-
Fairdinkum
- Posts: 128
- Joined: 24 Jul 2017, 17:02
Edge renders much different way
- Attachments
-
- chrome.png (67.91 KiB) Viewed 6250 times
-
- ie11.png (44.06 KiB) Viewed 6250 times
-
- edge.png (54.87 KiB) Viewed 6250 times
-
- firefox.png (62.12 KiB) Viewed 6250 times
- jeanmichel
- Posts: 109
- Joined: 23 May 2014, 11:37
- Location: Sydney
Re: Edge renders much different way
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.
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.
Regards,
Jean-Michel Rapin
LANSA Pty Ltd
email: JeanMichel.Rapin@lansa.com.au
Address: 122 Arthur Street, North Sydney, NSW 2060, Australia
Tel: +61 289 070 262 http://www.lansa.com | http://blog.lansa.com |
Jean-Michel Rapin
LANSA Pty Ltd
email: JeanMichel.Rapin@lansa.com.au
Address: 122 Arthur Street, North Sydney, NSW 2060, Australia
Tel: +61 289 070 262 http://www.lansa.com | http://blog.lansa.com |
-
Fairdinkum
- Posts: 128
- Joined: 24 Jul 2017, 17:02
Re: Edge renders much different way
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
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