Daniel Kiss
Daniel Kiss
The `PaginatedPosts` looks something like this: ``` @ObjectType() class PaginationEdge { @Field(() => Post) node: Post @Field() cursor: string } @ObjectType() class PageInfo { @Field() lastCursor: string @Field() hasNextPage: boolean...
@rsimon This is the publicly available demo, so provided that you're showcasing the latest version, it is the latest version. Could you create a GIF of you reproducing it? It...
Excuse me for the late response. Using the newest version in a different environment, I haven't managed to reproduce the error, so there's a high chance that it has been...
This is the publicly available, tested in Firefox Developer Edition version 103.0b9 (64-bit), under Kubuntu 22.04. Besides, @st3h3n used the latest (?) version of Edge under Windows 11 to reproduce...
Similarly to #76, I couldn't reproduce this issue either in a different environment using the newest Recogito. I'll close this one as well, and we'll keep an eye on the...
Scroll does not work properly on the datatable. Workaround: Keep the mouse pointer on the scroll bar
@MitranLiviuMarian Could you please add a comment once you manage to figure out a reasonable workaround? We're affected by issue too, and we're actively investigating what exactly causes the problem,...
Scroll does not work properly on the datatable. Workaround: Keep the mouse pointer on the scroll bar
@MitranLiviuMarian As far as I tested, applying the styling `transform: translateZ(0)` to `datatable-body` solves the problem. Still, I haven't been able to figure out _why_ it happened in the first...
Hey @rsimon, we've also encountered the same issue. In our case the biggest problem was that when we opened annotations using `selectAnnotation`, the arrow pointed at the first (empty) `span`,...
@saltcod I'm sorry then for opening it in the repo! My way of thinking was that the bug has (seemingly) already been addressed/fixed in Supavisor, there is just simply no...
Hi, is there any known workarounds to at least recover from this state? This has been affecting us ever since, and I'm still concerned that it will once reach our...