Uh oh!
There was an error while loading. Please reload this page.
Fix table view - #37870
Conversation
artonge
left a comment
There was a problem hiding this comment.
Could the input fields be a little longer to fill up empty spaces?
Uh oh!
There was an error while loading. Please reload this page.
Pytal
commented
Apr 26, 2023
Is the |
JuliaKirschenheuter
commented
Apr 27, 2023
Thanks for remark |
a6b780e to
09547d1Compare77e8332 to
b847914CompareChristophWurst
commented
May 10, 2023
COnflicts. CI stopped to free resources for mergeable PRs |
f0aaa08 to
a108936Comparejuliusknorr
commented
May 10, 2023
I think removing the stickyness of the right action buttons is quite bad for a general user experience. Can you elaborate on the reasons why sticky is not working? Also cc @jancborchardt for that |
JuliaKirschenheuter
commented
May 10, 2023
Sticky on master was already broken. Because z-indexes were wrong implemented, please look in:
Current master: |
ShGKme
commented
May 10, 2023
Proposals regarding sticky + z-index issue: Render
Generate progressive z-index - set each next row less
|
AndyScherzinger
commented
May 11, 2023
@juliushaertl any suggestion how to improve this? Also @jancborchardt |
jancborchardt
commented
May 11, 2023
@AndyScherzinger Sounds reasonable – I missed that the stickyness was already broken on master as mentioned by @JuliaKirschenheuter. Let’s keep it separate, get the table fixes in, and fix the stickyness separately. (Just for reference, we got reports for it not being discoverable which is why we added it. :) |
jancborchardt
commented
May 11, 2023
So then 👍 from my point, but please open a follow-up issue so we can track the stickyness problem. :) |
JuliaKirschenheuter
commented
May 11, 2023
Ok, sticky issue has been already existed. I would suggest to move forwards without |
jancborchardt
left a comment
There was a problem hiding this comment.
Looks good design-wise! :)
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
a108936 to
cb852efCompareChristophWurst
commented
May 12, 2023
ChristophWurst
commented
May 15, 2023
The bug shows on our pre-production testing instance too. Filed #38245. @JuliaKirschenheuter please have a look |



Summary
Create a grid for users view.
One visual change: made input fields visible in editing mode.
AFTER STRUCTURE CHANGES (TABLE) STYLES RESPONSIBLE FOR ACTIONS WHILE EDITING A ROW WERE BROKEN
Related (same issue here): #37860
I've adapted styles and now action menu is not broken anymore. But i had to remove
position: stickyfor it.It is absolutely valid to have a vertical scrolling inside of a table.
position:stickyin this case causes too much problems and because of it i would like to leave implementation like this.Checklist