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

[Mobile] Matrix: Total Row Label (totalText) is duplicated #7723

Closed
JaneSjs opened this issue Jan 24, 2024 · 0 comments · Fixed by #7740
Closed

[Mobile] Matrix: Total Row Label (totalText) is duplicated #7723

JaneSjs opened this issue Jan 24, 2024 · 0 comments · Fixed by #7740
Assignees
Labels
bug mobile/tablet user issue An issue or bug reported by users
Milestone

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Jan 24, 2024

User Issue: T16526 - Matrix totalRowText duplicate in mobile view
https://surveyjs.answerdesk.io/internal/ticket/details/T16526


View Demo

{
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "matrixdropdown",
     "name": "question1",
     "columns": [
      {
       "name": "Column 1",
       "totalType": "sum"
      },
      {
       "name": "Column 2",
       "totalType": "count"
      },
      {
       "name": "Column 3",
       "totalType": "max"
      }
     ],
     "choices": [
      1,
      2,
      3,
      4,
      5
     ],
     "rows": [
      "Row 1",
      "Row 2"
     ],
     "totalText": "Total:"
    }
   ]
  }
 ]
}

Desktop:
image

On Mobile, you see the Total label appears twice:
image

@JaneSjs JaneSjs added bug user issue An issue or bug reported by users mobile/tablet labels Jan 24, 2024
@dk981234 dk981234 linked a pull request Jan 25, 2024 that will close this issue
tsv2013 pushed a commit that referenced this issue Feb 2, 2024
* Work for #7723: implement styles for totals on mobile

* Update etalon
@RomanTsukanov RomanTsukanov changed the title Matrix Total Row Label (totalText) is duplicated on a Mobile Screen [Mobile] Matrix: Total Row Label (totalText) is duplicated Feb 6, 2024
@OlgaLarina OlgaLarina added this to the v1.9.129 milestone Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug mobile/tablet user issue An issue or bug reported by users
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants