View Issue Details

IDProjectCategoryView StatusLast Update
0001783XdebugTracingpublic2020-10-14 15:29
Reportertobiastom Assigned Toderick  
PrioritylowSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version2.9.5 
Target Version3.0devFixed in Version3.0.0beta1 
Summary0001783: Stacktrace needs vertical scrolling on small screens.
Description

Right now the stack trace does switch to horizontal scrolling once the viewport is too small to display all the informations per line.
In Safari this issue gets worse as it will, in split-fullscreen mode, zoom out the page and the text gets barely readable.

The main issue is that the path to files can be very long and that no line breaks are forced inside them. With that the longest path defines the smallest possible screen width.

CSS has an property for that: hyphens: auto. This would force the paths to break on smaller screens.

Steps To Reproduce
  1. Display a stack trace on a very small screen, which has a deep directory structure
  2. Horizontal scrolling will be enabled
  3. On Safari, in split-fullscreen mode, the page will get zoomed out so that the text gets smaller.
Tagsvisual html
Operating System
PHP Version7.4.0-7.4.4

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-05-13 18:01 tobiastom New Issue
2020-05-13 18:01 tobiastom Tag Attached: visual html
2020-05-14 10:20 derick Status new => confirmed
2020-05-14 10:20 derick Target Version => 3.0dev
2020-05-18 11:06 derick Severity text => feature
2020-05-18 11:06 derick Category Feature/Change request => Tracing
2020-06-22 11:05 derick Assigned To => derick
2020-06-22 11:05 derick Status confirmed => closed
2020-06-22 11:05 derick Resolution open => fixed
2020-10-14 15:29 derick Fixed in Version => 3.0.0beta1