question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot do anything with nested modal

See original GitHub issue

Description

When opening a modal inside another modal. I can’t not do anything except closing modal by clicking on .modal-overlay

Screenshots

image

Open parent modal image

Inside parent modal, I open other modal, so I cann’t do anything… image

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

7reactions
acburstcommented, Jan 4, 2017
2reactions
avrahamcoolcommented, Mar 23, 2017

having all the modals in the same level of hierarchy is not an ideal solution. I need to open a modal that can open another modal, and this modal can open a modal and so on infinitely… putting all of this modals in a single level of hierarchy, will require all of my module to know about this modal structure. and I will lose the ability to have disconnected modules.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What are the accessibility issues with nested modal dialogs
There is no accessibility with nested modal dialogs per se. The problem is more often caused by the fact that the UI frameworks,...
Read more >
Modal · Bootstrap v5.0
Bootstrap only supports one modal window at a time. Nested modals aren't supported as we believe them to be poor user experiences. Modals...
Read more >
Bootstrap Modal - examples & tutorial
Bootstrap only supports one modal window at a time. Nested modals aren't supported as we believe them to be poor user experiences. Modals...
Read more >
opening a modal from a modal closes the original [#2741877]
Title: Use of CKEditor in a modal, » Nested modals don't work: when using CKEditor ... Can't we use dialog instead of modal...
Read more >
Support for multiple (nested) modal windows
In the web we don't have the luxury of having parents for windows and popups, so we can't have a modal window block...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found