Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email window (Modal) not able to be scrolled (send Document) #5485

Open
spa49 opened this issue Apr 24, 2018 · 2 comments
Open

Email window (Modal) not able to be scrolled (send Document) #5485

spa49 opened this issue Apr 24, 2018 · 2 comments

Comments

@spa49
Copy link
Contributor

spa49 commented Apr 24, 2018

according to this issue...

Im a bit stuck with a propper solution

@spa49
Copy link
Contributor Author

spa49 commented Apr 24, 2018

got it....

desk.css

.modal-backdrop {
   opacity: 0.5;
   position: absolute;
 }

instead of

desk.css

.modal-backdrop {
   opacity: 0.5;
   position: fixed;
 }

happy with this??
if so drop a line and I´ll commit

@spa49
Copy link
Contributor Author

spa49 commented May 3, 2018

according to revert of PR 5486
with
#5513

I further investigated but now got stuck
I think this is due to the the different ways the modal Backdrop is used in the two cases
1 Modal Dialog
2 Freeze

both use the Modal Backdrop as underlay to clarify the use level but are handeles quiet differently

if you open the Modal dialog e.g. for email a new level is opened and a new scrollbar is added that however is not scrollable due to the backdrop overlaying it

If you open the childtable´s freeze the backdrop is appended in the same dimension, however no second scrollbar is added since the freeze sticks to the main level ghence is scrollable with the main scroll bar
interestingly the modal backdrop in this case is absolute

I tried different things like adding new z-index, height adjustment, max hight, max width, nothing worked. since there is no dokumentation of the UI architecture this is more or less fishing in the dark
I tried my best but the structure seems inconsistent
I think for the sake of usability and functionality this should be fixed somehow since a scrollbar needs to be scrollable or simply disapper!

so why not letting the Modal dialog behave like a freeze box?

Im sorry guys but due to a lack of qualification in this case Im not touching this again until someone can give further information and clarify the ins and outs of the architecture

best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant