-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins 2.332.1
Mozilla Firefox 91.8.0esr
-
-
2.349
The build history page has this hyperlink in a table cell (redacted by changing letters and digits to x and 1):
<a class="jenkins-table__link model-link inside" href="/jenkins/job/XXX/job/xxxxxxxxxxxx-xxxxxxxx-xxxxxxxxxx/job/xxxxxxx%252FXXXXX-111_xxxxxxxxxxxxxxxxx/">Xx Xxxxxx » Xxxxxxxxxxxx xxxxxxxx xxxxxxxxxx » xxxxxxx<wbr>/XXXXX<wbr>-111<wbr>_xxxxxxxxxxxxxxxxx</a>
and this CSS rule applies to it:
.jenkins-table__link, .jenkins-table .sortheader { display: inline-flex; }
Microsoft Edge 100.0.1185.29 renders it nicely:
Mozilla Firefox 91.8.0esr however breaks the "Xx Xxxxxx » Xxxxxxxxxxxx xxxxxxxx xxxxxxxxxx » xxxxxxx" part (before the first <wbr> tag) to two lines, and then renders the rest "/XXXXX-111_xxxxxxxxxxxxxxxxx" at the right side of that, even centering it vertically:
I don't know whether that is a Firefox bug or what, but perhaps the compatibility can be improved somehow.
If I disable display: inline-flex; in the CSS rule, then the line breaks look a lot nicer in Firefox 91.8.0esr:
Alternatively, if I keep the original CSS rule but replace each <wbr> with ​, then Firefox 91.8.0esr renders like this:
- is caused by
-
JENKINS-68229 Modernise the table design
- Closed
- links to