popcodeorg / popcodeorg/popcode
Page title bar overflows and has odd sizing behavior on small and/or zoomed screens
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- JavaScript
- Sterne
- 191
- Forks
- 143
- Ø Merge
- 4 T. 11 Std.
- Gemergte PRs (30 T.)
- 5
Beschreibung
Describe the bug
Take a look at a classroom assignment that has a longish title, on a small or zoomed-in view. The title bar stays a small size (height: 2.4vh;), while the text gets relatively larger, overflowing the header boundaries, and overlapping page content. This is especially a problem if I am zoomed in, as I usually do when presenting code to students over Zoom, because they tend to have smaller screens (often just smartphones).
This acts a little differently between Chrome and Safari. On Chrome, the vh-based sizing keeps these elements small, even when the page is zoomed-in. In Safari, these elements increase in size as the page is zoomed. But, even when a non-Safari browser is used at a normal-ish size (say, 1000px wide), problems can easily arise from medium-length titles. Here’s Firefox at 1000px wide:
To Reproduce
Enter in a medium-long page title while using popcode in a medium-small viewport – especially while using Safari.
Expected behavior
This title bar would probably make more sense if it acted more like a "tab" in a browser UI.
- Long titles would be truncated with ellipses (here’s how to do so with just CSS).
- It may be easier to do this if the refresh & collapse buttons are moved before the text, but it would probably be better to rearrange the HTML structure a bit, so that the overflow can be hidden and text can truncated, without pushing these UI buttons out of view
- Text shouldn’t overflow past the edge of the title bar, and the title bar shouldn’t cover up any content in the output web page.
Here are tabs in Chrome and Safari browsers, to illustrate what I mean:
Environment
- Mac Catalina
- Safari 13.1.1
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Öffne die verlinkte classroom assignment und reproduziere den Überlauf der title-bar in kleinen und gezoomten Viewports, insbesondere in Safari, und vergleiche anschließend Chrome und Firefox. Untersuche das Markup und die Styles der title-bar, um zu bestimmen, wie sich ihre Größe und Steuerelemente verhalten. Erledigt ist die Aufgabe, wenn lange Titel innerhalb der Leiste bleiben, die Steuerelemente sichtbar bleiben und die Leiste den Output-Inhalt nicht verdeckt.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- css, html, javascript
- Bereich
- frontend, web-dev
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100