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

Title on public pages is truncated #44405

Closed
punkyard opened this issue Feb 18, 2024 · 4 comments · Fixed by #44923
Closed

Title on public pages is truncated #44405

punkyard opened this issue Feb 18, 2024 · 4 comments · Fixed by #44923
Assignees
Labels
1. to develop Accepted and waiting to be taken care of 29-feedback bug design Design, UI, UX, etc.

Comments

@punkyard
Copy link

Please use the 👍 reaction to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!

Describe the bug
author name truncated in public share

form title author

Nextcloud (please complete the following information):

  • Nextcloud-Version: 27.1.5 AiO 7.12.1
  • Forms-Version: 3.4.5

Desktop (please complete the following information):

  • OS: macos ventura
  • Browser safari and brave 1.62.165
@punkyard punkyard added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Feb 18, 2024
@Chartman123
Copy link

@punkyard we're only using the public page template from nextcloud/server, so I think that this must be fixed upstream

@jancborchardt do you know whom to ping regarding this issue?

@Chartman123 Chartman123 added 1. to develop Accepted and waiting to be taken care of and removed 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels Feb 19, 2024
@punkyard
Copy link
Author

this just happens with Forms though
I guess I'll have to push this upstream ;)

@Chartman123
Copy link

@punkyard I did some more research and this comes from here and the according css class:

<?php if (isset($template) && $template->getHeaderDetails() !== '') { ?>
<div class="header-shared-by">
<?php p($template->getHeaderDetails()); ?>
</div>

So definitely not a Forms issue directly, but more a server issue.

@nextcloud/designers should I transfer the issue to the server repo?

@susnux susnux transferred this issue from nextcloud/forms Mar 22, 2024
@susnux susnux changed the title author name truncated in public share Title on public pages is truncated Mar 22, 2024
@susnux susnux added the design Design, UI, UX, etc. label Mar 22, 2024
@szaimen szaimen added 29-feedback and removed design Design, UI, UX, etc. labels Mar 22, 2024
@susnux
Copy link
Contributor

susnux commented Mar 22, 2024

cc @nextcloud/designers

@susnux susnux added the design Design, UI, UX, etc. label Mar 22, 2024
@szaimen szaimen moved this to 🕶️ Design review in 🖍 Design team Mar 22, 2024
@Pytal Pytal self-assigned this Apr 17, 2024
@marcoambrosini marcoambrosini moved this to 👓 Design review in 🖍 Design team Apr 22, 2024
@jancborchardt jancborchardt moved this from 👓 Design review to 🏗️ At engineering in 🖍 Design team Apr 22, 2024
@github-project-automation github-project-automation bot moved this from 🏗️ At engineering to 🎉 Done in 🖍 Design team Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of 29-feedback bug design Design, UI, UX, etc.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

5 participants