colReorder drag events are triggered with any mouse click

colReorder drag events are triggered with any mouse click

pupoSDCpupoSDC Posts: 2Questions: 0Answers: 0

This leads to an issue with chromium which can be reproduced in the following manner:

  • Open a table using colReorder
  • Left click on any column header to show the context menu
  • Press escape to exit out of the context menu.
  • You are now stuck with a dragable column in your cursor.

The fix is as simple as only allowing fro drag and drop events when a left mouse button click is registered. Code change. A more complex fix might be necessary if being able to initiate drag and drop events with any mouse button click is deemed a feature and not a bug.

Best Regards,
Pedro

Replies

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin

    Thanks for this! I can't see any reason why anyone would want or expect to start a drag with anything other than a left click. I agree with your fix and have committed it here.

    Regards,
    Allan

  • pupoSDCpupoSDC Posts: 2Questions: 0Answers: 0

    Thank you Allan.

This discussion has been closed.