You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/02/22 17:29:17 UTC

[GitHub] [trafficcontrol] rawlinp opened a new issue #5554: TM UI needs horizontal scrolling

rawlinp opened a new issue #5554:
URL: https://github.com/apache/trafficcontrol/issues/5554


   ## I'm submitting a ...
   -  bug report
   
   ## Traffic Control components affected ...
   -  Traffic Monitor
   
   ## Current behavior:
   The TM UI truncates the table so you can't see all the columns, and there is no way to scroll horizontally to view them. In the screenshot below, there are more columns to the right that are not viewable unless your screen is extremely wide.
   
   ![Screen Shot 2021-02-22 at 10 26 01 AM](https://user-images.githubusercontent.com/6724053/108745483-616a4d00-74f8-11eb-926e-2793601d6ab2.png)
   
   ## Expected behavior:
   The TM UI should provide the horizontal scrolling so that all columns can be viewed.
   
   ## Minimal reproduction of the problem with instructions:
   Open the TM UI in your browser.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficcontrol] rawlinp commented on issue #5554: TM UI needs horizontal scrolling

Posted by GitBox <gi...@apache.org>.
rawlinp commented on issue #5554:
URL: https://github.com/apache/trafficcontrol/issues/5554#issuecomment-783599420


   @ocket8888 then how do you think it should be fixed?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficcontrol] mattjackson220 closed issue #5554: TM UI needs horizontal scrolling

Posted by GitBox <gi...@apache.org>.
mattjackson220 closed issue #5554:
URL: https://github.com/apache/trafficcontrol/issues/5554


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficcontrol] rawlinp commented on issue #5554: TM UI needs horizontal scrolling

Posted by GitBox <gi...@apache.org>.
rawlinp commented on issue #5554:
URL: https://github.com/apache/trafficcontrol/issues/5554#issuecomment-783633814


   Ok so truncating columns to fixed widths?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficcontrol] ocket8888 commented on issue #5554: TM UI needs horizontal scrolling

Posted by GitBox <gi...@apache.org>.
ocket8888 commented on issue #5554:
URL: https://github.com/apache/trafficcontrol/issues/5554#issuecomment-783745005


   That is true, but we could target screens smaller than, say, 1080 px to have horizontal scrollbars and make bigger ones wrap. I just tend to find horizontal scrollbars to be a bad UX; unintuitive and ugly.
   
   It'd be easier to judge, though, if I could replicate this. CDN-in-a-Box displays fine on my browser on my computer; do we know what browser/screen width/table row data is causing the issue?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficcontrol] ocket8888 edited a comment on issue #5554: TM UI needs horizontal scrolling

Posted by GitBox <gi...@apache.org>.
ocket8888 edited a comment on issue #5554:
URL: https://github.com/apache/trafficcontrol/issues/5554#issuecomment-783617617


   I think if possible the table just wouldn't be bigger than the screen


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficcontrol] ocket8888 commented on issue #5554: TM UI needs horizontal scrolling

Posted by GitBox <gi...@apache.org>.
ocket8888 commented on issue #5554:
URL: https://github.com/apache/trafficcontrol/issues/5554#issuecomment-783644058


   I'd need to check out the current UI to be sure, but I think it might require word-wrapping the 'status' column. I don't think anything else should get too long.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficcontrol] ocket8888 commented on issue #5554: TM UI needs horizontal scrolling

Posted by GitBox <gi...@apache.org>.
ocket8888 commented on issue #5554:
URL: https://github.com/apache/trafficcontrol/issues/5554#issuecomment-783617617


   I think ideally the table just wouldn't be bigger than the screen


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficcontrol] ocket8888 commented on issue #5554: TM UI needs horizontal scrolling

Posted by GitBox <gi...@apache.org>.
ocket8888 commented on issue #5554:
URL: https://github.com/apache/trafficcontrol/issues/5554#issuecomment-784436073


   If it's just as easy to make it pretty and intuitive as not, why wouldn't you?
   
   I found a production server I could replicate it on, issue doesn't appear to be specific to any browser or (reasonable) screen size, as you said.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficcontrol] rawlinp commented on issue #5554: TM UI needs horizontal scrolling

Posted by GitBox <gi...@apache.org>.
rawlinp commented on issue #5554:
URL: https://github.com/apache/trafficcontrol/issues/5554#issuecomment-783669514


   Well, the nice thing about horizontal scrolling would be that you never have to worry about certain columns becoming too long and/or adding columns to the UI (and making it no longer fit on the screen). Plus, there will always be a screen that is too narrow to fit all the data on it at once.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficcontrol] ocket8888 commented on issue #5554: TM UI needs horizontal scrolling

Posted by GitBox <gi...@apache.org>.
ocket8888 commented on issue #5554:
URL: https://github.com/apache/trafficcontrol/issues/5554#issuecomment-783588859


   ideally it shouldn't require horizontal scrolling imo


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficcontrol] rawlinp commented on issue #5554: TM UI needs horizontal scrolling

Posted by GitBox <gi...@apache.org>.
rawlinp commented on issue #5554:
URL: https://github.com/apache/trafficcontrol/issues/5554#issuecomment-783767871


   You may need to look at a production TM UI. I don't think it's browser specific, but it occurs in at least Chrome.
   
   And it's mostly just a data table -- how intuitive/pretty does it need to be?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org