ptoews
July 3, 2021, 10:00am
1
Every time I open the web GUI for the first time after startup, an empty popup is overlayed:
It contains no text so I have no clue what it’s supposed to tell.
I’ve also checked its HTML, maybe that helps:
<div class="info">
<div class="title ng-binding"></div>
<div class="content ng-binding ng-hide" ng-show="state.CurrentItem.message || state.CurrentItem.enableTextarea">
<form ng-show="state.CurrentItem.enableTextarea" class="ng-valid ng-hide ng-dirty ng-valid-parse">
<textarea placeholder="" ng-model="state.CurrentItem.textarea" id="copytarget" class="ng-untouched ng-valid ng-dirty ng-valid-parse"></textarea>
</form>
</div>
<!-- ngInclude: state.CurrentItem.htmltemplate -->
<div class="content buttons">
<ul>
<!-- ngInclude: state.CurrentItem.buttonTemplate -->
<!-- ngRepeat: btn in state.CurrentItem.buttons track by $index -->
</ul>
</div>
</div>
I can only close it by reloading the page.
1 Like
Seeing this same thing. Firefox on Linux.
Just wondering if this is in the hopper to be fixed?
Duplicati - 2.0.6.3_beta_2021-06-17
ts678
September 20, 2021, 2:58pm
4
Way to see is in forum or GitHub release notices. Specific GitHub notices can show later changes.
Empty Popup “dialog” opening web UI #4608 seems to be issue filed from this. I don’t recall a prior.
Neither report says how exactly they open the web GUI. There are a lot of ways, and it may matter.
FWIW I can get Firefox to do this with a right-click on a tab and choosing the Duplicate Tab
item.
Chromium-based Edge does not have the problem for me. It’s unclear what @ptoews was using.
I opened 4608 this morning - continuing the conversation there.
ts678
December 22, 2022, 10:08pm
7
Welcome to the forum @abdulhaih
Following trail from prior post:
opened 08:12AM - 20 Sep 21 UTC
closed 02:35AM - 17 Apr 22 UTC
UI
- [X] I have searched open and closed issues for duplicates.
- [X] I have searc… hed the [forum](https://forum.duplicati.com) for related topics.
----------------------------------------
## Environment info
- **Duplicati version**: 2.0.6.3_beta_2021-06-17
- **Operating system**: Linux
- **Backend**: N/A - UI issue
## Description
When opening the web UI on a given instance for the first time in a while, get an empty popup dialog. Need to refresh the browser tab to dismiss it.
## Steps to reproduce
1. Freshly open browser tab to Duplicati web GUI
2. Happens on both localhost and remote instances
- **Actual result**:

- **Expected result**:

duplicati:master
← AxeOfMen:Issue4608.EmptyPopup
opened 10:57PM - 08 Apr 22 UTC
Add additional condition to prevent empty dialog from displaying in Firefox when… duplicating a Duplicati tab.
The actual fix (which you can type in yourself ) is below:
duplicati:master
← AxeOfMen:Issue4608.EmptyPopup
opened 10:57PM - 08 Apr 22 UTC
Add additional condition to prevent empty dialog from displaying in Firefox when… duplicating a Duplicati tab.
2.0.6.103_canary_2022-06-12
Fixed issue with empty popups, thanks @AxeOfMen
Canary releases get new fixes and breakages and are not widely used, but you can use one if you like.
If you’re not on Firefox then this doesn’t apply, but regardless I don’t think admins are doing any of this.