Page 1 of 1

5.81: technical doc - contents too long and not scrollable

Posted: 2020-02-11 17:08
by onoehring
Hi,

I notice, that in 5.81 the technical docs contents, if long, they don't scroll, so the user can not access all of the index by clicking on it:
ec202002-01.png
ec202002-01.png (107.37 KiB) Viewed 8415 times
Olaf

Re: 5.81: technical doc - contents too long and not scrollable

Posted: 2020-02-26 14:32
by a.gneady
Hi Olaf,

Thanks for reporting this issue ... At first I thought adding an overflow CSS rule like this would fix it, but it doesn't:

Code: Select all

#toc-section > nav {
	overflow-y: scroll;
}
The reason why is due to the affix Bootstrap class which helps keep the TOC always visible as the document is scrolled, but it prevents applying a scrollbar to it. I guess the possible fix would be to allow table titles in the TOC to collapse and expand, hiding/showing the fields list under each table (automatically with scrolling, or manually by user) .. I'll investigate this and implement it in future releases.

Re: 5.81: technical doc - contents too long and not scrollable

Posted: 2020-02-26 15:43
by onoehring
Hi Ahmed,

thank's. I will be waiting.
Oh, also thanks for the new 5.82.

Olaf

Re: 5.81: technical doc - contents too long and not scrollable

Posted: 2020-02-28 17:32
by a.gneady
You're always welcome, and I hope you like it :)

Re: 5.81: technical doc - contents too long and not scrollable

Posted: 2020-11-05 11:34
by onoehring
Hi,

just noticed, that this problem is still existing in version 5.91

Olaf

5.93: Re: 5.81: technical doc - contents too long and not scrollable

Posted: 2021-01-21 12:22
by onoehring
Hi,

problem still exists in 5.93.

Olaf

Re: 5.81: technical doc - contents too long and not scrollable

Posted: 2021-01-23 19:10
by a.gneady
Noted, Olaf. Planned for fixing in 5.95.