-
Notifications
You must be signed in to change notification settings - Fork 124
Make the left/right nav bars sticky #779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Oh yeah, didn't notice those. But I was really looking for it for the index. So in a class with a lot of properties, I might want to scan the list of properties, and the index is more convenient than the full list. For example, what's the list of events in Element. I'm not sure what the one I'm looking for is called, or even if it exists. Also, I think it would be better if those nav tabs were pinned to the top. If I'm down in the properties and realize I want a method, I have to scroll back to the top to get them. |
How would we signal that in the UI? There's no language construct for "events"
That's true. It's a tweak we hope to make. Not sure what to do with this issue. We can open a specific issue for "show tabs on top, if user scrolls". I don't think we're going to do anything about other ways to nav, because we have the list of main sections at the top already. |
I was just using events as an example of why I might want to scan the list of properties. For html elements that's usually a good percentage of the properties. So I just wanted the ability to jump quickly to the properties, which the top nav does give me, but better if it's always visible. |
Agreed. We'd like to make those "table of contents" links visible even when the masthead is scrolled out of view. |
We should make the left/right navs sticky to make navigation easier, especially when #1181 lands and pages are more verbose. |
For Flutter's purposes, I think this is probably more like a P2 than a P1 compared to the other P1s. |
If I'm looking at something large, e.g. https://new-dartdocs-dot-dartlang-api.appspot.com/1.12.0-dev.5.1/dart-html/Element-class.html
and I want to find something in the index, say, a method, it's difficult to navigate. I have to hit page-down 7 times before I can see querySelectorAll, and there's not a way I can see to jump to the methods section.
The text was updated successfully, but these errors were encountered: