-
Notifications
You must be signed in to change notification settings - Fork 125
Provide a hint where text is hidden behind a link in the overview #808
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
I don't think this has been fixed. I was asking for a visual clue that clicking on the property reveals documentation beyond the one-liner. So maybe adding an ellipsis that forwards to the full text after the one-liner. |
I think our fix wasn't sufficient; we show ellipses if the first paragraph of text runs over, but not if there's a 2nd paragraph (which is not shown in the summary). |
Thanks for the report. We can definitely improve this. |
Will see if users notice this. Can try something else if it doesn't work. |
It should be more visible that clicking on a field/method in the class overview leads to more text.
I find it confusing is that when you look at a class like in
../dart-mirrors/MirrorsUsed-class.html
it is non-obvious that there is more text for a property if you click on it. Maybe we can add a little visual clue, like a 'more >>' or just three '...'?
The text was updated successfully, but these errors were encountered: