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

Defect: Modal Close button not aligned to the right #18

Closed
student0Zero opened this issue Oct 1, 2024 · 0 comments
Closed

Defect: Modal Close button not aligned to the right #18

student0Zero opened this issue Oct 1, 2024 · 0 comments
Assignees
Labels
BUG FIXED bug Something isn't working

Comments

@student0Zero
Copy link
Owner

student0Zero commented Oct 1, 2024

ISSUE DESCRIPTION:

  1. Model Close button not aligned to the right
  2. The modal box is not dismissed by top rhs close button.

FIXED

modal button close fixed by adding the following to the modal close button code

  • data-bs-dismiss="modal"

OLD INVESTIGATION BELOW

EFFECT:

  1. The modal close button should be in top rhs corner, but displays on top lhs corner
  2. The modal box cannot be dismissed.

INVESTIGATION:

For issue 1 see Github bootstrap issue 3976
See bootstrap issues/39716 which references fix

WORKAROUND:

Issue 1. Not required see investigation finds
Issue 2. remove 'required' controls as this stops dialog box from being dismissed

@student0Zero student0Zero added bug Something isn't working help wanted Extra attention is needed labels Oct 1, 2024
@student0Zero student0Zero self-assigned this Oct 1, 2024
@student0Zero student0Zero added BUG FIXED and removed help wanted Extra attention is needed labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG FIXED bug Something isn't working
Projects
Development

No branches or pull requests

1 participant