hall.ssjj.cn - The page does not fully load
Categories
(Web Compatibility :: Site Reports, defect, P2)
Tracking
(Webcompat Priority:P3, Webcompat Score:1, firefox141 affected, firefox142 affected, firefox143 affected)
People
(Reporter: rbucata, Assigned: twisniewski)
References
()
Details
(Keywords: leave-open, webcompat:site-report, webcompat:sitepatch-applied, Whiteboard: [webcompat-source:web-bugs])
User Story
platform:windows,mac,linux,android impact:site-broken configuration:general affects:all branch:release diagnosis-team:webcompat user-impact-score:0
Attachments
(2 files)
Environment:
Operating system: Windows 10
Firefox version: Firefox 143.0
Steps to reproduce:
- Navigate to: https://hall.ssjj.cn/live/
- Observe
Expected Behavior:
The page loads
Actual Behavior:
The page is overlapped by a white layer
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/171201
| Reporter | ||
Comment 1•1 year ago
|
||
| Reporter | ||
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
Comment 3•1 year ago
|
||
There's a height: 274.677px; inline on the <div> that's overflow:hidden'ing the contents. Probably happens in some JS... :/
Comment 4•11 months ago
|
||
(In reply to Dennis Schubert [:denschub] from comment #3)
There's a
height: 274.677px;inline on the <div> that's overflow:hidden'ing the contents. Probably happens in some JS... :/
That <div> is indeed added by javascript, searching for class="wrap-scale" shows where that happens and the code block has a condition if (this.isIe || this.isFirefox). Searching for isFirefox in the same file I found this.isFirefox = - 1 != navigator.userAgent.indexOf('Firefox'), so this is simple UA sniffing. The site works with Chrome Mask.
I don't know what they're trying to do with that extra <div> but the site seems to work fine without it so I think we can make an intervention.
| Assignee | ||
Updated•11 months ago
|
| Assignee | ||
Comment 5•11 months ago
|
||
Updated•11 months ago
|
Updated•11 months ago
|
Comment 8•11 months ago
|
||
| bugherder | ||
| Assignee | ||
Updated•11 months ago
|
Updated•11 months ago
|
Updated•11 months ago
|
Updated•6 months ago
|
Description
•