Closed
Bug 818051
Opened 12 years ago
Closed 12 years ago
Revision dashboard: Don't let items in the list wrap rows
Categories
(developer.mozilla.org Graveyard :: Dashboards, defect)
developer.mozilla.org Graveyard
Dashboards
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sheppy, Unassigned)
Details
Attachments
(1 file)
178.31 KB,
image/png
|
Details |
It's gotten to the point where the date entry for each item in the list of revisions wraps across three lines of text in my browser, so that I can only see three items at a time. This isn't going to work at all.
I need to see more items at a time than this or the dashboard is not useful.
See the attached screenshot to see what I mean.
Reporter | ||
Comment 1•12 years ago
|
||
OK, the real issue here is that the comment column having long values causes the date column to become so narrow that it wraps repeatedly. While it's okay for the comment to wrap, the date should not.
Can we set a minimum width for the date column to prevent that?
Comment 2•12 years ago
|
||
I think what I would like is:
- on normal lines (with short name and short comment)
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas | Ohohoh! |
- on lines with long name or long comment:
|the_very_long_url_that-wr|Dec 25th, 2012 00:00|Father_xmas | No christmas pres |
|aps_because_it_is_necessa| | | ents as we weren't|
|ry.html | | | good boys. |
-mixed, height of line depends of their content, not on others' content:
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas | Ohohoh! |
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas | Ohohoh! |
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas | Ohohoh! |
|the_very_long_url_that-wr|Dec 25th, 2012 00:00|Father_xmas | No christmas pres |
|aps_because_it_is_necessa| | | ents as we weren't|
|ry.html | | | good boys. |
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas | Ohohoh! |
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas | Ohohoh! |
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas | Ohohoh! |
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas | Ohohoh! |
|the_very_long_url_that-wr|Dec 25th, 2012 00:00|Father_xmas | No christmas pres |
|aps_because_it_is_necessa| | | ents as we weren't|
|ry.html | | | good boys. |
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas | Ohohoh! |
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas | Ohohoh! |
On normal screens (640+), no horizontal scrolling should appear.
Comment 3•12 years ago
|
||
Mmmh, my lines were too large for bugzilla :-( Repost in a more readable way (I hope):
I think what I would like is:
- on normal lines (with short name and short comment)
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas|Ohohoh! |
- on lines with long name or long comment:
|the_very_long_url_that-wr|Dec 25th, 2012 00:00|Father_xmas|No christmas pres |
|aps_because_it_is_necessa| | |ents as we weren't|
|ry.html | | | good boys. |
-mixed, height of line depends of their content, not on others' content:
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas|Ohohoh! |
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas|Ohohoh! |
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas|Ohohoh! |
|the_very_long_url_that-wr|Dec 25th, 2012 00:00|Father_xmas|No christmas pres |
|aps_because_it_is_necessa| | |ents as we weren't|
|ry.html | | | good boys. |
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas|Ohohoh! |
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas|Ohohoh! |
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas|Ohohoh! |
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas|Ohohoh! |
|the_very_long_url_that-wr|Dec 25th, 2012 00:00|Father_xmas|No christmas pres |
|aps_because_it_is_necessa| | |ents as we weren't|
|ry.html | | | good boys. |
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas|Ohohoh! |
|the_url_on_one_line |Dec 25th, 2012 00:00|Father_xmas|Ohohoh! |
On normal screens (640+), no horizontal scrolling should appear.
Comment 4•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/2404d07b071094f7436a2595e290d7d45d107571
fix bug 818051 - Revdash table
https://github.com/mozilla/kuma/commit/d68352cf90d03525542b70e0e50f07894d131607
Merge pull request #739 from darkwing/revdash-wrap-818051
fix bug 818051 - Revdash table
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 5•12 years ago
|
||
verified fixed https://developer.allizom.org/en-US/dashboards/revisions
Status: RESOLVED → VERIFIED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•