decidim-archive / design

⚠️ [DEPRECATED] Design of the Decidim framework
1 stars 3 forks source link

Features menu does not wrap content #133

Closed mrcasals closed 7 years ago

mrcasals commented 7 years ago

:tophat: User Story

Coming from https://github.com/AjuntamentdeBarcelona/decidim/issues/672

When the features menu has more content than what the width can handle, it hides the content:

In this case, the problem arises from a missing translation, that generates a really long name for one of the features, but features names can be customized, thus this problem can appear due to the user input. Also, note that a single feature can appear multiple times in a single process, so that can cause this problem again.

Thoughts?

:clipboard: Related documentation

None

:dart: Acceptance criteria

Content is wrapped in the features menu.

:pushpin: Related issues

None

htmlboy commented 7 years ago

Not exactly a bug. The menu in this screen size has an overflow scroll behaviour, making the navigation horizontally scrollable if it's long enough. It's better than wrapping (in this context). Also, menu links texts should have a max-length and a default to other language, if translations are missing. Thoughts @josepjaume ?

josepjaume commented 7 years ago

Oh ok, so what you're saying is this will turn into a scrollable panel on mac (the invisible scroll one) and to an ugly scroll bar on windows?

If that's the case, it's OK for me.

htmlboy commented 7 years ago

It's not super-ugly, but will be visible. Please consider if this is something that requires a redesign.

captura de pantalla 2017-02-15 a las 12 32 26