Hello,
we have found an issue using Chrome 56 (in beta phase when reporting this topic) with the styles used by the pop-ups of our application.
Here[1] you have an example that shows a pop-up and a portlet. Also you can find the CSS definition for the example here[2]. We have tested it on the Smartclient showcase, and we can see some differences when using Chrome 56 and the rest of the browsers:
1- The pop-up header is shown differently.
2- The gradient in the header of the portlet and also the edges look different.
We experienced a similar problem in the past, but using the MS Edge browser instead, that Isomorphic already fixed. See here[3].
Indeed, if we put this (trick) line before our code, the visualization is correct in Chrome 56:
isc.Browser.isEdge = true; isc.Browser.isChrome = false;
Regards.
[1] https://gist.github.com/caristu/7728...134a1b24bb4549
[2] https://gist.github.com/caristu/9013...a6c4798974d70a
[3] http://forums.smartclient.com/showthread.php?p=133520
we have found an issue using Chrome 56 (in beta phase when reporting this topic) with the styles used by the pop-ups of our application.
Here[1] you have an example that shows a pop-up and a portlet. Also you can find the CSS definition for the example here[2]. We have tested it on the Smartclient showcase, and we can see some differences when using Chrome 56 and the rest of the browsers:
1- The pop-up header is shown differently.
2- The gradient in the header of the portlet and also the edges look different.
We experienced a similar problem in the past, but using the MS Edge browser instead, that Isomorphic already fixed. See here[3].
Indeed, if we put this (trick) line before our code, the visualization is correct in Chrome 56:
isc.Browser.isEdge = true; isc.Browser.isChrome = false;
Regards.
[1] https://gist.github.com/caristu/7728...134a1b24bb4549
[2] https://gist.github.com/caristu/9013...a6c4798974d70a
[3] http://forums.smartclient.com/showthread.php?p=133520
Comment