modal-dialog Questions
2
Solved
I'm looking at this question post, and I'm having trouble applying it to work in my code.
It's confusing me because I'm doing the exact same thing for the save button as I am the cancel button (at...
Nerta asked 23/2, 2020 at 18:36
9
Solved
In a navigation controller, you automatically get the correct colour and position of a navigation bar as expected.
like this
But in modal view, when you drag in a navigation bar, you can positi...
Bluebottle asked 11/9, 2013 at 9:17
35
Solved
I need that the overlay shows above the first modal, not in the back.
$('#openBtn').click(function(){
$('#myModal').modal({show:true})
});
<a data-toggle="modal" href="#myModal" class...
Selfinduction asked 10/10, 2013 at 20:41
3
I am having a modal with long content. I need to have an internal scroll bar inside the modal but there is no information about that in the documentation
<Modal
title={<Typography style={{c...
Residual asked 21/5, 2021 at 6:41
5
Solved
How to detect the closing event for materialized.js?
I want to run some JavaScript code when the modal got closed either by clicking on modal close button or pressing escape button or clicking on ...
Op asked 21/4, 2015 at 6:11
1
I have some troubles using nicedit with jquery dialogs.
The problem is this:
When I create a jquery dialog (modal), on open event init wysiwyg editor (nicedit) -> everything is ok.
But, if I clic...
Mostly asked 4/7, 2014 at 16:29
4
Solved
Bootstrap 3.3 not working moodal link in dropdown menu.
JSFiddle
<ul class="dropdown-menu" role="menu">
<li><a href="#" data-toggle="modal" data-target="#new-list">Add New Link...
Thimblerig asked 2/11, 2014 at 9:27
6
Solved
I have noticed this very odd behavior in a WPF application.
I have a MainWindow, which is shown using Show() from App.OnStartup. Said MainWindow can open a (non-modal) SubWindow, also using Show()...
Sewole asked 3/11, 2012 at 13:13
20
I want to pass values between two Forms (c#). How can I do it?
I have two forms: Form1 and Form2.
Form1 contains one button. When I click on that button, Form2 should open and Form1 should be in...
Shivers asked 13/10, 2009 at 11:59
2
Solved
I am using versions:
[email protected]
[email protected]
I have a simple modal component:
import React, { Component } from 'react'
import { Modal } from "react-bootstrap";
import { P...
Crannog asked 6/6, 2019 at 18:56
4
Solved
I have created dialog as component inside another component. Dialog opens without issue but after closing and trying reopen it id not visible.
Parent component
import { Component,OnInit } from...
Ikhnaton asked 8/7, 2017 at 18:17
8
The AJAX tabs work perfectly well. It's pretty straightforward with that part. However, getting the AJAX UI Dialog modal window to trigger off of a link has been unsuccessful.
Any help in this wo...
Idioglossia asked 30/4, 2009 at 20:56
5
Solved
I can't configure modal height and width using style property. Is there any other way to set modal height and width?
<Modal style={{height: 300, width: 300}}
visible={this.state.isVisible}
o...
Eckstein asked 20/11, 2016 at 11:47
5
Solved
I have found this an issue with smartphones and it can relate to desktops. We have 'modded' our bootstrap modal to be responsive, however when displayed on a smartphone it is in full screen, the us...
Hejaz asked 1/6, 2013 at 6:58
2
So, the the data-dismiss="modal" is not working for buttons that are added in my HTML, but is working for buttons that are added to the modal via JS inserting the button HTML. This makes me figure ...
Perbunan asked 13/11, 2014 at 23:52
3
Solved
I have built a react modal on my own. When I press tab key while the modal is opened, the focus still goes to the background page. How to restrict the focus within the components inside the modal?
...
Gerenuk asked 4/7, 2017 at 9:8
12
Solved
I need to make a validation only if a modal is open, because if I open it, and then I close it, and the I press the button that opens the modal it doesn't work because it is making the jquery valid...
Vogeley asked 21/10, 2013 at 23:42
3
Solved
My electron app defines the BrowserWindow mainWindow in the main.js. It loads an html and eventually inside of the html a script runs the function dialog.showMessageBox() which displays a simple wa...
Bundle asked 14/5, 2018 at 12:19
3
I am trying to make use of react-modal for the first time. When I click on the sign-in button, the react-modal component is invoke but seems to be hiding behind the cover page which is a video land...
Mallory asked 16/1, 2018 at 17:9
5
Solved
I have code modal:
<-- Button to trigger modal -->
<div id="result"></div>
<a href="#myModal" role="button" class="btn" data-toggle="modal">Launch demo modal</a>
&l...
Ineluctable asked 12/2, 2013 at 20:7
13
Solved
I want to close modal ONLY when user clicks on close button. I know, how to do this in Bootstrap. Could you help with Materialize?
Hereof asked 19/12, 2015 at 15:52
3
Solved
I am simply trying to make a bootstrap modal display extremely tall on a iphone 5/6 device.
I cannot get this to work for anything. I have tried increasing the height in the modal-content, as wel...
Fluted asked 7/6, 2017 at 1:50
3
Solved
I'm using react-modal
The documentation mentions that the modal should close when you click the overlay by default. Even if I set the shouldCloseOnOverlayClick prop to true, this still does not w...
Stich asked 22/7, 2017 at 19:10
3
Solved
Clicking on the image brings up a long, scrolling modal. The problem is that if you scrolling in the modal will also scroll the back of the modal. How do you solve it?
Modal is a component. Here i...
Knot asked 25/9, 2019 at 17:16
4
Our website involves some javascript that produces overlay modal windows.
There is one accessibility problem with this though, once the modal is triggered, the focus is still on the trigger elemen...
Endowment asked 16/11, 2010 at 15:15
© 2022 - 2024 — McMap. All rights reserved.