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 report: Localizable string descriptions not showing #22

Open
1 task done
bryant-jimenez opened this issue Feb 9, 2024 · 1 comment
Open
1 task done

Bug report: Localizable string descriptions not showing #22

bryant-jimenez opened this issue Feb 9, 2024 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@bryant-jimenez
Copy link

Description

When creating/storing localizable strings, in the preview for the application in xcode, I can see the entirety of the description just fine and the contact view behaves as it should, but when running the build, the ios simulator cuts off the description and doesn't allow to be able to see the rest of it.

image

Reproduction

  • Preview in XCode shows the entire description within the contact
  • Run build
  • When in the iOS build + simulator, open the app and go to the "Contacts" view. Cut off descriptions can be seen there subsequently

Expected behavior

The description should not cut off and extend the contact view to incorporate the entire description

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines
@bryant-jimenez bryant-jimenez added the bug Something isn't working label Feb 9, 2024
@PSchmiedmayer
Copy link
Member

Thank you for creating the issue @bryant-jimenez! I suspect that the underlying issue might have to do something with the Label view we have in Spezi Views. This might be a great way to investigate this by isolating the issue there and seeing if you can replicate it somehow and if so, make a small PR that might be able to address this. Might be something you can take a look at for Assignment 4 in the CS342 class 🚀

@PSchmiedmayer PSchmiedmayer moved this to Backlog in Project Planning Feb 22, 2024
@PSchmiedmayer PSchmiedmayer added good first issue Good for newcomers help wanted Extra attention is needed labels Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: Backlog
Development

No branches or pull requests

2 participants