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: The title is cut off when titleLocation is set to "left" #8307

Closed
JaneSjs opened this issue May 22, 2024 · 0 comments · Fixed by #8315
Closed

Dynamic Matrix: The title is cut off when titleLocation is set to "left" #8307

JaneSjs opened this issue May 22, 2024 · 0 comments · Fixed by #8315
Assignees
Labels
bug user issue An issue or bug reported by users
Milestone

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented May 22, 2024

T18257 - default value not working in dynamic panel
https://surveyjs.answerdesk.io/internal/ticket/details/T18257


When a matrix has the titleLocation: "left", the title is overlapped and cut of. The problematic survey JSON:

{
 "logoPosition": "right",
 "pages": [
  {
   "name": "Journeys",
   "elements": [
    {
     "type": "matrixdynamic",
     "name": "question2",
     "title": "Please enter some information",
     "titleLocation": "left",
     "columns": [
      {
       "name": "Column 2",
       "cellType": "text"
      },
      {
       "name": "Column 3",
       "cellType": "radiogroup"
      }
     ],
     "choices": [
      1,
      2,
      3,
      4,
      5
     ],
     "rowCount": 0
    }
   ]
  }
 ],
 "showQuestionNumbers": "off"
}

image

@JaneSjs JaneSjs added bug user issue An issue or bug reported by users labels May 22, 2024
novikov82 added a commit that referenced this issue May 24, 2024
tsv2013 pushed a commit that referenced this issue May 27, 2024
…pped (#8315)

* #8307 Dynamic Matrix with titleLocation: "left" - The title is overlapped
Fixes #8307

* #8307 revert formatting
@OlgaLarina OlgaLarina added this to the v1.10.6 milestone May 29, 2024
@RomanTsukanov RomanTsukanov changed the title Dynamic Matrix with titleLocation: "left" - The title is overlapped Dynamic Matrix: The title is cut off when titleLocation is set to "left" May 29, 2024
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

Successfully merging a pull request may close this issue.

3 participants