Inline editing polishing
Open
@enjeck is already working on this.
Since Sep 12, 2025.
1. to develop
enhancement
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 52
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 82
Description
https://github.com/user-attachments/assets/9b132f4b-0912-4056-b37d-76cb98b94f0b
General
- There should be no jump in the whole table when a user clicks in and out an inline editable field: https://github.com/nextcloud/tables/pull/2095
- Only the field that a user is currently editing should have a border, right now some field keep the border even when blurred
- Fields should activate edit mode with just one click: https://github.com/nextcloud/tables/pull/2095
Text fields and input fields
- The border should coincide with the boundaries of the cell
Rich text field
- We should not show drag handles or + icons in text fields that are not currently being edited: https://github.com/nextcloud/tables/pull/2095. Screnshot below:
Stars
- The stars shouldn't change in style and size, they should stay of --color-main-text and with the same distance: https://github.com/nextcloud/tables/pull/2095
Switch
- Don't show scrollbars: https://github.com/nextcloud/tables/pull/2095
cc @enjeck @blizzz
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.