You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using description.oneline the end of annotations are sometimes put on a new line. From testing this, it seems that there is always one entry that is partially on a new line and seems to be the longest line. It does not always move only the last word of the description.oneline entry to the new line, sometimes it has moved two.
What did you expect to happen?
For the single line description including annotations to be within a single line as below:
Id Description
2 second task 2024-10-15 task two, annotation one 2024-10-15 task two, annotation two
3 third task 2024-10-15 task three, annotation one 2024-10-15 task three, annotation two
1 first task 2024-10-15 task one, annotation one
3 tasks
What actually happened?
Instead I received this output where part of the second annotation for task 3 is put on a new line.
Id Description
2 second task 2024-10-15 task two, annotation one 2024-10-15 task two, annotation two
3 third task 2024-10-15 task three, annotation one 2024-10-15 task three, annotation
two
1 first task 2024-10-15 task one, annotation one
3 tasks
A more minimal example:
Running the below also results in the last part of the annotation being put in a new line and does not use any modifier on the view (rc.defaultwidth etc).
To report a bug...
When using description.oneline the end of annotations are sometimes put on a new line. From testing this, it seems that there is always one entry that is partially on a new line and seems to be the longest line. It does not always move only the last word of the description.oneline entry to the new line, sometimes it has moved two.
I ran the following:
For the single line description including annotations to be within a single line as below:
Instead I received this output where part of the second annotation for task 3 is put on a new line.
task diag
command.Running the below also results in the last part of the annotation being put in a new line and does not use any modifier on the view (rc.defaultwidth etc).
Gives:
It seems to be the longest entry in the table but does not always put only a single word on the new line.
This is possibly related to #2090.
The text was updated successfully, but these errors were encountered: