Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 668954 - Buglist overflows when summary contains long words
Summary: Buglist overflows when summary contains long words
Status: UNCONFIRMED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bugzilla Admins
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-18 13:50 UTC by Christian Buchinger
Modified: 2018-10-18 13:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
CSS to prevent table overflow (file_668954.txt,638 bytes, text/plain)
2018-10-18 13:51 UTC, Christian Buchinger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Buchinger 2018-10-18 13:50:05 UTC
When a bug summary contains longish substrings, like URLs or package names, the bug list table overflows its container/the viewport even on 1200+ px window width.

It bothered me to scroll sideways all the time so I made a quick fix in css to allow wrapping and prevent scrolling, at least down to around 1000px.

Reproducible: Always

Steps to Reproduce:
1. Point browser to buglist like https://bugs.gentoo.org/buglist.cgi?chfieldfrom=24h
2. Shrink browser window width to something around 1000px
Actual Results:  
The table width exceeds the viewport forcing horizontal scrolling.

Expected Results:  
Wrap long words in the summary fields to prevent horizontal scroll.

I also added a media query to shrink the assignee fields and the "Resolution" heading. This gives the summary a bit more room.
Comment 1 Christian Buchinger 2018-10-18 13:51:51 UTC
Created attachment 551774 [details]
CSS to prevent table overflow

Probably to be added to the skins CSS