collectives
collectives copied to clipboard
Table: Row action can not be accessed
Describe the bug After upgrading to 27.1.2 the tables row settings are for some tables no longer accessible (they are hidden in the overflow of the table. See screenshot below, the first table is ok, but the second can not be accessed by mouse (you can the the parts of the focus visible outline when tabbing).
To Reproduce Steps to reproduce the behavior:
- Create a table with full width content
- try to add a new row
- See the actions are not accessible
Expected behavior The button should be fully visible
Screenshots
Server details
**Collectives app version:** 2.8.2Nextcloud version: 27.1.2
Asked the users again, seems like this is just an UX issue: The button is hidden, but just because the table has a x-axis scrollbar, so users do not notice that and report they can not add rows.
Caused by:
.table-wrapper {
overflow-x: auto;
}
I think it would make more sense to make the action buttons sticky like with Nextcloud server users list (current master) so users always can find the buttons.
NC 27.1.7 app version: 2.9.2 PHP Version:8.2 Database: MariaDB Client details:
OS: Windows Pro 11 Browser: MS Edge / newest version Device: Desktop
Tables cannot be deleted anymore somtimes they are created (so whole list needs to be deleted), or Tables entries are behaving strange and the whole list must be deleted, too.
From my point of view, tables in Collectives are working not properly - there is high possibility, that:
- Table content cannot be updated anymore
- content get lost
- by add adding new lines into the table, table entries are behaving strange regarding, that i.e. only one letter can be entered to the new line etc.