tdlight-java icon indicating copy to clipboard operation
tdlight-java copied to clipboard

JavaDoc grid overflows the browser maximum CSS grid limit, hiding some subclasses in TdApi class

Open HuMzan opened this issue 4 years ago • 2 comments

No longer in the list https://tdlight-team.github.io/tdlight-docs/tdlight.api/it/tdlight/jni/package-summary.html Can only be found by searching

HuMzan avatar Nov 03 '21 14:11 HuMzan

Unfortunately it's a client-side limitation. CSS allows the browser to limit the maximum number of rows in a grid:

https://drafts.csswg.org/css-grid-2/#overlarge-grids

cavallium avatar Nov 05 '21 23:11 cavallium

I updated the documentation links to link to the class tree, that seems unaffected by this bug.

https://tdlight-team.github.io

cavallium avatar Nov 06 '21 00:11 cavallium

Fixed

cavallium avatar May 14 '23 22:05 cavallium