modal-dialog Questions

6

Solved

I want to use a state variable (value) when a modal is closed. However, any changes made to the state variable while the modal is open are not observed in the handler. I don't understand why it doe...
Freudian asked 13/9, 2022 at 4:0

2

Solved

I am trying to print a modal using window.print() command. The problem I am facing is that for eg. the content on modal is of 1 page long but when i print it shows 2 pages with same content getting...
Vickers asked 23/3, 2020 at 9:14

4

Solved

I am building on a webpage template and made some modifications for modal pop up as given below: <div class="modal fade" id="myModal4" tabindex="-1" role="dialog" style="background-color:#FECE1...
Barbican asked 10/8, 2017 at 8:11

3

Solved

I was wondering what some of my fellow web developers/designers felt would be the best HTML 5 element to use for a modal dialog like a lightbox, superbox, thickbox, or whatever your favorite flavor...
Crimea asked 18/6, 2010 at 19:38

2

Is there a way to dismiss a modal view without animation in SwiftUI? I want to dismiss a modal without the dismiss animation because I want to navigate from the modal view to a new SwiftUI View us...
Bryon asked 8/6, 2020 at 18:27

2

I am trying to present a UIViewController within a UISheetPresentationController to have a permanent modal that sits below my UITabBarController exactly like how Apple has shown it possible in the ...

4

Solved

I want to simply do some logic after my modal has been dismissed. In the modal I have a button: <button type="button" class="btn btn-primary" onclick="$('#mymodal').modal('hide');">Save cha...
Verile asked 12/2, 2015 at 8:14

14

Solved

My box closes when clicking outside of the box making me lose all the input. I want my box to close only when clicking on the cancel button. I am not sure what is making it close when clicking outs...
Daubery asked 2/8, 2019 at 15:14

6

I create a window with CreateWindow() and show it with ShowWindow(). But the parent window on which this was created should be disabled until user returns from this window, i.e. it should simulate ...
Peba asked 9/4, 2009 at 15:13

5

Solved

So basically I have a blade.php, controller page and a form request page(validation). I'm trying to keep my modal dialog open if there is an error but I just cant figure it out, what part of code a...
Stakhanovism asked 1/11, 2015 at 4:11

5

Solved

I've got a project in which I use a modal with a form and a ckeditor and the Link input doesn't work. Here's a fiddle that recreates this problem: http://jsfiddle.net/8t882a2s/3/ And the code of...
Theophrastus asked 13/12, 2016 at 12:50

11

Solved

I am using bootstrap to set up a modal popup. When a button is clicked, the modal dialog opens, but the entire page is slightly "tinted", and I can't interact with the modal (the page essentially f...
Rafael asked 28/7, 2013 at 19:19

3

Solved

My bootstrap modal is working fine. My problem is that I need the modal window (including the gray background) to be applied on a div from the website and not on the body. I have the following str...
Kermanshah asked 4/2, 2014 at 14:48

28

I've read the posts here, the Bootstrap site, and Googled like mad - but can't find what I'm sure is an easy answer... I have a Bootstrap modal that I open from a link_to helper like this: <%=...
Allo asked 5/5, 2012 at 21:26

11

Solved

I am using the jquery-ui-dialog plugin I am looking for way to refresh the page when in some circumstances when the dialog is closed. Is there a way to capture a close event from the dialog? I k...
Bolzano asked 5/10, 2008 at 12:52

7

I am trying to make a modal with a body that will scroll when the content becomes too large. However, I want the modal to be responsive to the screen size. When I set the max-height to 40% it has n...
Groves asked 11/6, 2014 at 15:14

27

Solved

I've made use of modal window for a wizard implementation which has around 4,5 steps. I need to destroy it completely after the last step(onFinish) and OnCancel step without having a page refresh. ...
Bairam asked 1/11, 2012 at 12:48

13

I have a modal popup opened. I have accessibility requirement. So added ARIA related labels. But when i click tab key continuously focus going to the page behind the actual page. Added role="dialo...
Bathsheb asked 4/5, 2018 at 15:30

6

Solved

I've been using jQueryUI for a long time now but have recently made the switch to Bootstrap for aesthetic reasons. I am now struggling with what I would expect to be a simple issue and wondered if ...
Centner asked 7/8, 2014 at 12:25

6

Solved

Why is my ion-backdrop + modal shadow styling not working when I open a modal on top of another modal? PREFACE: This was working fine with V4, but broken on the upgrade to V5. I don’t want to chan...
Reconnoiter asked 20/6, 2020 at 0:43

11

Solved

i have a big problem. i want to open a leaflet map in a modal. but the map is not showing properly. the tiles are not loading. here is the script: https://codeply.com/p/TYUqgVvYAQ <a href="...
Stanfill asked 5/12, 2013 at 13:0

5

I have a very basic modal component(using React-native-modal) which render its given child views. However, I dont want the behaviour similar to KeyBoardAvoiding view, i.e. I don't want the modal to...
Depraved asked 21/5, 2019 at 11:13

15

I'm developing an app with Angular and Semantic-UI. The app should be accessible, this means it should be compliant with WCAG 2.0. To reach this purpose the modals should keep focus within the dial...
Override asked 9/6, 2017 at 7:42

68

Solved

I have used the code for my modal straight from the Bootstrap example, and have included only the bootstrap.js (and not bootstrap-modal.js). However, my modal is appearing underneath the grey fade ...
Roderick asked 17/5, 2012 at 13:27

29

Solved

I am creating a modal window using Twitter Bootstrap. The default behavior is if you click outside the modal area, the modal will automatically close. I would like to disable that -- i.e. not close...
Nusku asked 27/3, 2012 at 17:10

© 2022 - 2024 — McMap. All rights reserved.