Content
View differences
Updated by Eric Schubert about 3 years ago
### Steps to reproduce
1. A colleague told me that the split-view of relations is incomplete. (The responsive Design still hides parts of the work package title. For more details please refer to the attachment.
### What is the buggy behavior?
* Relation details such as parts of the title are missing, even if it is completely expanded and enough space is available.
### What is the expected behavior?
1. More Details should be shown by expanding the split-screen and
2. on mouseover the complete Title of the related element should be shown.
### Screenshots and other files
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/40699/content">
###
**OpenProject installation type**
* [ ] Hosted cloud edition
* [ ] Packaged installation
* What distribution?
* [ ] Docker All-in-one container
* [ ] Docker-compose installation
* [x] Other (please specify)
**OpenProject version**
12.5
**Browser**
* [x] Chrome
* [ ] Firefox
* [ ] Safari
* [ ] Mobile Safari
* [ ] Other (please specify)
### UPDATE 2023-04-12
In the scope of this bugfix we want to improve the current situation but at the same time not trigger a full redesign of the relation style. The issue at hand is, that the subjects are unnecessarily truncated. the fix includes the following:
* If displayed on desktop resolutions, every element of the relation has a fixed percentage of the available space.
* Every cell content always uses the maximum available space and gets truncated at the end.
* Every cell content is left aligned, except the actions, which are right aligned.
* If displayed on mobile resolutions, the subject cell is moved to a second line, while the remaining cells are displayed in the first line
* An additional id cell is added displaying the work package id with a `#` prefix.
* The id cell content is clickable and leads to the same target as the subject cell content.
* The subject cell content no longer contains an id suffix.
1. A colleague told me that the split-view of relations is incomplete. (The responsive Design still hides parts of the work package title. For more details please refer to the attachment.
### What is the buggy behavior?
* Relation details such as parts of the title are missing, even if it is completely expanded and enough space is available.
### What is the expected behavior?
1. More Details should be shown by expanding the split-screen and
2. on mouseover the complete Title of the related element should be shown.
### Screenshots and other files
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/40699/content">
###
**OpenProject installation type**
* [ ] Hosted cloud edition
* [ ] Packaged installation
* What distribution?
* [ ] Docker All-in-one container
* [ ] Docker-compose installation
* [x] Other (please specify)
**OpenProject version**
12.5
**Browser**
* [x] Chrome
* [ ] Firefox
* [ ] Safari
* [ ] Mobile Safari
* [ ] Other (please specify)
### UPDATE 2023-04-12
In the scope of this bugfix we want to improve the current situation but at the same time not trigger a full redesign of the relation style. The issue at hand is, that the subjects are unnecessarily truncated. the fix includes the following:
* If displayed on desktop resolutions, every element of the relation has a fixed percentage of the available space.
* Every cell content always uses the maximum available space and gets truncated at the end.
* Every cell content is left aligned, except the actions, which are right aligned.
* If displayed on mobile resolutions, the subject cell is moved to a second line, while the remaining cells are displayed in the first line
* An additional id cell is added displaying the work package id with a `#` prefix.
* The id cell content is clickable and leads to the same target as the subject cell content.
* The subject cell content no longer contains an id suffix.