Closed
Bug 1762750
Opened 4 years ago
Closed 4 years ago
https://cov19ent.kdca.go.kr/cpassportal/ Can't display correctly
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
INVALID
People
(Reporter: alwu, Unassigned)
Details
STR.
Expected.
2. Showing the content correctly
Actual.
2. Page content is broken.
This page can be shown on Chrome correctly. Can be reproduced on Fx98 Release and Fx100 Nightly On Windows 10.
Comment 1•4 years ago
|
||
The severity field is not set for this bug.
:mossop, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(dtownsend)
Comment 2•4 years ago
|
||
The page has some strange empty SVG elements at the top which pushes the content down out of view. The page's script injects additional stylesheets for Chrome and IE/Edge that hides these elements.
if( (navigator.userAgent).indexOf("Chrome") > -1 ||(navigator.userAgent.toLowerCase().search("safari") > -1) || (navigator.userAgent.toLowerCase().search("iphone") > -1) || (navigator.userAgent.toLowerCase().search("ipod") > -1) || (navigator.userAgent.toLowerCase().search("ipad") > -1)){
document.write("<link href='"+"/cpassportal/statics/css/common.css;jsessionid=kccTdv1LbStQATUgZtphE2TFec0IpDGfYa9PVazR.prd-cpass-was21"+"' rel='stylesheet' />");
}else if((navigator.appName == 'Netscape' && navigator.userAgent.search('Trident') != -1) || (navigator.userAgent.toLowerCase().indexOf("msie") != -1)) {
document.write("<link href='"+"/cpassportal/statics/css/ie_css/common.css;jsessionid=kccTdv1LbStQATUgZtphE2TFec0IpDGfYa9PVazR.prd-cpass-was21"+"' rel='stylesheet' />");
}
This appears to be a problem with the website, not Firefox.
Status: NEW → RESOLVED
Closed: 4 years ago
Flags: needinfo?(dtownsend)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•