SmartClient Version: v13.1p_2025-08-06/AllModules Development Only (built 2025-08-06)
Chrome on MacOS
Safari on iPadOS
Hi, following the fix for this issue: https://forums.smartclient.com/forum...ari#post276203
I was looking for a way to make it more obvious what is being dragged on touch devices.
I thought of using dragTrackerMode: "record", but I get these errors when I try to drag:
Chrome on MacOS
Safari on iPadOS
Hi, following the fix for this issue: https://forums.smartclient.com/forum...ari#post276203
I was looking for a way to make it more obvious what is being dragged on touch devices.
I thought of using dragTrackerMode: "record", but I get these errors when I try to drag:
Code:
10:19:26.837:MMV0:WARN:Log:TypeError: Cannot set properties of undefined (setting '$28w') Stack from error.stack: GridRenderer._cacheColumnHTML(<no args: exited>) on [GridBody ID:countryList1_body] @ ISC_Grids.js:440:255 GridRenderer.getTableHTML(<no args: exited>) on [GridBody ID:countryList1_body] @ ISC_Grids.js:361:84 Canvas.setDragTracker(<no args: exited>) on [DragHandlesGrid ID:countryList1] @ ISC_Core.js:5688:482 [c]EventHandler.bubbleEvent(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:2933:89 [c]EventHandler.handleDragStart(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:2812:159 EventHandler.__handleMouseMove(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:2697:5 EventHandler._handleMouseMove(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:2687:244 [c]EventHandler.handleMouseMove(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:2687:11 [c]EventHandler.dispatch(_1=>[c]EventHandler.handleMouseMove(), _2=>[object MouseEvent]) on [Class EventHandler] @ ISC_Core.js:3032:122 HTMLDocument.eval(event=>[object MouseEvent]) @ [no file]:3:123
Comment