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
trafficstars

We can move/drag the modal-dialog container with 'draggable' attribute in jQuery or other modal dialog components. Do we have any specific attributes for that? If yes, please share a live...

Feature request

Looks like available animation options not supported without jquery, if anybody has examples how to use modal animations in octane apps without JQuery - it will be great!

Describe the bug: While upgrading from Ember 3.7 to 3.8 I encountered an issue where any `modal-dialog` component I used with `tetherTarget` attribute would fire an issue deep in the...

Hi, The developers of Tether have stopped actively maintaining the project (https://github.com/HubSpot/tether#rotating_light-project-status-rotating_light). Do you have any plan to replace it with [Popper.js](https://popper.js.org/)? through [ember-popper](https://github.com/kybishop/ember-popper) maybe?

Feature request

Overhaul this to Octanify: - [ ] native classes - [ ] `...attributes` (#217) - [ ] modifiers?

I see this deprecation since Ember `3.9.0`: ``` DEPRECATION: The #targetAttachmentClass computed property was just overriden. This removes the computed property and replaces it with a plain value, and has...

Using `modal-dialog` and `tether-dialog` in HTML hbs-templates works so far. But I want to use them from embedded SVG code as well. This only works "a little bit": - A...

Feature request

I would like to do this: ```hbs ``` But the component does not use the HTML attrs passed to the component :(

Believe vanilla `app.css` can `@import 'ember-modal-dialog.css'` these days, we should lay out the path to removing the `scss` dependency and providing the styles for any stack.

Feature request

Thank you for this addon! I noticed some missing keyboard navigation support, which would be required to meet ADA compliance criteria- plus it's super helpful for any type of user!...

Feature request