KybernetikGames / animancer

Documentation for the Animancer Unity Plugin.
66 stars 8 forks source link

Method Summary in document pages do not wrap or scroll horz. #290

Closed mikech2000 closed 1 year ago

mikech2000 commented 1 year ago

The method summary column on document html pages do not wrap and the table does not scroll horizontally. I noticed that this is not always the case, but is true of LinearMixerState and maybe others?

KybernetikGames commented 1 year ago

It's caused by long member references which aren't allowed to wrap like this: image Having any of those in the table increases the width of the whole column even if other cells could word wrap in a reasonable space. It does give the table a horizontal scroll bar, it's just right down the bottom. You can also click and drag to select text to make it scroll over or just zoom out.

A while ago I reported it as a bug to the developer of the documentation generator I use (Wyam) so he's aware of it, but he's currently working on a completely new system so the old one isn't getting any bug fixes. Unfortunately, I'm not confident I could figure out how to fix it in a reasonable amount of time.

mikech2000 commented 1 year ago

That ok. Thanks for the reply. Mike


From: Kailas Dierk @.> Sent: Saturday, June 10, 2023 12:21 AM To: KybernetikGames/animancer @.> Cc: Christiansen, Michael @.>; Author @.> Subject: Re: [KybernetikGames/animancer] Method Summary in document pages do not wrap or scroll horz. (Issue #290)

It's caused by long member references which aren't allowed to wrap like this: [image]https://user-images.githubusercontent.com/43698611/244848214-05d963a3-def2-4416-8f3b-aefd553d7a3b.png Having any of those in the table increases the width of the whole column even if other cells could word wrap in a reasonable space. It does give the table a horizontal scroll bar, it's just right down the bottom. You can also click and drag to select text to make it scroll over or just zoom out.

A while ago I reported it as a bug to the developer of the documentation generator I use (Wyam) so he's aware of it, but he's currently working on a completely new system so the old one isn't getting any bug fixes. Unfortunately, I'm not confident I could figure out how to fix it in a reasonable amount of time.

— Reply to this email directly, view it on GitHubhttps://github.com/KybernetikGames/animancer/issues/290#issuecomment-1585490728, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABWHJWWJKMKKK2FEKJWEQH3XKP74HANCNFSM6AAAAAAZBFPQHA. You are receiving this because you authored the thread.Message ID: @.***>