Hi, we are trying to resolve a few different scrollbar issues. In 12.0, we are trying to use the Graphite skin since we've standardized on Arial font. However, when we set useCustomScrollbars:false on our grids, then we see issues where the scrollbar will disappear when using a windows touch screen laptop. But, if we set useCustomScrollbars:true, the scrollbars with Graphite look dated compared to the more modern looking scrollbars that are native to Chrome. Next, I tried setting scrollbarConstruct:"NativeScrollbar". However, that still causes issues with the scrollbars disappearing with Windows touch screen laptops. And, I also see this error that so far I can't recreate in the Feature Explorer for you:
ISC_Core.js?isc_version=v12.0p_2018-06-28.js:3488 Uncaught TypeError: this.vscrollbar.$192q is not a function
at _3.isc_Canvas_handleMouseOut [as handleMouseOut] (ISC_Core.js?isc_version=v12.0p_2018-06-28.js:3488)
at _3.isc_c_EventHandler_bubbleEvent [as bubbleEvent] (ISC_Core.js?isc_version=v12.0p_2018-06-28.js:2130)
at _3.isc_c_EventHandler_handleEvent [as handleEvent] (ISC_Core.js?isc_version=v12.0p_2018-06-28.js:1852)
at _3.isc_c_EventHandler___handleMouseMove [as $kz] (ISC_Core.js?isc_version=v12.0p_2018-06-28.js:1936)
So, what should we do? Use a more modern skin like Stratus instead of Graphite? If we do that, is it simple to change the default font to Arial? Or, should we try to recreate and report the Windows touch screen issues we are seeing with Graphite when trying to use the "NativeScrollbar" class?
ISC_Core.js?isc_version=v12.0p_2018-06-28.js:3488 Uncaught TypeError: this.vscrollbar.$192q is not a function
at _3.isc_Canvas_handleMouseOut [as handleMouseOut] (ISC_Core.js?isc_version=v12.0p_2018-06-28.js:3488)
at _3.isc_c_EventHandler_bubbleEvent [as bubbleEvent] (ISC_Core.js?isc_version=v12.0p_2018-06-28.js:2130)
at _3.isc_c_EventHandler_handleEvent [as handleEvent] (ISC_Core.js?isc_version=v12.0p_2018-06-28.js:1852)
at _3.isc_c_EventHandler___handleMouseMove [as $kz] (ISC_Core.js?isc_version=v12.0p_2018-06-28.js:1936)
So, what should we do? Use a more modern skin like Stratus instead of Graphite? If we do that, is it simple to change the default font to Arial? Or, should we try to recreate and report the Windows touch screen issues we are seeing with Graphite when trying to use the "NativeScrollbar" class?
Comment