Actions
action #157576
closedCropped openQA version string on bottom of page if custom links_footer_left and/or links_footer_right is used size:S
Start date:
2024-03-20
Due date:
2024-04-06
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
See the cropped version string on the bottom despite enough white space available:
The full version string is readable by scrolling down but the scroll bar should not be necessary
Steps to reproduce¶
- Visit an openQA page using a custom links_footer_left and/or links_footer_right, e.g. https://openqa.suse.de/tests/overview?version=12-SP5&groupid=427&flavor=Azure-Standard-Updates&distri=sle&build=20240318-1
Expected result¶
- No cropping and no scroll bar should appear if there is enough blank space
Suggestions¶
- Try to solve that with some CSS in general related to https://github.com/os-autoinst/openQA/blob/cd53217ffe9127ebe8fa697e4c133836a3be36e6/templates/webapi/layouts/bootstrap.html.ep#L62 . If not possible try to solve it within https://gitlab.suse.de/openqa/salt-states-openqa/-/blob/master/openqa/links_footer_left.html?ref_type=heads or https://gitlab.suse.de/openqa/salt-states-openqa/-/blob/master/openqa/links_footer_right.html?ref_type=heads
- Just open https://openqa.suse.de/tests/overview?version=12-SP5&groupid=427&flavor=Azure-Standard-Updates&distri=sle&build=20240318-1 in your browser and try to fix the display with the browser developer tools and then find the right spot in our code where to apply the style, e.g. in our CSS files or html.ep templates directly
Files
Updated by okurz 7 months ago
- Subject changed from Cropped openQA version string on bottom of page if custom links_footer_left and/or links_footer_right is used to Cropped openQA version string on bottom of page if custom links_footer_left and/or links_footer_right is used size:S
- Description updated (diff)
- Status changed from New to Workable
Updated by ybonatakis 7 months ago
- Status changed from Workable to In Progress
- Assignee set to ybonatakis
Updated by ybonatakis 7 months ago
Updated by ybonatakis 7 months ago
Updated by openqa_review 7 months ago
- Due date set to 2024-04-06
Setting due date based on mean cycle time of SUSE QE Tools
Updated by ybonatakis 7 months ago
I have updated the PR. it is not optimal but i think works without breaks anything else
Updated by okurz 7 months ago
Please see my alternative attempt in https://github.com/os-autoinst/openQA/pull/5546
Updated by okurz 7 months ago
https://github.com/os-autoinst/openQA/pull/5546 was merged. @ybonatakis did you encounter other points you wanted to fix as part of this?
Updated by ybonatakis 7 months ago
- Status changed from In Progress to Resolved
if the other PR solves the problem i was trying to fix i dont see whatelse i can do. I will just update the status.
Actions