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

Bootstrap v4.4.1 Modal with data-backdrop="static" data-keyboard="false" blinks on outside click. #30647

Closed
TanvirArjel opened this issue Apr 26, 2020 · 9 comments

Comments

@TanvirArjel
Copy link

TanvirArjel commented Apr 26, 2020

From version 4.4.0, modal with data-backdrop="static" data-keyboard="false" blinks on outside click.

If the page has a scroll or the modal is vertically centered then the scrollbar also blinks which so is disturbing. Please take look onto it.

Thank you.

Note: Before version 4.4.0, it's fine.

@TanvirArjel TanvirArjel changed the title Bootstrap v4.4.1 Modal with data-backdrop="static" data-keyboard="false" blinks on outside clink. Bootstrap v4.4.1 Modal with data-backdrop="static" data-keyboard="false" blinks on outside click. Apr 26, 2020
@mguilmineau
Copy link

I second this - bootstrap 4.4.1 on data-backdrop="static" with a scrollbar in the background page, blinks on clicking in the grey zone. Even if there is no scrollbar, the modal disappearing and reappearing instantly makes for a weird jerky experience.

@TanvirArjel
Copy link
Author

@mguilmineau I see it has been fixed in 4.4.2: #30326

@mguilmineau
Copy link

Thank you - the hot fix
.modal.modal-static .modal-dialog {
-webkit-transform: none !important;
transform: none !important;
}
also addresses this in the meantime.

@XhmikosR
Copy link
Member

@ysds is this the same as #30322?

@TanvirArjel
Copy link
Author

I expected that it has been fixed in version 4.5.0 but I have just checked that it has not been fixed in version 4.5.0 release! 😥

@ffoodd
Copy link
Member

ffoodd commented May 15, 2020

The PR tackling this —previously mentionned— is still open: #30326

It'll probably merged soon. FWIW, the next v4 is scheduled for the next month—and we'll probably stick to a monthly release from now on.

@ysds
Copy link
Member

ysds commented May 15, 2020

@ysds is this the same as #30322?

@TanvirArjel Please create a online demo for clarify your issue.

@TanvirArjel
Copy link
Author

@ysds Yes! This is the same issue as #30322

@ysds
Copy link
Member

ysds commented May 16, 2020

@TanvirArjel Thank, Close this due to duplication.

@ysds ysds closed this as completed May 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants