-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
The Library may cause several problems with page layout. Here are some I encountered:
- If jQuery and jQuery UI are already added by other sources (hardcoded, for example), they are added again from the Library module. This definitely breaks the UI. (Tested with BlackCat CMS with jQuery and UI added by headers.inc.php of a module.)
- Bootstrap (CSS) breaks the page layout 'cause it uses class names that are very common. Of course this could be 'fixed' by adding prefixes to the template's CSS, but if this uses another CSS framework, this is no solution.
- The components are added to every page, even if it does not use any kF component. (WYSIWYG page, for example.)