BUG: Page Blur when page resize

Tpark

Verified User
Joined
Nov 2, 2018
Messages
35
Hi

When a Modal/Dialog box is open (Upload file / Add DNS Record / Add Domain poniter / ...) if you resize the page(Under 1020px), modal will gone and page stay blurry and users must refresh the page once.

Thanks for DA Evolution!
 
May you check it in the latest version of the skin?

Code:
cd /usr/local/directadmin/data/skins
mkdir evolution
cd evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution

Thank you for the report!
 
Hi Dear Martynas

Regarding above issue, another problem occurred:
When user start a file upload and resize the page, upload dialog closes and upload process continue running in background and page returns to file manager without any notification that upload in progress.

At all, Why dialogs closed on page resize?

(P.S. : The File Manager freezing and Not Working at all on the latest update 2019-07-06)

Regards
 
Hi Dear Martynas

Regarding above issue, another problem occurred:
When user start a file upload and resize the page, upload dialog closes and upload process continue running in background and page returns to file manager without any notification that upload in progress.

At all, Why dialogs closed on page resize?

(P.S. : The File Manager freezing and Not Working at all on the latest update 2019-07-06)

Regards

P.S. part must be related to the commands mentioned in the 'icons grid', this has been fixed already, please note you can always go back to the stable build.

Regarding other complaints - should be fine in latest build. Thank you for the input! :)

If anything noticed - please let us know. Thanks!
 
Regarding modals - when we're going lower than 1020px, we're switching app to completely another layout, thus modals not surviving, we'll think what to do about it. Thank you for the report as well.
 
Also Maximize page function in file manager is blurry too.

May you check it in the latest version of the skin?

Code:
cd /usr/local/directadmin/data/skins
mkdir evolution
cd evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution

Thank you for the report!

Hello, the blur problem continues when expands the file manager.

Tested in Chrome and Firefox, skin folder deleted and downloaded again, file date Jul 10, skin version (skin.conf): 5216d6c9a37a33eaa4ed3fe497c1914848b8c2ee.

da_blur_filemanager_1.jpg
da_blur_filemanager_2.jpg

Note: In Microsoft Edge, this problem does not occur.
 
Last edited:
Hm.. May you try updating the version?

Code:
cd /usr/local/directadmin/data/skins
mkdir -p evolution
cd evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution

Thank you!
 
Hm.. May you try updating the version?

Code:
cd /usr/local/directadmin/data/skins
mkdir -p evolution
cd evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution

Thank you!

:(

Excuse me Smtalk for not being able to answer before, with this new version it works correctly.

Thank you.
 
Back
Top