Thanks for the thorough investigation! You’ve nailed the root cause. The bug is that draggable="true" is set on the entire row wrapper, and the CSS property used to suppress drag behavior on non-handle elements (-webkit-user-drag: none) is indeed a property that Firefox doesn’t support. Firefox “correctly” treats the whole row as draggable, which intercepts your clicks on the text fields.