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

[BUG] Fixed Footer does not respect Page Content Width #3729

Open
1 of 9 tasks
pholst opened this issue Dec 3, 2024 · 0 comments
Open
1 of 9 tasks

[BUG] Fixed Footer does not respect Page Content Width #3729

pholst opened this issue Dec 3, 2024 · 0 comments
Labels
bug 👶🏻 New For new issues before prioritisation and refinement NOT Prioritized Issue not yet prioritized and added to a Milestone

Comments

@pholst
Copy link

pholst commented Dec 3, 2024

Describe the bug

Fixed Footer on Kirby Page does not seem to respect the Page Content Width set with maxWidth on Kirby Page.

Describe how to reproduce the bug

The bug can easily be reproduced with the following snippet:

<kirby-page [maxWidth]="'lg'">
  <kirby-page-content>
    // Content width will be Large, 1092px
  </kirby-page-content>
  <kirby-page-footer>
    // Content width will be Default, 792px
  </kirby-page-footer>
</kirby-page>

Which Kirby version was used?

10.1.3

What was the expected behavior?

It is expected that the content width of Kirby Page Footer is the same as Kirby Page Content, i.e. Large, 1092px;

Add any screenshots

image

Please complete the following information:

The bug was registered with the following setup, but is expected to be consistent across all platforms/browsers:

  • OS: [Windows]
  • Browser [Edge]
  • Browser version [130.0.2849.99]

Are there any additional context?


Checklist:

The following tasks should be carried out in sequence in order to follow the process of contributing correctly.

Verification

To make sure the bug is not intended behaviour; it should be verified by a member of team Kirby before moving on to implementation.

  • Make sure the NOT verified label has been removed by a member of team Kirby; do not proceed until this is done.

Implementation

The contributor who wants to implement this issue should:

Review

Once the issue has been implemented and is ready for review:

@pholst pholst added bug NOT Prioritized Issue not yet prioritized and added to a Milestone NOT Verified Applied to bug reports that have not been verified by a member of @kirbydesign/kirby-guild 👶🏻 New For new issues before prioritisation and refinement labels Dec 3, 2024
@github-project-automation github-project-automation bot moved this to 💌 Inbox in Kirby Dec 3, 2024
@pholst pholst changed the title [BUG] Fixed Footer does not respect Page Width [BUG] Fixed Footer does not respect Page Content Width Dec 3, 2024
@jakobe jakobe added NOT Prioritized Issue not yet prioritized and added to a Milestone and removed NOT Prioritized Issue not yet prioritized and added to a Milestone NOT Verified Applied to bug reports that have not been verified by a member of @kirbydesign/kirby-guild labels Dec 3, 2024
@RasmusKjeldgaard RasmusKjeldgaard moved this from 💌 Inbox to ⭐ Planned Work in Kirby Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 👶🏻 New For new issues before prioritisation and refinement NOT Prioritized Issue not yet prioritized and added to a Milestone
Projects
Status: ⭐ Planned Work
Development

No branches or pull requests

2 participants