uwazi icon indicating copy to clipboard operation
uwazi copied to clipboard

Long / too many Menu items simply extend out of the screen

Open RafaPolit opened this issue 2 years ago • 2 comments

Describe the bug If you configure more than X amount of items in menus, or give them very long names, they extend out of the screen.

To Reproduce Configure a lot of menu items with long names.

Expected behavior Detecting the screen width (and on screen resize), it should hide the "un-seable" items into an ellipsis button. Language selector and buttons should still be "fixed" to the right of the window and not disappear behind the ellipsis.

RafaPolit avatar Jun 20 '22 16:06 RafaPolit

Related to #2909.

nwyu avatar Jul 05 '22 20:07 nwyu

Make sure settings menu always renders on the top right without being pushed by the menus. quick fix.

txau avatar Jul 22 '22 15:07 txau

After some attempts, it was not possible to introduce a quick fix that hides/collapses the options that go outside the allocated area, at the moment the applied solution is to set a maximum width so that, in the case of long elements, the action buttons will remain accessible. cc. @RafaPolit

mfacar avatar Aug 15 '22 20:08 mfacar