Difference between revisions of "Scioly.org:Wiki Issues"
m (Bernard moved page Talk:Bernard/Wiki Issues to Scioly.org:Wiki Issues: Relocating away from association with a user page.) |
m (Added `Category:Scioly.org-related Pages`.) |
||
Line 15: | Line 15: | ||
}} | }} | ||
</pre> | </pre> | ||
+ | |||
+ | [[Category:Scioly.org-related Pages]] | ||
==Reports== | ==Reports== |
Revision as of 02:46, 6 August 2020
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= }}
Reports
Resolved: Hidden content is too wide on mobile devices 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 |
Resolved: Short results tables on nationals pages 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 |
Tables display on same lines 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 |
Site menu bar does not display username on login button Date: 2020/08/05 |
Comment: Currently, the Wiki loads the site menu from a static HTML file because the PHP used to display usernames in the menu interferes with MediaWiki loading. Submitter: bernard Date: 2020/08/05 |