It was raised in #2831237: Bootstrap modal does not work well with jQuery UI dialog that modals weren't working correctly when using a starterkit sub-theme like LESS or SASS.

This is primarily due to the fact that, when using the CDN, the framework assets are dynamically altered to use a lower weight so they come before the base theme's JS. This gives the "illusion" that "everything works", even though it doesn't for compiled source sub-themes.

The assets should be added to a "framework" library that everything depends on. This way sub-theme's can extend this library with their own assets, but the base theme can still function properly.

CommentFileSizeAuthor
#3 2943967-3.patch7.29 KBmarkhalliwell

Comments

markcarver created an issue. See original summary.

markhalliwell’s picture

Priority: Normal » Major
Related issues: +#2831237: Bootstrap modal does not work well with jQuery UI dialog
markhalliwell’s picture

Assigned: markhalliwell » Unassigned
Status: Active » Fixed
StatusFileSize
new7.29 KB

  • markcarver committed b4de383 on 8.x-3.x
    Issue #2943967 by markcarver: Starterkits don't add framework assets...

  • markcarver committed 0e4b72f on 8.x-3.x
    Reverse CDN starterkit changes since it doesn't actually extend...
dillix’s picture

Status: Fixed » Needs work

del

dillix’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.