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

A matrix column's Width setting appears empty regardless of the "width" property defined in a survey JSON schema #4303

Closed
JaneSjs opened this issue Jul 7, 2023 · 0 comments
Assignees
Labels
bug user issue An issue or bug reported by users.
Milestone

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Jul 7, 2023

User Issue: T13796 - Dynamic Matrix Column Width Not Loaded in Creator
https://surveyjs.answerdesk.io/internal/ticket/details/T13796


To reproduce the issue, paste the following survey JSON to a survey creator's JSON tab:

{
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "matrixdynamic",
     "name": "question1",
     "columns": [
      {
       "name": "Column 1",
       "width": "400px"
      },
      {
       "name": "Column 2"
      }
     ]
    }
   ]
  }
 ]
}

You can see that the Property grid displays an empty Column's Width property regardless of the "width": "400px" entry in a survey JSON model.
image

@JaneSjs JaneSjs added bug user issue An issue or bug reported by users. labels Jul 7, 2023
@andrewtelnov andrewtelnov self-assigned this Jul 7, 2023
@OlgaLarina OlgaLarina added this to the v1.9.97 milestone Jul 10, 2023
@RomanTsukanov RomanTsukanov changed the title A matrix column's Width property appears empty regardless of the "width" attribute defined in a survey JSON definition A matrix column's Width setting appears empty regardless of the "width" property defined in a survey JSON schema Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug user issue An issue or bug reported by users.
Projects
None yet
Development

No branches or pull requests

3 participants