ember-modal-dialog icon indicating copy to clipboard operation
ember-modal-dialog copied to clipboard

An ember-cli addon for implementing modal dialogs

Results 56 ember-modal-dialog issues
Sort by recently updated
recently updated
newest added

Not sure if this is expected behavior but seems wrong for a modal. In the demos, say the first translucent demo, the modal pops up, behind the modal is grayed...

I'm trying to use 5ad754f (the most recent commit to `master` as of right now, to get the isDestroyed fix from #255) and I get an assertion failure when using...

I'm finding this doesn't work in FastBoot because it's missing the root `#modal-overlays` element. The instance initializer that is supposed to add it to the DOM [doesn't because there is...

## Problem I'm getting the following error in the new testing format `Uncaught Error: ember-wormhole failed to render into '#modal-overlays' because the element is not in the DOM` ## Solution...

bug

I just upgraded from a very old version of this addon, and it seems I now need to use `targetAttachment="none"` to avoid my modals being pushed off to the side...

bug

I have a modal with a set of headings and copy. It has been styled so the modal content is scrollable. This all works fine, but it has been requested...

question

Hi, I have a set of nested modals, the parent modal contains buttons which open child modals. I'd like to close the parent modal when opening a child modal. I've...

question

On safari I wasn't able to re-center the modal content when I insert dynamically content on the modal. I had to use this CSS, working in every browser ```css .ember-modal-wrapper.emd-static.emd-wrapper-target-attachment-center...

bug

After upgrading to `2.4.3`: https://github.com/yapplabs/ember-modal-dialog/compare/v2.4.1...v2.4.3#diff-976eb72eca6aadf6e5efefc8150ef671R73

bug

I'm currently figuring out why I still get the error from #195 with the latest version in my implementation. Beside that I noticed some critical data handling in the computed...

bug