[Dashboard][Collapsable Panels] Allow dragging between sections with touch events #206091
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Dashboard
Dashboard related features
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
Project:Collapsable Panels
Related to the project for adding collapsable sections to Dashboards.
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Describe the bug:
While touch events now work in
kbn-grid-layout
, there is a known bug with dragging between sections as described here:kibana/packages/kbn-grid-layout/grid/use_grid_layout_events.ts
Lines 133 to 135 in 37d7a5e
To prevent the bug, we blocked panels from being dragged between sections when using touch events - however, we should address this before we add collapsable sections to Dashboard because blocking behaviour like this with no explanation is not good UX.
The text was updated successfully, but these errors were encountered: