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

ui.footer(fixed=False) does not work #1136

Closed
falkoschindler opened this issue Jul 6, 2023 · 1 comment
Closed

ui.footer(fixed=False) does not work #1136

falkoschindler opened this issue Jul 6, 2023 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@falkoschindler
Copy link
Contributor

Description

Consider this example:

with ui.footer(fixed=False):
    ui.label('FOOTER: Should not be fixed.')

ui.image('https://picsum.photos/id/377/640/360')

The footer is fixed to the page although it shouldn't be.

I think this is because only one character of Quasar's weird layout code is set to "F", but the corners remain "f":

code[9] = 'F' if fixed else 'f'

@falkoschindler falkoschindler self-assigned this Jul 6, 2023
@falkoschindler falkoschindler added the bug Something isn't working label Jul 6, 2023
@falkoschindler falkoschindler added this to the 1.3.0 milestone Jul 6, 2023
@falkoschindler
Copy link
Contributor Author

Ok, as can be seen at https://quasar.dev/layout-builder, the corners should be encoded with lowercase letters. Fixing the initial layout code in b223719 the bug seems to be resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant