Report Tab shows blue line after report has exported

I was trying to generate report.

I was expecting blue line disapear after report has exported.

Instead I’ve got blue line still shows and never ending.

project Deponie , reporttab branch.

The progress bar not disappearing is caused by the fact that chrom does not fire the event we rely on when the iframe is loaded (download completed). There are ways to work around this

But since this is not the recommended way of modeling downloads it will not be fixed.

You should change the model so that a new pop-up opens, not a new tab. That will avoid the problem.