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

Single-Choice Matrix inside a Panel Dynamic - Column titles disappear on mobile screens #5941

Closed
JaneSjs opened this issue Apr 4, 2023 · 0 comments · Fixed by #5953
Closed
Assignees
Milestone

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Apr 4, 2023

Example

const json = {
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "paneldynamic",
     "name": "question1",
     "templateElements": [
      {
       "type": "matrix",
       "name": "quality",
       "title": "Please indicate if you agree or disagree with the following statements",
       "alternateRows": true,
       "columns": [
        {
         "value": 5,
         "text": "Strongly agree"
        },
        {
         "value": 4,
         "text": "Agree"
        },
        {
         "value": 3,
         "text": "Neutral"
        },
        {
         "value": 2,
         "text": "Disagree"
        },
        {
         "value": 1,
         "text": "Strongly disagree"
        }
       ],
       "rows": [
        {
         "value": "affordable",
         "text": "Product is affordable"
        },
        {
         "value": "does what it claims",
         "text": "Product does what it claims"
        },
        {
         "value": "better than others",
         "text": "Product is better than other products on the market"
        },
        {
         "value": "easy to use",
         "text": "Product is easy to use"
        }
       ],
       "isAllRowRequired": true
      }
     ]
    }
   ]
  }
 ],
 "showQuestionNumbers": "off"
}

Desktop:

image

Mobile Screens:

image

@tsv2013 tsv2013 self-assigned this Apr 4, 2023
@OlgaLarina OlgaLarina added this to the v1.9.82 milestone Apr 4, 2023
tsv2013 added a commit that referenced this issue Apr 6, 2023
…lumn Titiles disappear on mobile screens
@JaneSjs JaneSjs changed the title Single-Choice Matrix placed inside a Panel Dynamic - Column Titiles disappear on mobile screens Single-Choice Matrix placed inside a Panel Dynamic - Column Titles disappear on mobile screens Apr 6, 2023
novikov82 pushed a commit that referenced this issue Apr 6, 2023
@RomanTsukanov RomanTsukanov changed the title Single-Choice Matrix placed inside a Panel Dynamic - Column Titles disappear on mobile screens Single-Choice Matrix inside a Panel Dynamic - Column titles disappear on mobile screens Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants