You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,
I have a many projects with a lot of tasks, when I select a specific project all works fine I can see all tasks ... but when I select all projects, I got a black screen. Seems it try to load tasks but it failed.
On console:
WARNING: Unable to show issue id NNN due to canvas height exhaustion".
Do we need to increase canvas? Any ideas ?
The text was updated successfully, but these errors were encountered:
@bathie
Unfortunately no, I've never seen such kind of a bug.
If you would like, you can try to find MAX_CANVAS_HEIGHT variable in grid_draw_utils.js and lower it, for example, to 30000 or even 20000.
hello,
I have a many projects with a lot of tasks, when I select a specific project all works fine I can see all tasks ... but when I select all projects, I got a black screen. Seems it try to load tasks but it failed.
On console:
WARNING: Unable to show issue id NNN due to canvas height exhaustion".
Do we need to increase canvas? Any ideas ?
The text was updated successfully, but these errors were encountered: