collectives icon indicating copy to clipboard operation
collectives copied to clipboard

Table: Row action can not be accessed

Open susnux opened this issue 1 year ago • 2 comments

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:

  1. Create a table with full width content
  2. try to add a new row
  3. See the actions are not accessible

Expected behavior The button should be fully visible

Screenshots Screenshot_20231022_190316

Server details **Collectives app version:** 2.8.2

Nextcloud version: 27.1.2

susnux avatar Oct 22 '23 17:10 susnux

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.

susnux avatar Oct 23 '23 03:10 susnux

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.

Githopp192 avatar Mar 07 '24 11:03 Githopp192