Popup javascript does not fire as expected due to Bootstrap 5 changes#238
Open
Syxton wants to merge 2 commits intogjbarnard:mainfrom
Open
Popup javascript does not fire as expected due to Bootstrap 5 changes#238Syxton wants to merge 2 commits intogjbarnard:mainfrom
Syxton wants to merge 2 commits intogjbarnard:mainfrom
Conversation
due to bootstrap 5 changes
Collaborator
|
@Syxton Not sure why the CSS attribute is needed and why it is inline rather than in the styles file -> 22e7ac3#diff-9dec2f9b87bcd30f64bf08a6c119fa45d03cfeeac0d8fb9dfb1dcf95f3bdf628L152. |
Author
|
@gjb2048 It wasn't related to the bug...it was just added while I was fixing what I was seeing. The X button on the modal was bunched up against the section title. Looks more natural in the right corner. you are right. adding: to styles.css is better, I shouldn't have added that in the pull |
Collaborator
|
@Syxton Interesting! Looks like happens in Boost but not Adaptable (where I was testing), which has: |
Author
|
Looks and behaves correctly with the new commit including the style change. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These are the changes I made to get the popup setting to work again in Moodle 5.x