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

Navigation elements not aligned #3270

Closed
5 of 12 tasks
Dennis1993 opened this issue Jan 27, 2024 · 2 comments
Closed
5 of 12 tasks

Navigation elements not aligned #3270

Dennis1993 opened this issue Jan 27, 2024 · 2 comments

Comments

@Dennis1993
Copy link

Dennis1993 commented Jan 27, 2024

⚠️ This issue respects the following points: ⚠️

  • This is a bug, not a question or a configuration/webserver/proxy issue.
  • This issue is not already reported on Github (I've searched it).
  • I agree to follow Nextcloud's Code of Conduct.

What went wrong, what did you observe?

The last elements of the sidebar are not aligned and too left

What did you expect, how polls should behave instead?

All elements in the same position

What steps does it need to replay this bug?

  1. See last elements

image

The problem is the missing UL-Tag:
image

Installation method

Installed/updated from the appstore (Apps section of your site)

Installation type

First time installation

Affected polls version

6.0.1

Which browser did you use, when experiencing the bug?

  • Firefox
  • Chrome
  • Chromium/Chromium based (i.e. Edge)
  • Safari
  • Other/Don't know

Other browser

No response

Add your browser log here

No response

Additional client environment information

No response

NC version

Other/Don't know

Other Nextcloud version

NextCloud 28 (I can't select it here, not entry in drop down)

PHP engine version

PHP 8.0

Other PHP version

PHP 8.3 (I can't select it here, not entry in drop down)

Database engine

MariaDB

Database Engine version or other Database

MariaDB 10.11

Which user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other/Don't know

Add your nextcloud server log here

No response

Additional environment informations

No response

Configuration report

No response

List of activated Apps

No response

Nextcloud Signing status

No response

Additional Information

No response

@Dennis1993 Dennis1993 added the bug label Jan 27, 2024
@dartcafe
Copy link
Collaborator

dartcafe commented Jan 30, 2024

I am aware of this since a couple of months. The error comes from the @nextcloud/vue components, since NcAppNavigationItem gets rendered as <li> but the footer slot does not surround them with the <ul> element.

dartcafe added a commit that referenced this issue Apr 27, 2024
Signed-off-by: dartcafe <github@dartcafe.de>
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants