- Issue created by @flyke
- Status changed to Needs review
3 months ago 1:16pm 23 August 2024 - š®š³India Rajan Kumar@2026
Hi @flyke
I have fixed the issue and created a patch. Here is the screenshot for reference. Please review it at your earliest convenience. Thank you!
- š§šŖBelgium flyke
Seems to work by adding this to the repositories section inside my projects composer.json:
"repositories": [ { "type": "git", "url": "https://git.drupalcode.org/issue/bootstrap_styles-3469863.git" },
And then adding this MR as if its version 2.0.x-dev like this:
composer require drupal/bootstrap_styles:"dev-3469863-add-drupal-11 as 2.0.x-dev" -W
This seems to resolve my composer package version requirement problems
- Merge request !67Issue #3469863: Add Drupal 11 compatibility fixes for Bootstrap Styles ā (Merged) created by Rajab Natshah
-
rajab natshah ā
committed ccf1e8a8 on 2.0.x
Issue #3469863: Add Drupal 11 compatibility fixes for Bootstrap Styles
-
rajab natshah ā
committed ccf1e8a8 on 2.0.x
-
rajab natshah ā
committed 5c25b74c on 1.0.x
Issue #3469863 by flyke, rajan kumar@2026: Add Drupal 11 compatibility...
-
rajab natshah ā
committed 5c25b74c on 1.0.x
- Status changed to Fixed
3 months ago 6:27pm 15 September 2024 -
rajab natshah ā
committed 102e8714 on 1.0.x
Issue #3469863: Remove width: 100% for #drupal-off-canvas-wrapper
-
rajab natshah ā
committed 102e8714 on 1.0.x
-
rajab natshah ā
committed 364cea71 on 2.0.x
Issue #3469863: Remove width: 100% for #drupal-off-canvas-wrapper
-
rajab natshah ā
committed 364cea71 on 2.0.x
- šÆš“Jordan Rajab Natshah Jordan
Removed
width: 100% !important;
for #drupal-off-canvas-wrapper#drupal-off-canvas-wrapper { width: 100% !important; /* Set some global attributes. */ /** * @file * Set base styles for the off-canvas autocomplete. */ /** * @file * Set base styles for the off-canvas dialog. */ /* Generic elements. */ /* Override jQuery UI */ /** * @file * Visual styling for buttons in the off-canvas dialog. * * @see seven/css/components/buttons.css */ /** * @file * Visual styling for summary and details in the off-canvas dialog. */ /** * @file * Styles for dropbuttons in the off-canvas dialog. */ /* * Style dropbutton single. */ /* * Style dropbutton multiple. */ /* The toggle to expand the button. */ /* The toggle arrow. */ /* Push the widget to the right so text expands left. */ /** * @file * Visual styling for forms in the off-canvas dialog. */ /* Reduce contrast for fields against dark background. */ /** * @file * Visual styling for buttons in the off-canvas inline custom block creation. * * @see seven/css/components/buttons.css */ /** * @file * Reset most HTML elements styles for the off-canvas dialog. * * This is a generic reset. Drupal-specific classes are reset in components. */ /* To standardize off-canvas selection color. */ /** * @file * Visual styling for tables in the off-canvas dialog. */ /** * @file * Table drag behavior for off-canvas dialog. * * @see tabledrag.js */ }
-
rajab natshah ā
committed d3e9fdb7 on 1.2.x
Issue #3469863: Add Drupal 11 compatibility fixes for Bootstrap Styles
-
rajab natshah ā
committed d3e9fdb7 on 1.2.x
- šÆš“Jordan Rajab Natshah Jordan
ā Released bootstrap_styles-1.2.1 ā
- Issue
#3474708 ā
: Change the
1.1.x
branch to support Drupal <= 10.2 for a smoother update process and reverted new changes
Started the
1.2.x
branch to support Drupal^10.3 || ^11
- Issue
#3474708 ā
: Change the
- šŗšøUnited States froboy Chicago, IL
The same as š Automated Drupal 11 compatibility fixes for bootstrap_layout_builder Fixed , these D11 updates caused regressions Core <10.3. The most visible of which is that the "Create content block" button text is now the same color as the background (on OpenY with Bootstrap Layout Builder).
The update to
composer.json
after the fact doesn't really fix the issue since 1.1.7 and 1.1.8 still break things. Sites that are not yet on Drupal Core 10.3 will need to lock to 1.1.6 until they update."drupal/bootstrap_styles": "1.1.6"
- šÆš“Jordan Rajab Natshah Jordan
Thanks, Avi, for following up.
I confirm the issue
Let us file a new issue to have it fixed..ā Released bootstrap_layout_builder-2.2.1 ā
Issue #3474916 ā : Changed Bootstrap Styles to^1.2.0
for the Bootstrap Layout Builder2.2.x
branch to work with Drupal^10.3 || ^11
ā Released bootstrap_layout_builder-2.1.6 ā
Issue #3474914 ā : Changed Bootstrap Styles to^1.1.0
for the Bootstrap Layout Builder2.1.x
branch to work with Drupal<=10.2
RenderElement and FormElement base plugin classes are deprecated and renamed to RenderElementBase and FormElementBase ā
š Rename RenderElement and FormElement plugin abstract classes to RenderElementBase and FormElementBase FixedBetter to update to Drupal ^10.3
Visual issue on Default Drupal Claro, Gin, or else ?
Let do fixes for both Claro and Gin. Automatically closed - issue fixed for 2 weeks with no activity.