Roundup Tracker - Issues

Issue 2550809

classification
History display misalignment
Type: behavior Severity: normal
Components: Web interface, Infrastructure Versions: 1.4
process
Status: closed fixed
:
: rouilj : jerrykan, rouilj
Priority: normal : Effort-Low

Created on 2013-04-25 20:26 by rouilj, last changed 2016-06-19 04:50 by rouilj.

Files
File name Uploaded Description Edit Remove
history_misalign.png rouilj, 2013-04-25 20:26 Display of history table misalignment for issue2550808
Messages
msg4864 Author: [hidden] (rouilj) Date: 2013-04-25 20:26
I was looking at issue2550808 and I noticed that my change to add a new
message looked wrong when viewed in history.

The left hand columns Date, User, Action looks like they are lining up
in the middle of the args column. So rather than:


date1  user1  action1   argz
date2  user2  action2   arg1
                        arg2
                        arg3

we have:

date1  user1  action1   argz
                        arg1
date2  user2  action2   arg2
                        arg3

This is misleading and means that arg1 looks like it associated with
user1 and not user2. I have attached a screenshot.The user rouilj
only added the message, the nosy, messages etc were all done by
schlatterbeck. This is also borne out by the td item when looking
at the source.

My guess is there is a missing  vertical-align: top in the
table data cells or the table.history css.

An alternate way to handle this is to provide top and bottom
borders or alternate row striping for the rows to delineate the
row borders.
msg5612 Author: [hidden] (rouilj) Date: 2016-06-19 04:50
Implemented the change in the web site tracker's style.css.
This isn't an issue in the classic tracker. The proper
alignment is present.

Change is: b5afae9022cf
History
Date User Action Args
2016-06-19 04:50:50rouiljsetstatus: new -> closed
assignee: rouilj
resolution: fixed
messages: + msg5612
components: + Infrastructure
2013-05-21 08:13:21jerrykansetnosy: + jerrykan
2013-04-25 20:26:19rouiljcreate