-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Open
Labels
NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.pkgsite
Milestone
Description
- The version string in the sticky header is all uppercase, which renders as
GO1.14.6
on standard library packages. This should preserve the original casing - The
:target
selector in stylesheet.css (and in sidenav.css) that’s used to ensure that anchor targets aren’t scrolled below the sticky headers isn’t needed for pages that don’t have them (and need to be adjusted for the new sticky header on the details pages) - Should the homepage should have smart quotes around example searches? (unrelated to header but just noticed it)
-
overflow: auto
on the html and body elements (used to fix an iOS focus bug) is causing other focus issues and the fixed header to appear over scrollbars - Search text is shown on mobile when the search input is collapsed
- Ensure sidenav height is properly calculated
- The IntersectionObserver logic to show the sticky header will trigger it if the inline nav is below the fold. Ensure it only shows if it is off the top of the screen
- The search bar in the primary header looks a bit off re: spacing on iOS
- Determine whether to keep uppercase “Package”, “Command”, etc.
- Adjust IntersectionObserver margin on fixed header to have it show earlier
- Fixed header hack to fix focus bug on iOS Safari breaks tap-to-top behavior
Metadata
Metadata
Assignees
Labels
NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.pkgsite