-
-
Couldn't load subscription status.
- Fork 4.6k
Closed
Labels
Milestone
Description
Using Nextcloud snap 17.0.0 alpha Build:2019-06-26T22:01:48+00:00
If I go to pages like Recent, Favorites, Shares, etc, and come back to "All Files" page, there's a stop button shown, like shown below.
Refreshing the page removes it.
This button usually has style="display:none", but that style is missing if I switch pages as mentioned above.
<div id="uploadprogresswrapper">
<div id="uploadprogressbar" data-original-title="" title="">
<em class="label outer">
<span class="desktop"></span>
<span class="mobile"></span></em>
</div>
<button class="stop icon-close" style="">
<span class="hidden-visually"></span>
</button>
</div>
