www.hermes.admin.ch - Table elements overlap each other
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(Webcompat Priority:P3, Webcompat Score:1, firefox148 fixed)
| Tracking | Status | |
|---|---|---|
| firefox148 | --- | fixed |
People
(Reporter: ctanase, Assigned: twisniewski)
References
(Depends on 2 open bugs, )
Details
(4 keywords, Whiteboard: [webcompat-source:web-bugs])
User Story
platform:windows,mac,linux,android impact:content-missing configuration:general affects:all branch:release diagnosis-team:layout user-impact-score:6
Attachments
(5 files)
Environment:
Operating system: Android 15/Windows 10
Firefox version: Firefox Mobile 138.0/140/142
Steps to reproduce:
- Go to https://www.hermes.admin.ch/de/projektmanagement/szenarien/it-entwicklung/szenariouebersicht.html
- Scroll down the page.
- Observe the table.
Expected Behavior:
The table is rendered correctly, each element is visible.
Actual Behavior:
Table elements overlap each other.
Notes:
- Reproducible on both Mobile and Desktop
- Reproduces regardless of the status of ETP
- Reproduces in firefox-nightly, and firefox-release
- Does not reproduce in chrome
Created from https://github.com/webcompat/web-bugs/issues/156342
| Reporter | ||
Comment 1•10 months ago
|
||
Updated•10 months ago
|
Comment 2•10 months ago
|
||
The trs all have
.hermespjm-projektuebersicht-row {
height: 1px;
}
so yeah, that'd do it. Not sure why it's working in Chrome.
Comment 3•10 months ago
|
||
Updated•10 months ago
|
Comment 4•10 months ago
|
||
So the key here is height: 1px on the td, and then a <div> child with height: 100%:
data:text/html,<table style="border: 1px solid"><td style="height: 1px"><div style="height: 100%"><div style="height: 100px; width: 100px; background: blue">
Comment 5•10 months ago
|
||
The testcase also draws properly in Safari
| Assignee | ||
Comment 6•7 months ago
|
||
We can improve things here with an intervention. My patch won't align the text in the cells (like "Auftraggeber") with the very bottom of the cells, but at least it's not a giant mess.
| Assignee | ||
Comment 7•7 months ago
|
||
Updated•7 months ago
|
Comment 10•7 months ago
|
||
| bugherder | ||
| Assignee | ||
Updated•7 months ago
|
Updated•7 months ago
|
| Assignee | ||
Comment 11•4 months ago
|
||
This specific page is a 404 now, and I don't see any other pages with the same problem on their site, so we might as well remove the intervention.
| Assignee | ||
Comment 12•4 months ago
|
||
Comment 13•4 months ago
|
||
Comment 14•4 months ago
|
||
Comment 15•4 months ago
|
||
Comment 16•4 months ago
|
||
| bugherder | ||
| Assignee | ||
Comment 17•3 months ago
|
||
Ugh, the page is back, and has the problem again. Let's re-ship the intervention :S
| Assignee | ||
Comment 18•3 months ago
|
||
Comment 19•3 months ago
|
||
Comment 20•3 months ago
|
||
| bugherder | ||
Description
•