Top "Modal-dialog" questions

Refers to a graphical dialog used to display important information to the user.

Unknown provider: $modalProvider <- $modal error with AngularJS

I keep receiving this error as I'm trying to implement bootstrap Modal window. What could be the cause of it? …

javascript angularjs modal-dialog
ASP.NET MVC modal dialog/popup best practice

I am looking for the most standard way to achieve modal dialogs in ASP.NET MVC. An example of what …

jquery asp.net-mvc asp.net-ajax modal-dialog
How to center a modal window on a page?

I am trying center a modal window in the browser page. I just want to center it, so that it …

html modal-dialog center
ASP.NET postback with jQuery?

I have a ASP.NET button but recently, I replaced it with a standard HTML button ... What I need to …

asp.net jquery user-interface postback modal-dialog
Why is window.showModalDialog deprecated? What to use instead?

I was developing a GreaseMonkey script which used window.showModalDialog. But before finishing it, I have discovered that Firefox 29 warns: …

javascript modal-dialog privileges window.open showmodaldialog
bootstrap modal removes scroll bar

When I trigger a modal view in my page it triggers the scroll bar to disappear. It's an annoying effect …

javascript twitter-bootstrap modal-dialog
Is a Modal Confirm Box Using JQuery Possible?

Looked around quite a bit, and can't seem to find a JQuery solution (maybe its just a limitation of JavaScript) …

javascript jquery modal-dialog
Android: wait on user input from dialog?

I would like to implement a method that displays a dialog, waits until the dialog is dismissed, and then returns …

android modal-dialog
Showing a Google Map in a modal created with Twitter Bootstrap

I'm trying to insert a Google map into a modal using Twitter Bootstrap. The modal shows up with the shape …

google-maps twitter-bootstrap modal-dialog
bootstrap modal close button aria-hidden=true

As per the bootstrap document, adding aria-hidden="true" tells assistive technologies to skip the modal's DOM elements, which explains the …

twitter-bootstrap modal-dialog accessibility screen-readers