The jquery-ui.js script, which controls the drag-and-drop functionality, is overriding the "show properties" click event.
The 'hand' cursor appears, and the browser's Event Listener tab shows that jquery-ui.js is handling the element. When I hover over the listener, the element is identified as li.cell.ui-draggable.ui-draggable-handle.ui-droppable. No console errors appear on click.
The 'hand' cursor appears, and the browser's Event Listener tab shows that jquery-ui.js is handling the element. When I hover over the listener, the element is identified as li.cell.ui-draggable.ui-draggable-handle.ui-droppable. No console errors appear on click.
Comment