You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When your recipe title is longer than your viewport width, it is hidden behind '...'. When you click on it you see a weird structure of 3 folders + the recipe title. The biggest problem though is that you also can't edit the recipe.
Reproduction
Steps to reproduce the behavior:
Make a recipe with a long title
Make your viewport smaller (e.g. CTRL + SHIFT + M on Firefox, or simply resize your window or view on a mobile phone)
See problem
Expected behavior
You should always be able to edit a recipe, even if it has a long name
Screenshots
Browser
Firefox 79
Firefox for Android
The text was updated successfully, but these errors were encountered:
I have looked into this and cannot find a way to fix it; I fear it's a bug in the Nextcloud Vue component or maybe it was not meant to be used the way I use it. However, displaying the recipe name on the breadcrumb row may not be such a good idea anyways, because even on full viewport width, it is often clipped. Changing the recipe name to just "Recipe" would solve this issue. What do you think, @mrzapp?
Edit: I just realized that there is a real possibility that the word "recipes" can be so long in some languages, that this problem would occur constantly. It is of course possible to impose some kind of check, like cut strings over a certain number of characters, but it may not look pretty...
Edit: I just realized that there is a real possibility that the word "recipes" can be so long in some languages, that this problem would occur constantly.
I don’t exactly know but quick googling some examples the single word (in english) does not seem to be incredibly long in different languages. The longest on the list is “paraan ng pagluluto” (Filipino) which might be okay (?). Anyway, this would have to be tested.
Description
When your recipe title is longer than your viewport width, it is hidden behind '...'. When you click on it you see a weird structure of 3 folders + the recipe title. The biggest problem though is that you also can't edit the recipe.
Reproduction
Steps to reproduce the behavior:
Expected behavior
You should always be able to edit a recipe, even if it has a long name
Screenshots
![issue](https://user-images.githubusercontent.com/696839/89215558-2a1e6800-d5c9-11ea-9164-1b6610ff3b68.jpeg)
Browser
The text was updated successfully, but these errors were encountered: