Open
Bug 1966585
Opened 10 months ago
Updated 1 month ago
hiskin.care - The page is blank
Categories
(Web Compatibility :: Site Reports, defect, P2)
Tracking
(Webcompat Priority:P3, Webcompat Score:1)
ASSIGNED
People
(Reporter: rbucata, Assigned: twisniewski)
References
(Depends on 1 open bug, )
Details
(Keywords: leave-open, webcompat:site-report, webcompat:sitepatch-applied, Whiteboard: [webcompat-source:web-bugs])
User Story
platform:windows,mac,linux,android impact:workflow-broken configuration:general affects:all branch:release diagnosis-team:layout user-impact-score:0
Attachments
(2 files)
Environment:
Operating system: Linux
Firefox version: Firefox 138.0
Steps to reproduce:
- Navigate to: https://hiskin.care/pages/complete-booking
- Observe
Expected Behavior:
The page loads
Actual Behavior:
The page is blank
Notes:
- 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/156714
| Reporter | ||
Comment 1•10 months ago
|
||
Comment 2•10 months ago
•
|
||
iframe {
border: none;
position: absolute;
z-index: 99999;
top: 0;
left: 0;
}
FWIW, removing position: absolute; from the css will display the content.
Updated•10 months ago
|
Severity: -- → S2
User Story: (updated)
Webcompat Priority: --- → P2
Webcompat Score: --- → 5
Keywords: webcompat:needs-diagnosis
Priority: -- → P2
| Assignee | ||
Updated•10 months ago
|
Keywords: webcompat:needs-diagnosis → webcompat:needs-sitepatch
| Assignee | ||
Comment 3•10 months ago
|
||
This is bug 1259924. The iframe has 100% height, but its parent has no definite height, so it gets no height while its position is absolute. We can ship a site-patch here in the meantime.
Depends on: 1259924
| Assignee | ||
Comment 4•10 months ago
|
||
Updated•10 months ago
|
Assignee: nobody → twisniewski
Status: NEW → ASSIGNED
| Assignee | ||
Updated•10 months ago
|
Keywords: leave-open
Pushed by twisniewski@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e61039d14abc
add a CSS intervention for hiskin.care to reveal their main content; r=denschub,webcompat-reviewers
Comment 6•10 months ago
|
||
| bugherder | ||
| Assignee | ||
Updated•10 months ago
|
Keywords: webcompat:needs-sitepatch → webcompat:sitepatch-applied
Updated•10 months ago
|
Webcompat Score: 5 → 1
Updated•6 months ago
|
User Story: (updated)
Updated•1 month ago
|
Webcompat Priority: P2 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•