Edge renders much different way

Use this Forum to post your “How to …” questions about your use of aXes. This is not a technical support forum. Both the aXes Support Team at LANSA and other aXes customers may answer your questions. LANSA cannot guarantee the accuracy of any information posted by customers.

Moderator: jeanmichel

Post Reply
Fairdinkum
Posts: 128
Joined: 24 Jul 2017, 17:02

Edge renders much different way

Post 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
Attachments
chrome.png
chrome.png (67.91 KiB) Viewed 6249 times
ie11.png
ie11.png (44.06 KiB) Viewed 6249 times
edge.png
edge.png (54.87 KiB) Viewed 6249 times
firefox.png
firefox.png (62.12 KiB) Viewed 6249 times
User avatar
jeanmichel
Posts: 109
Joined: 23 May 2014, 11:37
Location: Sydney

Re: Edge renders much different way

Post 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.
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 |
Fairdinkum
Posts: 128
Joined: 24 Jul 2017, 17:02

Re: Edge renders much different way

Post 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
Post Reply