Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic Matrix - A huge gap appears when dragging a row #8720

Open
JaneSjs opened this issue Aug 21, 2024 · 0 comments
Open

Dynamic Matrix - A huge gap appears when dragging a row #8720

JaneSjs opened this issue Aug 21, 2024 · 0 comments

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Aug 21, 2024

To reproduce the issue, load the following survey to our online demo:

{
  "pages": [
    {
      "name": "page1",
      "elements": [
        {
          "type": "matrixdynamic",
          "name": "question1",
          "columns": [
            {
              "name": "Column 1",
              "cellType": "text"
            },
            {
              "name": "Column 2",
              "cellType": "text",
              "inputType": "date"
            },
            {
              "name": "Column 3",
              "cellType": "text",
              "inputType": "date"
            },
            {
              "name": "Column 4",
              "cellType": "dropdown"
            },
            {
              "name": "Column 5",
              "cellType": "comment"
            }
          ],
          "choices": [
            1,
            2,
            3,
            4,
            5
          ],
          "allowRowsDragAndDrop": true
        }
      ]
    }
  ]
}

Start dragging a row and observe a huge gap on the right of a draggable item:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants