mtierltd / timetracker

GNU Affero General Public License v3.0
81 stars 27 forks source link

[Bug] Details are cut in Report #107

Closed Gunnar-GO closed 3 years ago

Gunnar-GO commented 3 years ago

By generating detailed reports i recognised that, my detailed descriptions are completely cut.

My details looks like this way:

but in report the column Details only shows *

May the EOL-Check will be confused? An Report with Multiline, etc. would be awesome.

Gunnar-GO commented 3 years ago

The edit/bugfix doesn't change the behavior.

ChornHulio commented 3 years ago

I don't get it :thinking: Why was the issue closed and the PR merged, even if @Gunnar-GO said the fix doesn't work? Was it working on your machine, @mtierltd ?

mtierltd commented 3 years ago

I don't get it Why was the issue closed and the PR merged, even if @Gunnar-GO said the fix doesn't work? Was it working on your machine, @mtierltd ?

The commit is a correct bugfix. If you want to see the details in the report, you have to group by None, None, None, because otherwise aggregation is on, and the details column would be kind of useless, because all the information would be integrated into one field.

Gunnar-GO commented 3 years ago

Sure, the changes are correct they fix an incorrect set, (i missed before to say thank you @ChornHulio, my bad. TY) but it didn't fix the reported bug.

As i said before. As stated this bugreport should not be closed, it is simply not solved.

mtierltd commented 3 years ago

There is nothing to solve, if you would like to have the details in the report, you have to set Group by to None, None, None.

Gunnar-GO commented 3 years ago

I just want not empty informationblocks. 'cause if they don't deploy Information they are useless/dropable. image

You're right, if i group by none/none/none the first few letters apear, even that they don't respect line-break, etc. (seems another topic). The content is cut by overflow:hidden.

image

But i see not much sense in why the group affects the details, in form that they drop all information. Why should group, filter and time trash/delete the details. In my oppinion it is unexpected behavior so this bugreport.

By detail, why every line repeats the width and height declaration if they had class- and field-names? (i assume, in the css code is written in the loop?) And why is the table build by individual div-inline-blocks and not by table? (Maybe 'cause filtering? dunno.)