Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modal backdrop static does fire event when modal is clicked #241

Closed
nuke-ellington opened this issue Dec 13, 2022 · 1 comment
Closed

Modal backdrop static does fire event when modal is clicked #241

nuke-ellington opened this issue Dec 13, 2022 · 1 comment
Assignees
Labels
type: bug Something isn't working
Milestone

Comments

@nuke-ellington
Copy link
Collaborator

What happened?

Normally the modal should close when the backdrop gets clicked. Currently it seems as the modal closes when itself is clicked as well.

What type of frontend frameware are you seeing the problem on?

Angular

Which version of iX do you use?

1.1.2

Code to produce this issue.

modalService
      .open({
        backdrop: 'static',
        centered: true,
        content: this.modalRef,
        scrollable: true,
        title: 'Customize columns'
      });
@nuke-ellington nuke-ellington added type: bug Something isn't working triage We discuss this topic in our internal weekly labels Dec 13, 2022
@danielleroux danielleroux added component: core and removed triage We discuss this topic in our internal weekly labels Dec 13, 2022
@danielleroux danielleroux modified the milestones: 1.2.1, next-release Dec 13, 2022
@danielleroux danielleroux moved this to Jour Fix in Siemens iX Dec 13, 2022
@danielleroux danielleroux moved this from Jour Fix to Accepted in Siemens iX Dec 13, 2022
@nuke-ellington nuke-ellington self-assigned this Jan 11, 2023
@danielleroux
Copy link
Collaborator

#285

@github-project-automation github-project-automation bot moved this from Accepted to Done in Siemens iX Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants