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

User-ID String in real time widget might overflow #20072

Closed
sk2212 opened this issue Dec 2, 2022 · 0 comments
Closed

User-ID String in real time widget might overflow #20072

sk2212 opened this issue Dec 2, 2022 · 0 comments
Assignees
Labels
c: Design / UI For issues that impact Matomo's user interface or the design overall.
Milestone

Comments

@sk2212
Copy link

sk2212 commented Dec 2, 2022

Expected Behavior

The visitor id is wrapped within span element:

image

Current Behavior

The visitor id is not wrapped within span element:

image

Possible Solution

Add CSS properties

word-wrap:break-word;
white-space: normal;

in corresponding CSS style class.

Steps to Reproduce (for Bugs)

  1. Send a Matomo Event with a long string in "uid" parameter
  2. Open index.php?module=CoreHome&action=index&idSite=1&category=General_Visitors&subcategory=General_RealTime#?idSite=1&category=General_Visitors&subcategory=General_RealTime
    OR Add Visitor Widget in Dashboard
    (see screenshot)

Your Environment

  • Browser: Chrome 107.0.5304.123
  • Operating System: Windows
@sk2212 sk2212 added Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. To Triage An issue awaiting triage by a Matomo core team member labels Dec 2, 2022
@peterhashair peterhashair added c: Design / UI For issues that impact Matomo's user interface or the design overall. and removed Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. To Triage An issue awaiting triage by a Matomo core team member labels Dec 4, 2022
@peterhashair peterhashair added this to the For Prioritization milestone Dec 4, 2022
@sgiehl sgiehl modified the milestones: For Prioritization, 5.0.0 Dec 5, 2022
@sgiehl sgiehl self-assigned this Dec 5, 2022
@sgiehl sgiehl closed this as completed Dec 15, 2022
@justinvelluppillai justinvelluppillai changed the title User-ID String does not wrap in span element Allow User-ID String to wrap in span element so it doesn't overflow Jan 12, 2023
@justinvelluppillai justinvelluppillai modified the milestones: 5.0.0, 4.13.1 Jan 12, 2023
@sgiehl sgiehl modified the milestones: 4.13.1, 5.0.0 Jan 16, 2023
@sgiehl sgiehl changed the title Allow User-ID String to wrap in span element so it doesn't overflow User-ID String in real time widget might overflow May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Design / UI For issues that impact Matomo's user interface or the design overall.
Projects
None yet
Development

No branches or pull requests

4 participants