Just same as the problem in this thread :
http://forums.smartclient.com/forum/...ed-in-showcase
Although we will use 6.1 (waiting for new skin 'Tahoe') for our new project development, we still have some old projects with Simplicity skin in 4.1.
I have checked the latest version (build 2017-02-23) of smartgwtpro 4.1, it seems that the code is still there without fix.
I have patched a modified load_skin.js in production server, however the future build tasks of CI will discard it.
Thanks.
http://forums.smartclient.com/forum/...ed-in-showcase
Although we will use 6.1 (waiting for new skin 'Tahoe') for our new project development, we still have some old projects with Simplicity skin in 4.1.
I have checked the latest version (build 2017-02-23) of smartgwtpro 4.1, it seems that the code is still there without fix.
Code:
isc.Canvas.setProperties({ // use synthetic scrollbars in mobile and for Macs, since from OSX Lion onward, // scrollbars are not shown by default showCustomScrollbars:isc.Browser.isMobile || isc.Browser.isMac, // should be replaced by fix code. groupBorderCSS :"1px solid #165fa7" });
Thanks.