Scioly.org:Wiki Issues
Please use this page for reporting (using the template below) incorrect or unexpected behavior by the Wiki that is likely the result of code and therefore requires the attention of site administrators to repair. Reference Template:Report for parameter descriptions.
{{Report
|status=
|subject=
|comment=
|pages=
|screenshots=
|device=
|operating_system=
|browser=
|submitter=
|date=
}}
Hard Refresh/Clearing Browser Cache
Web browsers store and access website data locally to decrease loading times, so the version of Scioly.org your browser displays may not show our latest updates. Before submitting a report, try hard refreshing the affected page to load its latest version and see if the problem persists. Instructions for hard refreshes or clearing browser caches are listed in the table below for several browsers and operating systems.
| Web Browsers | Operating Systems | |||
|---|---|---|---|---|
| Android | iOS/iPadOS | macOS | Windows | |
| Google Chrome | Settings (Chrome) > History > Clear browsing data > Cached images and files > Clear data | Shift + Click Reload OR Cmd + Shift + R |
Ctrl + Click Reload OR Ctrl + F5 OR Ctrl + Shift + R | |
| Internet Explorer | Involves clearing cache for ALL apps: Settings > Storage > Internal storage > Cached data > OK | N/A | Ctrl + Click Reload OR Ctrl + F5 | |
| Microsoft Edge | Settings (Edge) > Privacy > Clear browsing data > Cache > Clear browsing data > Clear | |||
| Mozilla Firefox | Settings (Firefox) > Data Management > Website Data > Clear all Website Data | Shift + Click Reload OR Cmd + Shift + R |
Ctrl + F5 OR Ctrl + Shift + R | |
| Safari | N/A | Settings App > Safari > Clear History and Website Data | Shift + Click Refresh OR Command + Option + E, then Command + R |
N/A |
Reports
Comment: On small screens, "showing" hidden content sometimes extends beyond the width of the page. This is caused by child images or text that force the parent box to stretch to accomodate them. Page(s): Boomilever#2020_parameters, Reach_for_the_Stars#Star_Charts Environment: iPhone SE / iOS 14 / Safari Date: 2020/08/05 |
Comment: This was resolved by adding a { word-break: break-all; } which forces exceptionally long links to break rather than extend the width of its parent element and img { height: auto; max-width: 100%; } which puts a cap on the width of all images so they do not extend beyond the width of the page. The width maximum should still work on images that have a custom width specified inline.Submitter: bernard Date: 2020/08/05 |
Comment: a { word-break: break-all; } was removed because it forced words labels of links to break mid-word. Instead, all hyperlinks should be labelled and not pasted unlabelled in plain URL form as the length of some URLs can cause these page width issues.Submitter: bernard Date: 2020/08/05 |
Comment: Pages for national tournaments have results tables that are too short and a light grey box that is wider than the table. Page(s): North Carolina State University 2020 (also applies to other similar pages) Environment: macOS Catalina (10.15) / Safari Date: 2020/08/05 |
Comment: This was resolved by removing style="width:70%; height:50px" border="1" from tables. This issue affected all national tournament pages.Submitter: bernard Date: 2020/08/05 |
Comment: Separate tables display on the same line when a page is scaled down. Page(s): User:Bernard#Science_Olympiad_Event_Placings Environment: macOS Catalina (10.15) / Safari Date: 2020/08/05 |
Comment: This issue appears to have been resolved while addressing other styling issues with tables. Submitter: bernard Date: 2020/08/06 10:59 PT |
Date: 2020/08/05 |
Lua error in mw.lua at line 196: invalid frame ID.
Comment: a { word-break: break-all; } was removed because it forced words labels of links to break mid-word. Instead, all hyperlinks should be labelled and not pasted unlabelled in plain URL form as the length of some URLs can cause these page width issues.Submitter: bernard Date: 2020/08/05 |
Comment: Pages for national tournaments have results tables that are too short and a light grey box that is wider than the table. Page(s): North Carolina State University 2020 (also applies to other similar pages) Environment: macOS Catalina (10.15) / Safari Date: 2020/08/05 |
Comment: This was resolved by removing style="width:70%; height:50px" border="1" from tables. This issue affected all national tournament pages.Submitter: bernard Date: 2020/08/05 |
Comment: Separate tables display on the same line when a page is scaled down. Page(s): User:Bernard#Science_Olympiad_Event_Placings Environment: macOS Catalina (10.15) / Safari Date: 2020/08/05 |
Comment: This issue appears to have been resolved while addressing other styling issues with tables. Submitter: bernard Date: 2020/08/06 10:59 PT |
Comment: Since Bernard complained about it, I might as well fix it. :P The following CSS code makes the left vector tabs flush with the section body. Please replace the old code with the following: @media (max-width: 980px) {
#left-navigation {
margin-left: 176px;
}
}
@media (max-width: 900px) {
#left-navigation {
margin-left: 81px;
}
}
@media (max-width: 600px) {
#left-navigation {
margin-left: -39px;
}
}
Environment: Firefox 78.0.2, Chrome Version 83.0.4103.116, Android Firefox 68.11.0, Android Chrome Version 74.0.3729.186 Submitter: Nyda Date: 2020/08/06 |
Comment: Thanks, Nydauron! These were actually the original numbers before we removed the 1px wide border from div.mw-body yesterday. Mistakenly thought I needed to shift these numbers by 1px too. Should be fixed now!Submitter: bernard Date: 2020/08/06 09:55 PT |
Date: 2020/08/05 |
Comment: This was resolved by adding a { word-break: break-all; } which forces exceptionally long links to break rather than extend the width of its parent element and img { height: auto; max-width: 100%; } which puts a cap on the width of all images so they do not extend beyond the width of the page. The width maximum should still work on images that have a custom width specified inline.Submitter: bernard Date: 2020/08/05 |
Comment: a { word-break: break-all; } was removed because it forced words labels of links to break mid-word. Instead, all hyperlinks should be labelled and not pasted unlabelled in plain URL form as the length of some URLs can cause these page width issues.Submitter: bernard Date: 2020/08/05 |
Comment: Pages for national tournaments have results tables that are too short and a light grey box that is wider than the table. Page(s): North Carolina State University 2020 (also applies to other similar pages) Environment: macOS Catalina (10.15) / Safari Date: 2020/08/05 |
Comment: This was resolved by removing style="width:70%; height:50px" border="1" from tables. This issue affected all national tournament pages.Submitter: bernard Date: 2020/08/05 |
Comment: Separate tables display on the same line when a page is scaled down. Page(s): User:Bernard#Science_Olympiad_Event_Placings Environment: macOS Catalina (10.15) / Safari Date: 2020/08/05 |
Comment: This issue appears to have been resolved while addressing other styling issues with tables. Submitter: bernard Date: 2020/08/06 10:59 PT |
Comment: Since Bernard complained about it, I might as well fix it. :P The following CSS code makes the left vector tabs flush with the section body. Please replace the old code with the following: @media (max-width: 980px) {
#left-navigation {
margin-left: 176px;
}
}
@media (max-width: 900px) {
#left-navigation {
margin-left: 81px;
}
}
@media (max-width: 600px) {
#left-navigation {
margin-left: -39px;
}
}
Environment: Firefox 78.0.2, Chrome Version 83.0.4103.116, Android Firefox 68.11.0, Android Chrome Version 74.0.3729.186 Submitter: Nyda Date: 2020/08/06 |
Comment: Thanks, Nydauron! These were actually the original numbers before we removed the 1px wide border from div.mw-body yesterday. Mistakenly thought I needed to shift these numbers by 1px too. Should be fixed now!Submitter: bernard Date: 2020/08/06 09:55 PT |
Date: 2020/08/05 |
Comment: This was resolved by adding a { word-break: break-all; } which forces exceptionally long links to break rather than extend the width of its parent element and img { height: auto; max-width: 100%; } which puts a cap on the width of all images so they do not extend beyond the width of the page. The width maximum should still work on images that have a custom width specified inline.Submitter: bernard Date: 2020/08/05 |
Comment: a { word-break: break-all; } was removed because it forced words labels of links to break mid-word. Instead, all hyperlinks should be labelled and not pasted unlabelled in plain URL form as the length of some URLs can cause these page width issues.Submitter: bernard Date: 2020/08/05 |
Comment: Pages for national tournaments have results tables that are too short and a light grey box that is wider than the table. Page(s): North Carolina State University 2020 (also applies to other similar pages) Environment: macOS Catalina (10.15) / Safari Date: 2020/08/05 |
Comment: This was resolved by removing style="width:70%; height:50px" border="1" from tables. This issue affected all national tournament pages.Submitter: bernard Date: 2020/08/05 |
Comment: Separate tables display on the same line when a page is scaled down. Page(s): User:Bernard#Science_Olympiad_Event_Placings Environment: macOS Catalina (10.15) / Safari Date: 2020/08/05 |
Comment: This issue appears to have been resolved while addressing other styling issues with tables. Submitter: bernard Date: 2020/08/06 10:59 PT |
Comment: Since Bernard complained about it, I might as well fix it. :P The following CSS code makes the left vector tabs flush with the section body. Please replace the old code with the following: @media (max-width: 980px) {
#left-navigation {
margin-left: 176px;
}
}
@media (max-width: 900px) {
#left-navigation {
margin-left: 81px;
}
}
@media (max-width: 600px) {
#left-navigation {
margin-left: -39px;
}
}
Environment: Firefox 78.0.2, Chrome Version 83.0.4103.116, Android Firefox 68.11.0, Android Chrome Version 74.0.3729.186 Submitter: Nyda Date: 2020/08/06 |
Comment: Thanks, Nydauron! These were actually the original numbers before we removed the 1px wide border from div.mw-body yesterday. Mistakenly thought I needed to shift these numbers by 1px too. Should be fixed now!Submitter: bernard Date: 2020/08/06 09:55 PT |
Date: 2020/08/05 |