Open Marcelinna opened 2 years ago
1. element is rendered correctly, but the warning is in the network
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <eosc-common-main-header username="name surname" login-url="https://marketplace.eosc-portal.eu/users/auth/checkin" logout-url="https://marketplace.eosc-portal.eu/users/logout" ></eosc-common-main-header> <div id="eosc-common-eu-information"></div> <EoscCommonMainFooter></EoscCommonMainFooter> <script src="https://s3.cloud.cyfronet.pl/eosc-portal-common/latest/index.production.min.js"></script> <link rel="stylesheet" href="https://s3.cloud.cyfronet.pl/eosc-portal-common/latest/index.production.min.css" /> </body> </html>
FIREFOX
CHROME
2. - navigation is not centered, character icon position is too high, there is a difference between chrome and firefox styles
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <eosc-common-main-header username="name surname" login-url="https://marketplace.eosc-portal.eu/users/auth/checkin" logout-url="https://marketplace.eosc-portal.eu/users/logout" ></eosc-common-main-header> <script src="https://s3.cloud.cyfronet.pl/eosc-portal-common/latest/main-header.production.min.js"></script> <link rel="stylesheet" href="https://s3.cloud.cyfronet.pl/eosc-portal-common/latest/main-header.production.min.css" /> </body> </html>
element is rendered correctly, but the warning is in the network
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="https://s3.cloud.cyfronet.pl/eosc-portal-common/latest/index.production.min.js"></script> <link rel="stylesheet" href="https://s3.cloud.cyfronet.pl/eosc-portal-common/latest/index.production.min.css" /> </head> <body> <eosc-common-main-header username="name surname" login-url="https://marketplace.eosc-portal.eu/users/auth/checkin" logout-url="https://marketplace.eosc-portal.eu/users/logout" ></eosc-common-main-header> <script> window.renderCustomComponent(window.EoscCommonMainHeader, { tagName: "eosc-common-main-header" }); </script> <div id="eosc-common-eu-information"></div> <script> window.renderCustomComponent(window.EoscCommonEuInformation, { id: "eosc-common-eu-information" }); </script> <EoscCommonMainFooter></EoscCommonMainFooter> <script> window.renderCustomComponent(window.EoscCommonMainFooter, { tagName: "EoscCommonMainFooter" }); </script> </body> </html>
it render nothing
<div class="eosc-common-eu-information"></div> <div id="eosc-common-eu-information"></div>
works properly
<eosc-common-eu-information></eosc-common-eu-information> <EoscCommonEuInformation></EoscCommonEuInformation>
it render nothing <div id="eosc-common-main-footer"></div>
<div id="eosc-common-main-footer"></div>
<EoscCommonMainFooter></EoscCommonMainFooter> <eosc-common-main-footer></eosc-common-main-footer> <div class="eosc-common-main-footer"></div>
<div id="eosc-common-main-header" username="name surname" login-url="https://marketplace.eosc-portal.eu/users/auth/checkin" logout-url="https://marketplace.eosc-portal.eu/users/logout" ></div>
work properly
<eosc-common-main-header username="name surname" login-url="https://marketplace.eosc-portal.eu/users/auth/checkin" logout-url="https://marketplace.eosc-portal.eu/users/logout" ></eosc-common-main-header>
<EoscCommonMainHeader username="name surname" login-url="https://marketplace.eosc-portal.eu/users/auth/checkin" logout-url="https://marketplace.eosc-portal.eu/users/logout"
<div class="eosc-common-main-header" username="name surname" login-url="https://marketplace.eosc-portal.eu/users/auth/checkin" logout-url="https://marketplace.eosc-portal.eu/users/logout"
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="https://s3.cloud.cyfronet.pl/eosc-portal-common/latest/index.production.min.js"></script> <link rel="stylesheet" href="https://s3.cloud.cyfronet.pl/eosc-portal-common/latest/index.production.min.css" /> </head> <body> <div id="custom-css-class"></div> <script> window.renderCustomComponent(window.EoscCommonEuInformation, { id: "custom-css-class" }); </script>
1. element is rendered correctly, but the warning is in the network
FIREFOX
CHROME
2. - navigation is not centered, character icon position is too high, there is a difference between chrome and firefox styles
FIREFOX
CHROME
element is rendered correctly, but the warning is in the network
FIREFOX
CHROME
it render nothing
works properly
it render nothing
<div id="eosc-common-main-footer"></div>
works properly
it render nothing
work properly
<EoscCommonMainHeader username="name surname" login-url="https://marketplace.eosc-portal.eu/users/auth/checkin" logout-url="https://marketplace.eosc-portal.eu/users/logout"
<div class="eosc-common-main-header" username="name surname" login-url="https://marketplace.eosc-portal.eu/users/auth/checkin" logout-url="https://marketplace.eosc-portal.eu/users/logout"