lkarlslund / Adalanche

Active Directory ACL Visualizer and Explorer - who's really Domain Admin? (Commerical versions available from NetSection)
https://www.netsection.com
GNU Affero General Public License v3.0
1.65k stars 156 forks source link

UI Elements Improvements #35

Open CryingWelkin opened 7 months ago

CryingWelkin commented 7 months ago

There is a problem in the dialog boxes (modals) that display information; suppose you expand its height over the appbar of the browser:

image

Afterwards its becomes impossible to control it and drag it anywhere, since that is only at the top of border of the modal/dialog box:

image

One solution is to allow that drag element/functionality for all the borders.

lkarlslund commented 7 months ago

Yes, the windows have been a huge problem since introduction. I'm not a JavaScript wizard, so it's still not solved.

CryingWelkin commented 7 months ago

@lkarlslund No worries just wanted to inform you about it. I will try and see if I can do that, but I am also no JS wizard. Only a Blazor one :P

CryingWelkin commented 7 months ago

Fixed in https://github.com/lkarlslund/Adalanche/pull/37

CryingWelkin commented 7 months ago

There are other cases where https://github.com/lkarlslund/Adalanche/pull/37 fails. Will reopen until those are fixed.